#8E0470

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

Shades of Eggplant #8E0470

Tints of Eggplant #8E0470

Color information

#8E0470 (or 0x8E0470) is unknown color: approx Eggplant. HEX triplet: 8E, 04 and 70. RGB value is (142,4,112). Sum of RGB (Red+Green+Blue) = 142+4+112=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0470 is #71FB8F. Grayscale: #393939. Windows color (decimal): -7469968 or 7341198. OLE color: 7341198.

HSL color Cylindrical-coordinate representation of color #8E0470: hue angle of 313.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0470 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB1424112-
CMYK00.970.210.44
HSL313.04º94.52%28.63%-
HSV(B)313.04º97.18%55.69%-
XYZ14.127.0115.94-
YUV57.57158.72188.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=55.04%
G=1.55%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142411200.970.210.44313.0494.5228.63
Hex8E470061152C1395f1d
Octal21641600141255447113735
Binary1000111010011100000110000110101101100100111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,112); }

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

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

 a { background-color: rgb(142,4,112); }

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

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

 span { border-color: rgb(142,4,112); }

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