Shades of Eggplant #810863
Tints of Eggplant #810863
RGB
CMYK
RGB Variations
Color information
#810863 (or 0x810863) is known color: Eggplant. HEX triplet: 81, 08 and 63. RGB value is (129,8,99). Sum of RGB (Red+Green+Blue) = 129+8+99=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #810863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810863 is #7EF79C. Grayscale: #363636. Windows color (decimal): -8320925 or 6490241. OLE color: 6490241.
HSL color Cylindrical-coordinate representation of color #810863: hue angle of 314.88º 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 #810863 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 99 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.49 |
| HSL | 314.88º | 0.88% | 0.27% | - |
| HSV(B) | 314.88º | 0.94% | 0.51% | - |
| XYZ | 11.39 | 5.74 | 12.31 | - |
| YUV | 54.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 99 | 0 | 0.94 | 0.23 | 0.49 | 314.88 | 0.88 | 0.27 |
| Hex | 81 | 8 | 63 | 0 | 5E | 17 | 31 | 13B | 58 | 1B |
| Octal | 201 | 10 | 143 | 0 | 136 | 27 | 61 | 473 | 130 | 33 |
| Binary | 10000001 | 1000 | 1100011 | 0 | 1011110 | 10111 | 110001 | 100111011 | 1011000 | 11011 |
Color Harmonies of #810863
Complementary color
Monochromatic Colors of #810863
Black with #810863
Text Example
Text Example
White with #810863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810863; }
p { color: rgb(129,8,99); }
H1.HeaderClassName
{
color: #810863;
}
.AnyTagClassName
{
color: #810863;
}
</style>
background-color css
<style>
a { background-color: #810863; }
a { background-color: rgb(129,8,99); }
div.DivClassName
{
background-color: #810863;
}
.BgClassName
{
background-color: #810863;
}
</style>
border-color css
<style>
span { border-color: #810863; }
span { border-color: rgb(129,8,99); }
td.TdClassName
{
border-color: #810863;
}
.TagClassName
{
border-color: #810863;
}
</style>