Shades of Eggplant #800860
Tints of Eggplant #800860
RGB
CMYK
RGB Variations
Color information
#800860 (or 0x800860) is known color: Eggplant. HEX triplet: 80, 08 and 60. RGB value is (128,8,96). Sum of RGB (Red+Green+Blue) = 128+8+96=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800860 is #7FF79F. Grayscale: #353535. Windows color (decimal): -8386464 or 6293632. OLE color: 6293632.
HSL color Cylindrical-coordinate representation of color #800860: hue angle of 316º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800860 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 96 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.50 |
| HSL | 316º | 0.88% | 0.27% | - |
| HSV(B) | 316º | 0.94% | 0.5% | - |
| XYZ | 11.1 | 5.61 | 11.56 | - |
| YUV | 53.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 96 | 0 | 0.94 | 0.25 | 0.50 | 316 | 0.88 | 0.27 |
| Hex | 80 | 8 | 60 | 0 | 5E | 19 | 32 | 13C | 58 | 1B |
| Octal | 200 | 10 | 140 | 0 | 136 | 31 | 62 | 474 | 130 | 33 |
| Binary | 10000000 | 1000 | 1100000 | 0 | 1011110 | 11001 | 110010 | 100111100 | 1011000 | 11011 |
Color Harmonies of #800860
Complementary color
Monochromatic Colors of #800860
Black with #800860
Text Example
Text Example
White with #800860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800860; }
p { color: rgb(128,8,96); }
H1.HeaderClassName
{
color: #800860;
}
.AnyTagClassName
{
color: #800860;
}
</style>
background-color css
<style>
a { background-color: #800860; }
a { background-color: rgb(128,8,96); }
div.DivClassName
{
background-color: #800860;
}
.BgClassName
{
background-color: #800860;
}
</style>
border-color css
<style>
span { border-color: #800860; }
span { border-color: rgb(128,8,96); }
td.TdClassName
{
border-color: #800860;
}
.TagClassName
{
border-color: #800860;
}
</style>