#8E0974

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

Shades of Eggplant #8E0974

Tints of Eggplant #8E0974

Color information

#8E0974 (or 0x8E0974) is unknown color: approx Eggplant. HEX triplet: 8E, 09 and 74. RGB value is (142,9,116). Sum of RGB (Red+Green+Blue) = 142+9+116=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0974 is #71F68B. Grayscale: #3C3C3C. Windows color (decimal): -7468684 or 7604622. OLE color: 7604622.

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

Color convert

RGB1429116-
CMYK00.940.180.44
HSL311.73º88.08%29.61%-
HSV(B)311.73º93.66%55.69%-
XYZ14.417.2117.15-
YUV60.96159.06185.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=53.18%
G=3.37%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142911600.940.180.44311.7388.0829.61
Hex8E97405E122C138581e
Octal216111640136225447013036
Binary10001110100111101000101111010010101100100111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,116); }

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

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

 a { background-color: rgb(142,9,116); }

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

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

 span { border-color: rgb(142,9,116); }

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