Shades of Eggplant #810953
Tints of Eggplant #810953
RGB
CMYK
RGB Variations
Color information
#810953 (or 0x810953) is known color: Eggplant. HEX triplet: 81, 09 and 53. RGB value is (129,9,83). Sum of RGB (Red+Green+Blue) = 129+9+83=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #810953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810953 is #7EF6AC. Grayscale: #353535. Windows color (decimal): -8320685 or 5441921. OLE color: 5441921.
HSL color Cylindrical-coordinate representation of color #810953: hue angle of 323º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810953 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 83 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.49 |
| HSL | 323º | 0.87% | 0.27% | - |
| HSV(B) | 323º | 0.93% | 0.51% | - |
| XYZ | 10.71 | 5.49 | 8.68 | - |
| YUV | 53.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 83 | 0 | 0.93 | 0.36 | 0.49 | 323 | 0.87 | 0.27 |
| Hex | 81 | 9 | 53 | 0 | 5D | 24 | 31 | 143 | 57 | 1B |
| Octal | 201 | 11 | 123 | 0 | 135 | 44 | 61 | 503 | 127 | 33 |
| Binary | 10000001 | 1001 | 1010011 | 0 | 1011101 | 100100 | 110001 | 101000011 | 1010111 | 11011 |
Color Harmonies of #810953
Complementary color
Monochromatic Colors of #810953
Black with #810953
Text Example
Text Example
White with #810953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810953; }
p { color: rgb(129,9,83); }
H1.HeaderClassName
{
color: #810953;
}
.AnyTagClassName
{
color: #810953;
}
</style>
background-color css
<style>
a { background-color: #810953; }
a { background-color: rgb(129,9,83); }
div.DivClassName
{
background-color: #810953;
}
.BgClassName
{
background-color: #810953;
}
</style>
border-color css
<style>
span { border-color: #810953; }
span { border-color: rgb(129,9,83); }
td.TdClassName
{
border-color: #810953;
}
.TagClassName
{
border-color: #810953;
}
</style>