Shades of Eggplant #810A56
Tints of Eggplant #810A56
RGB
CMYK
RGB Variations
Color information
#810A56 (or 0x810A56) is known color: Eggplant. HEX triplet: 81, 0A and 56. RGB value is (129,10,86). Sum of RGB (Red+Green+Blue) = 129+10+86=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #810A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810A56 is #7EF5A9. Grayscale: #363636. Windows color (decimal): -8320426 or 5638785. OLE color: 5638785.
HSL color Cylindrical-coordinate representation of color #810A56: hue angle of 321.68º 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 #810A56 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 86 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.49 |
| HSL | 321.68º | 0.86% | 0.27% | - |
| HSV(B) | 321.68º | 0.92% | 0.51% | - |
| XYZ | 10.84 | 5.56 | 9.31 | - |
| YUV | 54.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 86 | 0 | 0.92 | 0.33 | 0.49 | 321.68 | 0.86 | 0.27 |
| Hex | 81 | A | 56 | 0 | 5C | 21 | 31 | 142 | 56 | 1B |
| Octal | 201 | 12 | 126 | 0 | 134 | 41 | 61 | 502 | 126 | 33 |
| Binary | 10000001 | 1010 | 1010110 | 0 | 1011100 | 100001 | 110001 | 101000010 | 1010110 | 11011 |
Color Harmonies of #810A56
Complementary color
Monochromatic Colors of #810A56
Black with #810A56
Text Example
Text Example
White with #810A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A56; }
p { color: rgb(129,10,86); }
H1.HeaderClassName
{
color: #810A56;
}
.AnyTagClassName
{
color: #810A56;
}
</style>
background-color css
<style>
a { background-color: #810A56; }
a { background-color: rgb(129,10,86); }
div.DivClassName
{
background-color: #810A56;
}
.BgClassName
{
background-color: #810A56;
}
</style>
border-color css
<style>
span { border-color: #810A56; }
span { border-color: rgb(129,10,86); }
td.TdClassName
{
border-color: #810A56;
}
.TagClassName
{
border-color: #810A56;
}
</style>