#8E0B6D

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

Shades of Eggplant #8E0B6D

Tints of Eggplant #8E0B6D

Color information

#8E0B6D (or 0x8E0B6D) is unknown color: approx Eggplant. HEX triplet: 8E, 0B and 6D. RGB value is (142,11,109). Sum of RGB (Red+Green+Blue) = 142+11+109=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B6D is #71F492. Grayscale: #3D3D3D. Windows color (decimal): -7468179 or 7146382. OLE color: 7146382.

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

Color convert

RGB14211109-
CMYK00.920.230.44
HSL315.11º85.62%30%-
HSV(B)315.11º92.25%55.69%-
XYZ14.047.0915.1-
YUV61.34154.9185.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 11 (4.69% from 255) = 4.20%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=54.20%
G=4.20%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421110900.920.230.44315.1185.6230
Hex8EB6D05C172C13b561e
Octal216131550134275447312636
Binary10001110101111011010101110010111101100100111011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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