#8E0D70

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

Shades of Eggplant #8E0D70

Tints of Eggplant #8E0D70

Color information

#8E0D70 (or 0x8E0D70) is unknown color: approx Eggplant. HEX triplet: 8E, 0D and 70. RGB value is (142,13,112). Sum of RGB (Red+Green+Blue) = 142+13+112=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0D70 is #71F28F. Grayscale: #3E3E3E. Windows color (decimal): -7467664 or 7343502. OLE color: 7343502.

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

Color convert

RGB14213112-
CMYK00.910.210.44
HSL313.95º83.23%30.39%-
HSV(B)313.95º90.85%55.69%-
XYZ14.227.2115.97-
YUV62.86155.74184.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=53.18%
G=4.87%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421311200.910.210.44313.9583.2330.39
Hex8ED7005B152C13a531e
Octal216151600133255447212336
Binary10001110110111100000101101110101101100100111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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