Shades of Eggplant #8C0A54
Tints of Eggplant #8C0A54
RGB
CMYK
RGB Variations
Color information
#8C0A54 (or 0x8C0A54) is known color: Eggplant. HEX triplet: 8C, 0A and 54. RGB value is (140,10,84). Sum of RGB (Red+Green+Blue) = 140+10+84=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A54 is #73F5AB. Grayscale: #393939. Windows color (decimal): -7599532 or 5507724. OLE color: 5507724.
HSL color Cylindrical-coordinate representation of color #8C0A54: hue angle of 325.85º 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 #8C0A54 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 84 | - |
| CMYK | 0 | 0.93 | 0.4 | 0.45 |
| HSL | 325.85º | 0.87% | 0.29% | - |
| HSV(B) | 325.85º | 0.93% | 0.55% | - |
| XYZ | 12.52 | 6.43 | 8.97 | - |
| YUV | 57.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 84 | 0 | 0.93 | 0.4 | 0.45 | 325.85 | 0.87 | 0.29 |
| Hex | 8C | A | 54 | 0 | 5D | 28 | 2D | 146 | 57 | 1D |
| Octal | 214 | 12 | 124 | 0 | 135 | 50 | 55 | 506 | 127 | 35 |
| Binary | 10001100 | 1010 | 1010100 | 0 | 1011101 | 101000 | 101101 | 101000110 | 1010111 | 11101 |
Color Harmonies of #8C0A54
Complementary color
Monochromatic Colors of #8C0A54
Black with #8C0A54
Text Example
Text Example
White with #8C0A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A54; }
p { color: rgb(140,10,84); }
H1.HeaderClassName
{
color: #8C0A54;
}
.AnyTagClassName
{
color: #8C0A54;
}
</style>
background-color css
<style>
a { background-color: #8C0A54; }
a { background-color: rgb(140,10,84); }
div.DivClassName
{
background-color: #8C0A54;
}
.BgClassName
{
background-color: #8C0A54;
}
</style>
border-color css
<style>
span { border-color: #8C0A54; }
span { border-color: rgb(140,10,84); }
td.TdClassName
{
border-color: #8C0A54;
}
.TagClassName
{
border-color: #8C0A54;
}
</style>