Shades of Eggplant #8C0851
Tints of Eggplant #8C0851
RGB
CMYK
RGB Variations
Color information
#8C0851 (or 0x8C0851) is known color: Eggplant. HEX triplet: 8C, 08 and 51. RGB value is (140,8,81). Sum of RGB (Red+Green+Blue) = 140+8+81=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0851 is #73F7AE. Grayscale: #373737. Windows color (decimal): -7600047 or 5310604. OLE color: 5310604.
HSL color Cylindrical-coordinate representation of color #8C0851: hue angle of 326.82º 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 #8C0851 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 81 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.45 |
| HSL | 326.82º | 0.89% | 0.29% | - |
| HSV(B) | 326.82º | 0.94% | 0.55% | - |
| XYZ | 12.39 | 6.34 | 8.36 | - |
| YUV | 55.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 81 | 0 | 0.94 | 0.42 | 0.45 | 326.82 | 0.89 | 0.29 |
| Hex | 8C | 8 | 51 | 0 | 5E | 2A | 2D | 147 | 59 | 1D |
| Octal | 214 | 10 | 121 | 0 | 136 | 52 | 55 | 507 | 131 | 35 |
| Binary | 10001100 | 1000 | 1010001 | 0 | 1011110 | 101010 | 101101 | 101000111 | 1011001 | 11101 |
Color Harmonies of #8C0851
Complementary color
Monochromatic Colors of #8C0851
Black with #8C0851
Text Example
Text Example
White with #8C0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0851; }
p { color: rgb(140,8,81); }
H1.HeaderClassName
{
color: #8C0851;
}
.AnyTagClassName
{
color: #8C0851;
}
</style>
background-color css
<style>
a { background-color: #8C0851; }
a { background-color: rgb(140,8,81); }
div.DivClassName
{
background-color: #8C0851;
}
.BgClassName
{
background-color: #8C0851;
}
</style>
border-color css
<style>
span { border-color: #8C0851; }
span { border-color: rgb(140,8,81); }
td.TdClassName
{
border-color: #8C0851;
}
.TagClassName
{
border-color: #8C0851;
}
</style>