Shades of Eggplant #810E55
Tints of Eggplant #810E55
RGB
CMYK
RGB Variations
Color information
#810E55 (or 0x810E55) is known color: Eggplant. HEX triplet: 81, 0E and 55. RGB value is (129,14,85). Sum of RGB (Red+Green+Blue) = 129+14+85=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #810E55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810E55 is #7EF1AA. Grayscale: #383838. Windows color (decimal): -8319403 or 5574273. OLE color: 5574273.
HSL color Cylindrical-coordinate representation of color #810E55: hue angle of 322.96º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810E55 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 85 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.49 |
| HSL | 322.96º | 0.8% | 0.28% | - |
| HSV(B) | 322.96º | 0.89% | 0.51% | - |
| XYZ | 10.85 | 5.64 | 9.11 | - |
| YUV | 56.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 85 | 0 | 0.89 | 0.34 | 0.49 | 322.96 | 0.8 | 0.28 |
| Hex | 81 | E | 55 | 0 | 59 | 22 | 31 | 143 | 50 | 1C |
| Octal | 201 | 16 | 125 | 0 | 131 | 42 | 61 | 503 | 120 | 34 |
| Binary | 10000001 | 1110 | 1010101 | 0 | 1011001 | 100010 | 110001 | 101000011 | 1010000 | 11100 |
Color Harmonies of #810E55
Complementary color
Monochromatic Colors of #810E55
Black with #810E55
Text Example
Text Example
White with #810E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E55; }
p { color: rgb(129,14,85); }
H1.HeaderClassName
{
color: #810E55;
}
.AnyTagClassName
{
color: #810E55;
}
</style>
background-color css
<style>
a { background-color: #810E55; }
a { background-color: rgb(129,14,85); }
div.DivClassName
{
background-color: #810E55;
}
.BgClassName
{
background-color: #810E55;
}
</style>
border-color css
<style>
span { border-color: #810E55; }
span { border-color: rgb(129,14,85); }
td.TdClassName
{
border-color: #810E55;
}
.TagClassName
{
border-color: #810E55;
}
</style>