Shades of Eggplant #810B56
Tints of Eggplant #810B56
RGB
CMYK
RGB Variations
Color information
#810B56 (or 0x810B56) is known color: Eggplant. HEX triplet: 81, 0B and 56. RGB value is (129,11,86). Sum of RGB (Red+Green+Blue) = 129+11+86=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #810B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B56 is #7EF4A9. Grayscale: #363636. Windows color (decimal): -8320170 or 5639041. OLE color: 5639041.
HSL color Cylindrical-coordinate representation of color #810B56: hue angle of 321.86º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B56 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 86 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.49 |
| HSL | 321.86º | 0.84% | 0.27% | - |
| HSV(B) | 321.86º | 0.91% | 0.51% | - |
| XYZ | 10.85 | 5.58 | 9.31 | - |
| YUV | 54.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 86 | 0 | 0.91 | 0.33 | 0.49 | 321.86 | 0.84 | 0.27 |
| Hex | 81 | B | 56 | 0 | 5B | 21 | 31 | 142 | 54 | 1B |
| Octal | 201 | 13 | 126 | 0 | 133 | 41 | 61 | 502 | 124 | 33 |
| Binary | 10000001 | 1011 | 1010110 | 0 | 1011011 | 100001 | 110001 | 101000010 | 1010100 | 11011 |
Color Harmonies of #810B56
Complementary color
Monochromatic Colors of #810B56
Black with #810B56
Text Example
Text Example
White with #810B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B56; }
p { color: rgb(129,11,86); }
H1.HeaderClassName
{
color: #810B56;
}
.AnyTagClassName
{
color: #810B56;
}
</style>
background-color css
<style>
a { background-color: #810B56; }
a { background-color: rgb(129,11,86); }
div.DivClassName
{
background-color: #810B56;
}
.BgClassName
{
background-color: #810B56;
}
</style>
border-color css
<style>
span { border-color: #810B56; }
span { border-color: rgb(129,11,86); }
td.TdClassName
{
border-color: #810B56;
}
.TagClassName
{
border-color: #810B56;
}
</style>