#8E18C0

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

Shades of Dark Orchid #8E18C0

Tints of Dark Orchid #8E18C0

Color information

#8E18C0 (or 0x8E18C0) is unknown color: approx Dark Orchid. HEX triplet: 8E, 18 and C0. RGB value is (142,24,192). Sum of RGB (Red+Green+Blue) = 142+24+192=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E18C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E18C0 is #71E73F. Grayscale: #4D4D4D. Windows color (decimal): -7464768 or 12589198. OLE color: 12589198.

HSL color Cylindrical-coordinate representation of color #8E18C0: hue angle of 282.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E18C0 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14224192-
CMYK0.260.8800.25
HSL282.14º77.78%42.35%-
HSV(B)282.14º87.5%75.29%-
XYZ2110.2150.73-
YUV78.43192.09173.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 24 (9.77% from 255) = 6.70%
BLUE value IS 192 (75.39% from 255) = 53.63%
R=39.66%
G=6.70%
B=53.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142241920.260.8800.25282.1477.7842.35
Hex8E18C01A5801911a4e2a
Octal216303003213003143211652
Binary1000111011000110000001101010110000110011000110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E18C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,192); }

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

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

 a { background-color: rgb(142,24,192); }

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

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

 span { border-color: rgb(142,24,192); }

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