Shades of Eggplant #810B5B
Tints of Eggplant #810B5B
RGB
CMYK
RGB Variations
Color information
#810B5B (or 0x810B5B) is known color: Eggplant. HEX triplet: 81, 0B and 5B. RGB value is (129,11,91). Sum of RGB (Red+Green+Blue) = 129+11+91=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #810B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B5B is #7EF4A4. Grayscale: #373737. Windows color (decimal): -8320165 or 5966721. OLE color: 5966721.
HSL color Cylindrical-coordinate representation of color #810B5B: hue angle of 319.32º 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 #810B5B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 91 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.49 |
| HSL | 319.32º | 0.84% | 0.27% | - |
| HSV(B) | 319.32º | 0.91% | 0.51% | - |
| XYZ | 11.06 | 5.66 | 10.41 | - |
| YUV | 55.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 91 | 0 | 0.91 | 0.29 | 0.49 | 319.32 | 0.84 | 0.27 |
| Hex | 81 | B | 5B | 0 | 5B | 1D | 31 | 13F | 54 | 1B |
| Octal | 201 | 13 | 133 | 0 | 133 | 35 | 61 | 477 | 124 | 33 |
| Binary | 10000001 | 1011 | 1011011 | 0 | 1011011 | 11101 | 110001 | 100111111 | 1010100 | 11011 |
Color Harmonies of #810B5B
Complementary color
Monochromatic Colors of #810B5B
Black with #810B5B
Text Example
Text Example
White with #810B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B5B; }
p { color: rgb(129,11,91); }
H1.HeaderClassName
{
color: #810B5B;
}
.AnyTagClassName
{
color: #810B5B;
}
</style>
background-color css
<style>
a { background-color: #810B5B; }
a { background-color: rgb(129,11,91); }
div.DivClassName
{
background-color: #810B5B;
}
.BgClassName
{
background-color: #810B5B;
}
</style>
border-color css
<style>
span { border-color: #810B5B; }
span { border-color: rgb(129,11,91); }
td.TdClassName
{
border-color: #810B5B;
}
.TagClassName
{
border-color: #810B5B;
}
</style>