Shades of Eggplant #8C0854
Tints of Eggplant #8C0854
RGB
CMYK
RGB Variations
Color information
#8C0854 (or 0x8C0854) is known color: Eggplant. HEX triplet: 8C, 08 and 54. RGB value is (140,8,84). Sum of RGB (Red+Green+Blue) = 140+8+84=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0854 is #73F7AB. Grayscale: #373737. Windows color (decimal): -7600044 or 5507212. OLE color: 5507212.
HSL color Cylindrical-coordinate representation of color #8C0854: hue angle of 325.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0854 is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 84 | - |
| CMYK | 0 | 0.94 | 0.4 | 0.45 |
| HSL | 325.45º | 0.89% | 0.29% | - |
| HSV(B) | 325.45º | 0.94% | 0.55% | - |
| XYZ | 12.5 | 6.39 | 8.96 | - |
| YUV | 56.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 84 | 0 | 0.94 | 0.4 | 0.45 | 325.45 | 0.89 | 0.29 |
| Hex | 8C | 8 | 54 | 0 | 5E | 28 | 2D | 145 | 59 | 1D |
| Octal | 214 | 10 | 124 | 0 | 136 | 50 | 55 | 505 | 131 | 35 |
| Binary | 10001100 | 1000 | 1010100 | 0 | 1011110 | 101000 | 101101 | 101000101 | 1011001 | 11101 |
Color Harmonies of #8C0854
Complementary color
Monochromatic Colors of #8C0854
Black with #8C0854
Text Example
Text Example
White with #8C0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0854; }
p { color: rgb(140,8,84); }
H1.HeaderClassName
{
color: #8C0854;
}
.AnyTagClassName
{
color: #8C0854;
}
</style>
background-color css
<style>
a { background-color: #8C0854; }
a { background-color: rgb(140,8,84); }
div.DivClassName
{
background-color: #8C0854;
}
.BgClassName
{
background-color: #8C0854;
}
</style>
border-color css
<style>
span { border-color: #8C0854; }
span { border-color: rgb(140,8,84); }
td.TdClassName
{
border-color: #8C0854;
}
.TagClassName
{
border-color: #8C0854;
}
</style>