#8E0973

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

Shades of Eggplant #8E0973

Tints of Eggplant #8E0973

Color information

#8E0973 (or 0x8E0973) is unknown color: approx Eggplant. HEX triplet: 8E, 09 and 73. RGB value is (142,9,115). Sum of RGB (Red+Green+Blue) = 142+9+115=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0973 is #71F68C. Grayscale: #3C3C3C. Windows color (decimal): -7468685 or 7539086. OLE color: 7539086.

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

Color convert

RGB1429115-
CMYK00.940.190.44
HSL312.18º88.08%29.61%-
HSV(B)312.18º93.66%55.69%-
XYZ14.357.1816.85-
YUV60.85158.56185.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=53.38%
G=3.38%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142911500.940.190.44312.1888.0829.61
Hex8E97305E132C138581e
Octal216111630136235447013036
Binary10001110100111100110101111010011101100100111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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