Shades of Eggplant #810A53
Tints of Eggplant #810A53
RGB
CMYK
RGB Variations
Color information
#810A53 (or 0x810A53) is known color: Eggplant. HEX triplet: 81, 0A and 53. RGB value is (129,10,83). Sum of RGB (Red+Green+Blue) = 129+10+83=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #810A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A53 is #7EF5AC. Grayscale: #353535. Windows color (decimal): -8320429 or 5442177. OLE color: 5442177.
HSL color Cylindrical-coordinate representation of color #810A53: hue angle of 323.19º 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 #810A53 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 83 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.49 |
| HSL | 323.19º | 0.86% | 0.27% | - |
| HSV(B) | 323.19º | 0.92% | 0.51% | - |
| XYZ | 10.72 | 5.51 | 8.68 | - |
| YUV | 53.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 83 | 0 | 0.92 | 0.36 | 0.49 | 323.19 | 0.86 | 0.27 |
| Hex | 81 | A | 53 | 0 | 5C | 24 | 31 | 143 | 56 | 1B |
| Octal | 201 | 12 | 123 | 0 | 134 | 44 | 61 | 503 | 126 | 33 |
| Binary | 10000001 | 1010 | 1010011 | 0 | 1011100 | 100100 | 110001 | 101000011 | 1010110 | 11011 |
Color Harmonies of #810A53
Complementary color
Monochromatic Colors of #810A53
Black with #810A53
Text Example
Text Example
White with #810A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A53; }
p { color: rgb(129,10,83); }
H1.HeaderClassName
{
color: #810A53;
}
.AnyTagClassName
{
color: #810A53;
}
</style>
background-color css
<style>
a { background-color: #810A53; }
a { background-color: rgb(129,10,83); }
div.DivClassName
{
background-color: #810A53;
}
.BgClassName
{
background-color: #810A53;
}
</style>
border-color css
<style>
span { border-color: #810A53; }
span { border-color: rgb(129,10,83); }
td.TdClassName
{
border-color: #810A53;
}
.TagClassName
{
border-color: #810A53;
}
</style>