#8C0C59

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

Shades of Eggplant #8C0C59

Tints of Eggplant #8C0C59

Color information

#8C0C59 (or 0x8C0C59) is unknown color: approx Eggplant. HEX triplet: 8C, 0C and 59. RGB value is (140,12,89). Sum of RGB (Red+Green+Blue) = 140+12+89=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C59 is #73F3A6. Grayscale: #3A3A3A. Windows color (decimal): -7599015 or 5835916. OLE color: 5835916.

HSL color Cylindrical-coordinate representation of color #8C0C59: hue angle of 323.91º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C59 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1401289-
CMYK00.910.360.45
HSL323.91º84.21%29.8%-
HSV(B)323.91º91.43%54.9%-
XYZ12.756.5610.05-
YUV59.05144.91185.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=58.09%
G=4.98%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140128900.910.360.45323.9184.2129.8
Hex8CC5905B242D144541e
Octal214141310133445550412436
Binary100011001100101100101011011100100101101101000100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,12,89); }

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

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

 a { background-color: rgb(140,12,89); }

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

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

 span { border-color: rgb(140,12,89); }

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