Shades of Eggplant #810E54
Tints of Eggplant #810E54
RGB
CMYK
RGB Variations
Color information
#810E54 (or 0x810E54) is known color: Eggplant. HEX triplet: 81, 0E and 54. RGB value is (129,14,84). Sum of RGB (Red+Green+Blue) = 129+14+84=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #810E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810E54 is #7EF1AB. Grayscale: #383838. Windows color (decimal): -8319404 or 5508737. OLE color: 5508737.
HSL color Cylindrical-coordinate representation of color #810E54: hue angle of 323.48º 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 #810E54 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 84 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.49 |
| HSL | 323.48º | 0.8% | 0.28% | - |
| HSV(B) | 323.48º | 0.89% | 0.51% | - |
| XYZ | 10.81 | 5.62 | 8.9 | - |
| YUV | 56.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 84 | 0 | 0.89 | 0.35 | 0.49 | 323.48 | 0.8 | 0.28 |
| Hex | 81 | E | 54 | 0 | 59 | 23 | 31 | 143 | 50 | 1C |
| Octal | 201 | 16 | 124 | 0 | 131 | 43 | 61 | 503 | 120 | 34 |
| Binary | 10000001 | 1110 | 1010100 | 0 | 1011001 | 100011 | 110001 | 101000011 | 1010000 | 11100 |
Color Harmonies of #810E54
Complementary color
Monochromatic Colors of #810E54
Black with #810E54
Text Example
Text Example
White with #810E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E54; }
p { color: rgb(129,14,84); }
H1.HeaderClassName
{
color: #810E54;
}
.AnyTagClassName
{
color: #810E54;
}
</style>
background-color css
<style>
a { background-color: #810E54; }
a { background-color: rgb(129,14,84); }
div.DivClassName
{
background-color: #810E54;
}
.BgClassName
{
background-color: #810E54;
}
</style>
border-color css
<style>
span { border-color: #810E54; }
span { border-color: rgb(129,14,84); }
td.TdClassName
{
border-color: #810E54;
}
.TagClassName
{
border-color: #810E54;
}
</style>