Shades of Eggplant #810D58
Tints of Eggplant #810D58
RGB
CMYK
RGB Variations
Color information
#810D58 (or 0x810D58) is known color: Eggplant. HEX triplet: 81, 0D and 58. RGB value is (129,13,88). Sum of RGB (Red+Green+Blue) = 129+13+88=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #810D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810D58 is #7EF2A7. Grayscale: #383838. Windows color (decimal): -8319656 or 5770625. OLE color: 5770625.
HSL color Cylindrical-coordinate representation of color #810D58: hue angle of 321.21º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D58 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 88 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.49 |
| HSL | 321.21º | 0.82% | 0.28% | - |
| HSV(B) | 321.21º | 0.9% | 0.51% | - |
| XYZ | 10.96 | 5.66 | 9.75 | - |
| YUV | 56.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 88 | 0 | 0.90 | 0.32 | 0.49 | 321.21 | 0.82 | 0.28 |
| Hex | 81 | D | 58 | 0 | 5A | 20 | 31 | 141 | 52 | 1C |
| Octal | 201 | 15 | 130 | 0 | 132 | 40 | 61 | 501 | 122 | 34 |
| Binary | 10000001 | 1101 | 1011000 | 0 | 1011010 | 100000 | 110001 | 101000001 | 1010010 | 11100 |
Color Harmonies of #810D58
Complementary color
Monochromatic Colors of #810D58
Black with #810D58
Text Example
Text Example
White with #810D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D58; }
p { color: rgb(129,13,88); }
H1.HeaderClassName
{
color: #810D58;
}
.AnyTagClassName
{
color: #810D58;
}
</style>
background-color css
<style>
a { background-color: #810D58; }
a { background-color: rgb(129,13,88); }
div.DivClassName
{
background-color: #810D58;
}
.BgClassName
{
background-color: #810D58;
}
</style>
border-color css
<style>
span { border-color: #810D58; }
span { border-color: rgb(129,13,88); }
td.TdClassName
{
border-color: #810D58;
}
.TagClassName
{
border-color: #810D58;
}
</style>