Shades of Eggplant #810E5B
Tints of Eggplant #810E5B
RGB
CMYK
RGB Variations
Color information
#810E5B (or 0x810E5B) is known color: Eggplant. HEX triplet: 81, 0E and 5B. RGB value is (129,14,91). Sum of RGB (Red+Green+Blue) = 129+14+91=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #810E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810E5B is #7EF1A4. Grayscale: #383838. Windows color (decimal): -8319397 or 5967489. OLE color: 5967489.
HSL color Cylindrical-coordinate representation of color #810E5B: hue angle of 319.83º 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 #810E5B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 91 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.49 |
| HSL | 319.83º | 0.8% | 0.28% | - |
| HSV(B) | 319.83º | 0.89% | 0.51% | - |
| XYZ | 11.1 | 5.74 | 10.42 | - |
| YUV | 57.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 91 | 0 | 0.89 | 0.29 | 0.49 | 319.83 | 0.8 | 0.28 |
| Hex | 81 | E | 5B | 0 | 59 | 1D | 31 | 140 | 50 | 1C |
| Octal | 201 | 16 | 133 | 0 | 131 | 35 | 61 | 500 | 120 | 34 |
| Binary | 10000001 | 1110 | 1011011 | 0 | 1011001 | 11101 | 110001 | 101000000 | 1010000 | 11100 |
Color Harmonies of #810E5B
Complementary color
Monochromatic Colors of #810E5B
Black with #810E5B
Text Example
Text Example
White with #810E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E5B; }
p { color: rgb(129,14,91); }
H1.HeaderClassName
{
color: #810E5B;
}
.AnyTagClassName
{
color: #810E5B;
}
</style>
background-color css
<style>
a { background-color: #810E5B; }
a { background-color: rgb(129,14,91); }
div.DivClassName
{
background-color: #810E5B;
}
.BgClassName
{
background-color: #810E5B;
}
</style>
border-color css
<style>
span { border-color: #810E5B; }
span { border-color: rgb(129,14,91); }
td.TdClassName
{
border-color: #810E5B;
}
.TagClassName
{
border-color: #810E5B;
}
</style>