Shades of Eggplant #810B59
Tints of Eggplant #810B59
RGB
CMYK
RGB Variations
Color information
#810B59 (or 0x810B59) is known color: Eggplant. HEX triplet: 81, 0B and 59. RGB value is (129,11,89). Sum of RGB (Red+Green+Blue) = 129+11+89=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #810B59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B59 is #7EF4A6. Grayscale: #363636. Windows color (decimal): -8320167 or 5835649. OLE color: 5835649.
HSL color Cylindrical-coordinate representation of color #810B59: hue angle of 320.34º 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 #810B59 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 89 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.49 |
| HSL | 320.34º | 0.84% | 0.27% | - |
| HSV(B) | 320.34º | 0.91% | 0.51% | - |
| XYZ | 10.98 | 5.63 | 9.96 | - |
| YUV | 55.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 89 | 0 | 0.91 | 0.31 | 0.49 | 320.34 | 0.84 | 0.27 |
| Hex | 81 | B | 59 | 0 | 5B | 1F | 31 | 140 | 54 | 1B |
| Octal | 201 | 13 | 131 | 0 | 133 | 37 | 61 | 500 | 124 | 33 |
| Binary | 10000001 | 1011 | 1011001 | 0 | 1011011 | 11111 | 110001 | 101000000 | 1010100 | 11011 |
Color Harmonies of #810B59
Complementary color
Monochromatic Colors of #810B59
Black with #810B59
Text Example
Text Example
White with #810B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B59; }
p { color: rgb(129,11,89); }
H1.HeaderClassName
{
color: #810B59;
}
.AnyTagClassName
{
color: #810B59;
}
</style>
background-color css
<style>
a { background-color: #810B59; }
a { background-color: rgb(129,11,89); }
div.DivClassName
{
background-color: #810B59;
}
.BgClassName
{
background-color: #810B59;
}
</style>
border-color css
<style>
span { border-color: #810B59; }
span { border-color: rgb(129,11,89); }
td.TdClassName
{
border-color: #810B59;
}
.TagClassName
{
border-color: #810B59;
}
</style>