#8E0575

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

Shades of Eggplant #8E0575

Tints of Eggplant #8E0575

Color information

#8E0575 (or 0x8E0575) is unknown color: approx Eggplant. HEX triplet: 8E, 05 and 75. RGB value is (142,5,117). Sum of RGB (Red+Green+Blue) = 142+5+117=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0575 is #71FA8A. Grayscale: #3A3A3A. Windows color (decimal): -7469707 or 7669134. OLE color: 7669134.

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

Color convert

RGB1425117-
CMYK00.960.180.44
HSL310.95º93.2%28.82%-
HSV(B)310.95º96.48%55.69%-
XYZ14.427.1417.45-
YUV58.73160.89187.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=53.79%
G=1.89%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142511700.960.180.44310.9593.228.82
Hex8E575060122C1375d1d
Octal21651650140225446713535
Binary1000111010111101010110000010010101100100110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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