#8E0A58

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

Shades of Eggplant #8E0A58

Tints of Eggplant #8E0A58

Color information

#8E0A58 (or 0x8E0A58) is unknown color: approx Eggplant. HEX triplet: 8E, 0A and 58. RGB value is (142,10,88). Sum of RGB (Red+Green+Blue) = 142+10+88=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0A58 is #71F5A7. Grayscale: #3A3A3A. Windows color (decimal): -7468456 or 5769870. OLE color: 5769870.

HSL color Cylindrical-coordinate representation of color #8E0A58: hue angle of 324.55º 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 #8E0A58 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1421088-
CMYK00.930.380.44
HSL324.55º86.84%29.8%-
HSV(B)324.55º92.96%55.69%-
XYZ13.036.679.83-
YUV58.36144.73187.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=59.17%
G=4.17%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142108800.930.380.44324.5586.8429.8
Hex8EA5805D262C145571e
Octal216121300135465450512736
Binary100011101010101100001011101100110101100101000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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