#8e48ce

Color #8E48CE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8E48CE

Tints of Dark Orchid #8E48CE

Color information

#8E48CE (or 0x8E48CE) is unknown color: approx Dark Orchid. HEX triplet: 8E, 48 and CE. RGB value is (142,72,206). Sum of RGB (Red+Green+Blue) = 142+72+206=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E48CE is #71B731. Grayscale: #6B6B6B. Windows color (decimal): -7452466 or 13518990. OLE color: 13518990.

HSL color Cylindrical-coordinate representation of color #8E48CE: hue angle of 271.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E48CE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14272206-
CMYK0.310.6500.19
HSL271.34º57.76%54.51%-
HSV(B)271.34º65.05%80.78%-
XYZ24.6114.8459.96-
YUV108.21183.19152.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=33.81%
G=17.14%
B=49.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142722060.310.6500.19271.3457.7654.51
Hex8E48CE1F4101310f3a37
Octal216110316371010234177267
Binary10001110100100011001110111111000001010011100001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e48ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8e48ce; }

 p { color: rgb(142,72,206); }

 H1.HeaderClassName
 {
   color: #8e48ce;
 }
 .AnyTagClassName
 {
   color: #8e48ce;
 }
</style>
background-color css

<style>
 a { background-color: #8e48ce; }

 a { background-color: rgb(142,72,206); }

 div.DivClassName
 {
   background-color: #8e48ce;
 }
 .BgClassName
 {
   background-color: #8e48ce;
 }
</style>
border-color css

<style>
 span { border-color: #8e48ce; }

 span { border-color: rgb(142,72,206); }

 td.TdClassName
 {
   border-color: #8e48ce;
 }
 .TagClassName
 {
   border-color: #8e48ce;
 }
</style>