Shades of Eggplant #810B5D
Tints of Eggplant #810B5D
RGB
CMYK
RGB Variations
Color information
#810B5D (or 0x810B5D) is known color: Eggplant. HEX triplet: 81, 0B and 5D. RGB value is (129,11,93). Sum of RGB (Red+Green+Blue) = 129+11+93=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #810B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B5D is #7EF4A2. Grayscale: #373737. Windows color (decimal): -8320163 or 6097793. OLE color: 6097793.
HSL color Cylindrical-coordinate representation of color #810B5D: hue angle of 318.31º 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 #810B5D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 93 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.49 |
| HSL | 318.31º | 0.84% | 0.27% | - |
| HSV(B) | 318.31º | 0.91% | 0.51% | - |
| XYZ | 11.15 | 5.7 | 10.87 | - |
| YUV | 55.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 93 | 0 | 0.91 | 0.28 | 0.49 | 318.31 | 0.84 | 0.27 |
| Hex | 81 | B | 5D | 0 | 5B | 1C | 31 | 13E | 54 | 1B |
| Octal | 201 | 13 | 135 | 0 | 133 | 34 | 61 | 476 | 124 | 33 |
| Binary | 10000001 | 1011 | 1011101 | 0 | 1011011 | 11100 | 110001 | 100111110 | 1010100 | 11011 |
Color Harmonies of #810B5D
Complementary color
Monochromatic Colors of #810B5D
Black with #810B5D
Text Example
Text Example
White with #810B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B5D; }
p { color: rgb(129,11,93); }
H1.HeaderClassName
{
color: #810B5D;
}
.AnyTagClassName
{
color: #810B5D;
}
</style>
background-color css
<style>
a { background-color: #810B5D; }
a { background-color: rgb(129,11,93); }
div.DivClassName
{
background-color: #810B5D;
}
.BgClassName
{
background-color: #810B5D;
}
</style>
border-color css
<style>
span { border-color: #810B5D; }
span { border-color: rgb(129,11,93); }
td.TdClassName
{
border-color: #810B5D;
}
.TagClassName
{
border-color: #810B5D;
}
</style>