Shades of Eggplant #8C0051
Tints of Eggplant #8C0051
RGB
CMYK
RGB Variations
Color information
#8C0051 (or 0x8C0051) is known color: Eggplant. HEX triplet: 8C, 00 and 51. RGB value is (140,0,81). Sum of RGB (Red+Green+Blue) = 140+0+81=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0051 is #73FFAE. Grayscale: #323232. Windows color (decimal): -7602095 or 5308556. OLE color: 5308556.
HSL color Cylindrical-coordinate representation of color #8C0051: hue angle of 325.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0051 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.42 | 0.45 |
| HSL | 325.29º | 1% | 0.27% | - |
| HSV(B) | 325.29º | 1% | 0.55% | - |
| XYZ | 12.3 | 6.17 | 8.33 | - |
| YUV | 51.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 81 | 0 | 1 | 0.42 | 0.45 | 325.29 | 1 | 0.27 |
| Hex | 8C | 0 | 51 | 0 | 64 | 2A | 2D | 145 | 64 | 1B |
| Octal | 214 | 0 | 121 | 0 | 144 | 52 | 55 | 505 | 144 | 33 |
| Binary | 10001100 | 0 | 1010001 | 0 | 1100100 | 101010 | 101101 | 101000101 | 1100100 | 11011 |
Color Harmonies of #8C0051
Complementary color
Monochromatic Colors of #8C0051
Black with #8C0051
Text Example
Text Example
White with #8C0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0051; }
p { color: rgb(140,0,81); }
H1.HeaderClassName
{
color: #8C0051;
}
.AnyTagClassName
{
color: #8C0051;
}
</style>
background-color css
<style>
a { background-color: #8C0051; }
a { background-color: rgb(140,0,81); }
div.DivClassName
{
background-color: #8C0051;
}
.BgClassName
{
background-color: #8C0051;
}
</style>
border-color css
<style>
span { border-color: #8C0051; }
span { border-color: rgb(140,0,81); }
td.TdClassName
{
border-color: #8C0051;
}
.TagClassName
{
border-color: #8C0051;
}
</style>