Shades of Eggplant #810B58
Tints of Eggplant #810B58
RGB
CMYK
RGB Variations
Color information
#810B58 (or 0x810B58) is known color: Eggplant. HEX triplet: 81, 0B and 58. RGB value is (129,11,88). Sum of RGB (Red+Green+Blue) = 129+11+88=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #810B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B58 is #7EF4A7. Grayscale: #363636. Windows color (decimal): -8320168 or 5770113. OLE color: 5770113.
HSL color Cylindrical-coordinate representation of color #810B58: hue angle of 320.85º 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 #810B58 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 88 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.49 |
| HSL | 320.85º | 0.84% | 0.27% | - |
| HSV(B) | 320.85º | 0.91% | 0.51% | - |
| XYZ | 10.93 | 5.61 | 9.74 | - |
| YUV | 55.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 88 | 0 | 0.91 | 0.32 | 0.49 | 320.85 | 0.84 | 0.27 |
| Hex | 81 | B | 58 | 0 | 5B | 20 | 31 | 141 | 54 | 1B |
| Octal | 201 | 13 | 130 | 0 | 133 | 40 | 61 | 501 | 124 | 33 |
| Binary | 10000001 | 1011 | 1011000 | 0 | 1011011 | 100000 | 110001 | 101000001 | 1010100 | 11011 |
Color Harmonies of #810B58
Complementary color
Monochromatic Colors of #810B58
Black with #810B58
Text Example
Text Example
White with #810B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B58; }
p { color: rgb(129,11,88); }
H1.HeaderClassName
{
color: #810B58;
}
.AnyTagClassName
{
color: #810B58;
}
</style>
background-color css
<style>
a { background-color: #810B58; }
a { background-color: rgb(129,11,88); }
div.DivClassName
{
background-color: #810B58;
}
.BgClassName
{
background-color: #810B58;
}
</style>
border-color css
<style>
span { border-color: #810B58; }
span { border-color: rgb(129,11,88); }
td.TdClassName
{
border-color: #810B58;
}
.TagClassName
{
border-color: #810B58;
}
</style>