#8E0B72

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

Shades of Eggplant #8E0B72

Tints of Eggplant #8E0B72

Color information

#8E0B72 (or 0x8E0B72) is unknown color: approx Eggplant. HEX triplet: 8E, 0B and 72. RGB value is (142,11,114). Sum of RGB (Red+Green+Blue) = 142+11+114=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B72 is #71F48D. Grayscale: #3D3D3D. Windows color (decimal): -7468174 or 7474062. OLE color: 7474062.

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

Color convert

RGB14211114-
CMYK00.920.200.44
HSL312.82º85.62%30%-
HSV(B)312.82º92.25%55.69%-
XYZ14.317.2116.56-
YUV61.91157.4185.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=53.18%
G=4.12%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421111400.920.200.44312.8285.6230
Hex8EB7205C142C139561e
Octal216131620134245447112636
Binary10001110101111100100101110010100101100100111001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,11,114); }

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

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

 a { background-color: rgb(142,11,114); }

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

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

 span { border-color: rgb(142,11,114); }

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