Shades of Eggplant #800859
Tints of Eggplant #800859
RGB
CMYK
RGB Variations
Color information
#800859 (or 0x800859) is known color: Eggplant. HEX triplet: 80, 08 and 59. RGB value is (128,8,89). Sum of RGB (Red+Green+Blue) = 128+8+89=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #800859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800859 is #7FF7A6. Grayscale: #343434. Windows color (decimal): -8386471 or 5834880. OLE color: 5834880.
HSL color Cylindrical-coordinate representation of color #800859: hue angle of 319.5º 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 #800859 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 89 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.50 |
| HSL | 319.5º | 0.88% | 0.27% | - |
| HSV(B) | 319.5º | 0.94% | 0.5% | - |
| XYZ | 10.79 | 5.48 | 9.94 | - |
| YUV | 53.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 89 | 0 | 0.94 | 0.30 | 0.50 | 319.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 59 | 0 | 5E | 1E | 32 | 140 | 58 | 1B |
| Octal | 200 | 10 | 131 | 0 | 136 | 36 | 62 | 500 | 130 | 33 |
| Binary | 10000000 | 1000 | 1011001 | 0 | 1011110 | 11110 | 110010 | 101000000 | 1011000 | 11011 |
Color Harmonies of #800859
Complementary color
Monochromatic Colors of #800859
Black with #800859
Text Example
Text Example
White with #800859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800859; }
p { color: rgb(128,8,89); }
H1.HeaderClassName
{
color: #800859;
}
.AnyTagClassName
{
color: #800859;
}
</style>
background-color css
<style>
a { background-color: #800859; }
a { background-color: rgb(128,8,89); }
div.DivClassName
{
background-color: #800859;
}
.BgClassName
{
background-color: #800859;
}
</style>
border-color css
<style>
span { border-color: #800859; }
span { border-color: rgb(128,8,89); }
td.TdClassName
{
border-color: #800859;
}
.TagClassName
{
border-color: #800859;
}
</style>