Shades of Eggplant #810861
Tints of Eggplant #810861
RGB
CMYK
RGB Variations
Color information
#810861 (or 0x810861) is known color: Eggplant. HEX triplet: 81, 08 and 61. RGB value is (129,8,97). Sum of RGB (Red+Green+Blue) = 129+8+97=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #810861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810861 is #7EF79E. Grayscale: #363636. Windows color (decimal): -8320927 or 6359169. OLE color: 6359169.
HSL color Cylindrical-coordinate representation of color #810861: hue angle of 315.87º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810861 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 97 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.49 |
| HSL | 315.87º | 0.88% | 0.27% | - |
| HSV(B) | 315.87º | 0.94% | 0.51% | - |
| XYZ | 11.3 | 5.7 | 11.81 | - |
| YUV | 54.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 97 | 0 | 0.94 | 0.25 | 0.49 | 315.87 | 0.88 | 0.27 |
| Hex | 81 | 8 | 61 | 0 | 5E | 19 | 31 | 13C | 58 | 1B |
| Octal | 201 | 10 | 141 | 0 | 136 | 31 | 61 | 474 | 130 | 33 |
| Binary | 10000001 | 1000 | 1100001 | 0 | 1011110 | 11001 | 110001 | 100111100 | 1011000 | 11011 |
Color Harmonies of #810861
Complementary color
Monochromatic Colors of #810861
Black with #810861
Text Example
Text Example
White with #810861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810861; }
p { color: rgb(129,8,97); }
H1.HeaderClassName
{
color: #810861;
}
.AnyTagClassName
{
color: #810861;
}
</style>
background-color css
<style>
a { background-color: #810861; }
a { background-color: rgb(129,8,97); }
div.DivClassName
{
background-color: #810861;
}
.BgClassName
{
background-color: #810861;
}
</style>
border-color css
<style>
span { border-color: #810861; }
span { border-color: rgb(129,8,97); }
td.TdClassName
{
border-color: #810861;
}
.TagClassName
{
border-color: #810861;
}
</style>