#8E055D

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

Shades of Eggplant #8E055D

Tints of Eggplant #8E055D

Color information

#8E055D (or 0x8E055D) is unknown color: approx Eggplant. HEX triplet: 8E, 05 and 5D. RGB value is (142,5,93). Sum of RGB (Red+Green+Blue) = 142+5+93=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E055D is #71FAA2. Grayscale: #373737. Windows color (decimal): -7469731 or 6096270. OLE color: 6096270.

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

Color convert

RGB142593-
CMYK00.960.350.44
HSL321.46º93.2%28.82%-
HSV(B)321.46º96.48%55.69%-
XYZ13.196.6510.94-
YUV56148.89189.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=59.17%
G=2.08%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14259300.960.350.44321.4693.228.82
Hex8E55D060232C1415d1d
Octal21651350140435450113535
Binary10001110101101110101100000100011101100101000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,5,93); }

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

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

 a { background-color: rgb(142,5,93); }

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

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

 span { border-color: rgb(142,5,93); }

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