#8E1566

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

Shades of Eggplant #8E1566

Tints of Eggplant #8E1566

Color information

#8E1566 (or 0x8E1566) is unknown color: approx Eggplant. HEX triplet: 8E, 15 and 66. RGB value is (142,21,102). Sum of RGB (Red+Green+Blue) = 142+21+102=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1566 is #71EA99. Grayscale: #424242. Windows color (decimal): -7465626 or 6690190. OLE color: 6690190.

HSL color Cylindrical-coordinate representation of color #8E1566: hue angle of 319.83º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1566 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14221102-
CMYK00.850.280.44
HSL319.83º74.23%31.96%-
HSV(B)319.83º85.21%55.69%-
XYZ13.827.2513.24-
YUV66.41148.09181.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=53.58%
G=7.92%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422110200.850.280.44319.8374.2331.96
Hex8E15660551C2C1404a20
Octal216251460125345450011240
Binary1000111010101110011001010101111001011001010000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,102); }

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

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

 a { background-color: rgb(142,21,102); }

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

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

 span { border-color: rgb(142,21,102); }

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