#8E0A59

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

Shades of Eggplant #8E0A59

Tints of Eggplant #8E0A59

Color information

#8E0A59 (or 0x8E0A59) is unknown color: approx Eggplant. HEX triplet: 8E, 0A and 59. RGB value is (142,10,89). Sum of RGB (Red+Green+Blue) = 142+10+89=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0A59 is #71F5A6. Grayscale: #3A3A3A. Windows color (decimal): -7468455 or 5835406. OLE color: 5835406.

HSL color Cylindrical-coordinate representation of color #8E0A59: hue angle of 324.09º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A59 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1421089-
CMYK00.930.370.44
HSL324.09º86.84%29.8%-
HSV(B)324.09º92.96%55.69%-
XYZ13.076.6910.05-
YUV58.47145.23187.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=58.92%
G=4.15%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142108900.930.370.44324.0986.8429.8
Hex8EA5905D252C144571e
Octal216121310135455450412736
Binary100011101010101100101011101100101101100101000100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,89); }

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

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

 a { background-color: rgb(142,10,89); }

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

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

 span { border-color: rgb(142,10,89); }

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