#8E0A6D

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

Shades of Eggplant #8E0A6D

Tints of Eggplant #8E0A6D

Color information

#8E0A6D (or 0x8E0A6D) is unknown color: approx Eggplant. HEX triplet: 8E, 0A and 6D. RGB value is (142,10,109). Sum of RGB (Red+Green+Blue) = 142+10+109=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0A6D is #71F592. Grayscale: #3C3C3C. Windows color (decimal): -7468435 or 7146126. OLE color: 7146126.

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

Color convert

RGB14210109-
CMYK00.930.230.44
HSL315º86.84%29.8%-
HSV(B)315º92.96%55.69%-
XYZ14.027.0715.09-
YUV60.75155.23185.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=54.41%
G=3.83%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421010900.930.230.4431586.8429.8
Hex8EA6D05D172C13b571e
Octal216121550135275447312736
Binary10001110101011011010101110110111101100100111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,109); }

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

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

 a { background-color: rgb(142,10,109); }

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

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

 span { border-color: rgb(142,10,109); }

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