Shades of Eggplant #810B55
Tints of Eggplant #810B55
RGB
CMYK
RGB Variations
Color information
#810B55 (or 0x810B55) is known color: Eggplant. HEX triplet: 81, 0B and 55. RGB value is (129,11,85). Sum of RGB (Red+Green+Blue) = 129+11+85=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #810B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B55 is #7EF4AA. Grayscale: #363636. Windows color (decimal): -8320171 or 5573505. OLE color: 5573505.
HSL color Cylindrical-coordinate representation of color #810B55: hue angle of 322.37º 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 #810B55 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 85 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.49 |
| HSL | 322.37º | 0.84% | 0.27% | - |
| HSV(B) | 322.37º | 0.91% | 0.51% | - |
| XYZ | 10.81 | 5.56 | 9.1 | - |
| YUV | 54.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 85 | 0 | 0.91 | 0.34 | 0.49 | 322.37 | 0.84 | 0.27 |
| Hex | 81 | B | 55 | 0 | 5B | 22 | 31 | 142 | 54 | 1B |
| Octal | 201 | 13 | 125 | 0 | 133 | 42 | 61 | 502 | 124 | 33 |
| Binary | 10000001 | 1011 | 1010101 | 0 | 1011011 | 100010 | 110001 | 101000010 | 1010100 | 11011 |
Color Harmonies of #810B55
Complementary color
Monochromatic Colors of #810B55
Black with #810B55
Text Example
Text Example
White with #810B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B55; }
p { color: rgb(129,11,85); }
H1.HeaderClassName
{
color: #810B55;
}
.AnyTagClassName
{
color: #810B55;
}
</style>
background-color css
<style>
a { background-color: #810B55; }
a { background-color: rgb(129,11,85); }
div.DivClassName
{
background-color: #810B55;
}
.BgClassName
{
background-color: #810B55;
}
</style>
border-color css
<style>
span { border-color: #810B55; }
span { border-color: rgb(129,11,85); }
td.TdClassName
{
border-color: #810B55;
}
.TagClassName
{
border-color: #810B55;
}
</style>