Shades of Eggplant #810A55
Tints of Eggplant #810A55
RGB
CMYK
RGB Variations
Color information
#810A55 (or 0x810A55) is known color: Eggplant. HEX triplet: 81, 0A and 55. RGB value is (129,10,85). Sum of RGB (Red+Green+Blue) = 129+10+85=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #810A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A55 is #7EF5AA. Grayscale: #353535. Windows color (decimal): -8320427 or 5573249. OLE color: 5573249.
HSL color Cylindrical-coordinate representation of color #810A55: hue angle of 322.18º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A55 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 85 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.49 |
| HSL | 322.18º | 0.86% | 0.27% | - |
| HSV(B) | 322.18º | 0.92% | 0.51% | - |
| XYZ | 10.8 | 5.54 | 9.09 | - |
| YUV | 54.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 85 | 0 | 0.92 | 0.34 | 0.49 | 322.18 | 0.86 | 0.27 |
| Hex | 81 | A | 55 | 0 | 5C | 22 | 31 | 142 | 56 | 1B |
| Octal | 201 | 12 | 125 | 0 | 134 | 42 | 61 | 502 | 126 | 33 |
| Binary | 10000001 | 1010 | 1010101 | 0 | 1011100 | 100010 | 110001 | 101000010 | 1010110 | 11011 |
Color Harmonies of #810A55
Complementary color
Monochromatic Colors of #810A55
Black with #810A55
Text Example
Text Example
White with #810A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A55; }
p { color: rgb(129,10,85); }
H1.HeaderClassName
{
color: #810A55;
}
.AnyTagClassName
{
color: #810A55;
}
</style>
background-color css
<style>
a { background-color: #810A55; }
a { background-color: rgb(129,10,85); }
div.DivClassName
{
background-color: #810A55;
}
.BgClassName
{
background-color: #810A55;
}
</style>
border-color css
<style>
span { border-color: #810A55; }
span { border-color: rgb(129,10,85); }
td.TdClassName
{
border-color: #810A55;
}
.TagClassName
{
border-color: #810A55;
}
</style>