#8E086D

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

Shades of Eggplant #8E086D

Tints of Eggplant #8E086D

Color information

#8E086D (or 0x8E086D) is unknown color: approx Eggplant. HEX triplet: 8E, 08 and 6D. RGB value is (142,8,109). Sum of RGB (Red+Green+Blue) = 142+8+109=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E086D is #71F792. Grayscale: #3B3B3B. Windows color (decimal): -7468947 or 7145614. OLE color: 7145614.

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

Color convert

RGB1428109-
CMYK00.940.230.44
HSL314.78º89.33%29.41%-
HSV(B)314.78º94.37%55.69%-
XYZ147.0315.09-
YUV59.58155.89186.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=54.83%
G=3.09%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142810900.940.230.44314.7889.3329.41
Hex8E86D05E172C13b591d
Octal216101550136275447313135
Binary10001110100011011010101111010111101100100111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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