Shades of Eggplant #800858
Tints of Eggplant #800858
RGB
CMYK
RGB Variations
Color information
#800858 (or 0x800858) is known color: Eggplant. HEX triplet: 80, 08 and 58. RGB value is (128,8,88). Sum of RGB (Red+Green+Blue) = 128+8+88=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #800858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800858 is #7FF7A7. Grayscale: #343434. Windows color (decimal): -8386472 or 5769344. OLE color: 5769344.
HSL color Cylindrical-coordinate representation of color #800858: hue angle of 320º 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 #800858 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 88 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.50 |
| HSL | 320º | 0.88% | 0.27% | - |
| HSV(B) | 320º | 0.94% | 0.5% | - |
| XYZ | 10.75 | 5.47 | 9.72 | - |
| YUV | 53 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 88 | 0 | 0.94 | 0.31 | 0.50 | 320 | 0.88 | 0.27 |
| Hex | 80 | 8 | 58 | 0 | 5E | 1F | 32 | 140 | 58 | 1B |
| Octal | 200 | 10 | 130 | 0 | 136 | 37 | 62 | 500 | 130 | 33 |
| Binary | 10000000 | 1000 | 1011000 | 0 | 1011110 | 11111 | 110010 | 101000000 | 1011000 | 11011 |
Color Harmonies of #800858
Complementary color
Monochromatic Colors of #800858
Black with #800858
Text Example
Text Example
White with #800858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800858; }
p { color: rgb(128,8,88); }
H1.HeaderClassName
{
color: #800858;
}
.AnyTagClassName
{
color: #800858;
}
</style>
background-color css
<style>
a { background-color: #800858; }
a { background-color: rgb(128,8,88); }
div.DivClassName
{
background-color: #800858;
}
.BgClassName
{
background-color: #800858;
}
</style>
border-color css
<style>
span { border-color: #800858; }
span { border-color: rgb(128,8,88); }
td.TdClassName
{
border-color: #800858;
}
.TagClassName
{
border-color: #800858;
}
</style>