#8E0B69

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

Shades of Eggplant #8E0B69

Tints of Eggplant #8E0B69

Color information

#8E0B69 (or 0x8E0B69) is unknown color: approx Eggplant. HEX triplet: 8E, 0B and 69. RGB value is (142,11,105). Sum of RGB (Red+Green+Blue) = 142+11+105=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B69 is #71F496. Grayscale: #3C3C3C. Windows color (decimal): -7468183 or 6884238. OLE color: 6884238.

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

Color convert

RGB14211105-
CMYK00.920.260.44
HSL316.95º85.62%30%-
HSV(B)316.95º92.25%55.69%-
XYZ13.827.0113.99-
YUV60.88152.9185.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=55.04%
G=4.26%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421110500.920.260.44316.9585.6230
Hex8EB6905C1A2C13d561e
Octal216131510134325447512636
Binary10001110101111010010101110011010101100100111101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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