Shades of Eggplant #8C0A56
Tints of Eggplant #8C0A56
RGB
CMYK
RGB Variations
Color information
#8C0A56 (or 0x8C0A56) is known color: Eggplant. HEX triplet: 8C, 0A and 56. RGB value is (140,10,86). Sum of RGB (Red+Green+Blue) = 140+10+86=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A56 is #73F5A9. Grayscale: #393939. Windows color (decimal): -7599530 or 5638796. OLE color: 5638796.
HSL color Cylindrical-coordinate representation of color #8C0A56: hue angle of 324.92º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A56 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 86 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.45 |
| HSL | 324.92º | 0.87% | 0.29% | - |
| HSV(B) | 324.92º | 0.93% | 0.55% | - |
| XYZ | 12.6 | 6.46 | 9.39 | - |
| YUV | 57.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 86 | 0 | 0.93 | 0.39 | 0.45 | 324.92 | 0.87 | 0.29 |
| Hex | 8C | A | 56 | 0 | 5D | 27 | 2D | 145 | 57 | 1D |
| Octal | 214 | 12 | 126 | 0 | 135 | 47 | 55 | 505 | 127 | 35 |
| Binary | 10001100 | 1010 | 1010110 | 0 | 1011101 | 100111 | 101101 | 101000101 | 1010111 | 11101 |
Color Harmonies of #8C0A56
Complementary color
Monochromatic Colors of #8C0A56
Black with #8C0A56
Text Example
Text Example
White with #8C0A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A56; }
p { color: rgb(140,10,86); }
H1.HeaderClassName
{
color: #8C0A56;
}
.AnyTagClassName
{
color: #8C0A56;
}
</style>
background-color css
<style>
a { background-color: #8C0A56; }
a { background-color: rgb(140,10,86); }
div.DivClassName
{
background-color: #8C0A56;
}
.BgClassName
{
background-color: #8C0A56;
}
</style>
border-color css
<style>
span { border-color: #8C0A56; }
span { border-color: rgb(140,10,86); }
td.TdClassName
{
border-color: #8C0A56;
}
.TagClassName
{
border-color: #8C0A56;
}
</style>