#8E0552

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

Shades of Eggplant #8E0552

Tints of Eggplant #8E0552

Color information

#8E0552 (or 0x8E0552) is unknown color: approx Eggplant. HEX triplet: 8E, 05 and 52. RGB value is (142,5,82). Sum of RGB (Red+Green+Blue) = 142+5+82=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0552 is #71FAAD. Grayscale: #363636. Windows color (decimal): -7469742 or 5375374. OLE color: 5375374.

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

Color convert

RGB142582-
CMYK00.960.420.44
HSL326.28º93.2%28.82%-
HSV(B)326.28º96.48%55.69%-
XYZ12.736.478.56-
YUV54.74143.39190.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.01%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=62.01%
G=2.18%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14258200.960.420.44326.2893.228.82
Hex8E5520602A2C1465d1d
Octal21651220140525450613535
Binary10001110101101001001100000101010101100101000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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