Shades of Eggplant #800862
Tints of Eggplant #800862
RGB
CMYK
RGB Variations
Color information
#800862 (or 0x800862) is known color: Eggplant. HEX triplet: 80, 08 and 62. RGB value is (128,8,98). Sum of RGB (Red+Green+Blue) = 128+8+98=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #800862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800862 is #7FF79D. Grayscale: #353535. Windows color (decimal): -8386462 or 6424704. OLE color: 6424704.
HSL color Cylindrical-coordinate representation of color #800862: hue angle of 315º 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 #800862 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 98 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.50 |
| HSL | 315º | 0.88% | 0.27% | - |
| HSV(B) | 315º | 0.94% | 0.5% | - |
| XYZ | 11.19 | 5.64 | 12.05 | - |
| YUV | 54.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 98 | 0 | 0.94 | 0.23 | 0.50 | 315 | 0.88 | 0.27 |
| Hex | 80 | 8 | 62 | 0 | 5E | 17 | 32 | 13B | 58 | 1B |
| Octal | 200 | 10 | 142 | 0 | 136 | 27 | 62 | 473 | 130 | 33 |
| Binary | 10000000 | 1000 | 1100010 | 0 | 1011110 | 10111 | 110010 | 100111011 | 1011000 | 11011 |
Color Harmonies of #800862
Complementary color
Monochromatic Colors of #800862
Black with #800862
Text Example
Text Example
White with #800862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800862; }
p { color: rgb(128,8,98); }
H1.HeaderClassName
{
color: #800862;
}
.AnyTagClassName
{
color: #800862;
}
</style>
background-color css
<style>
a { background-color: #800862; }
a { background-color: rgb(128,8,98); }
div.DivClassName
{
background-color: #800862;
}
.BgClassName
{
background-color: #800862;
}
</style>
border-color css
<style>
span { border-color: #800862; }
span { border-color: rgb(128,8,98); }
td.TdClassName
{
border-color: #800862;
}
.TagClassName
{
border-color: #800862;
}
</style>