Shades of Eggplant #810055
Tints of Eggplant #810055
RGB
CMYK
RGB Variations
Color information
#810055 (or 0x810055) is known color: Eggplant. HEX triplet: 81, 00 and 55. RGB value is (129,0,85). Sum of RGB (Red+Green+Blue) = 129+0+85=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #810055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810055 is #7EFFAA. Grayscale: #303030. Windows color (decimal): -8322987 or 5570689. OLE color: 5570689.
HSL color Cylindrical-coordinate representation of color #810055: hue angle of 320.47º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810055 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.34 | 0.49 |
| HSL | 320.47º | 1% | 0.25% | - |
| HSV(B) | 320.47º | 1% | 0.51% | - |
| XYZ | 10.69 | 5.32 | 9.06 | - |
| YUV | 48.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 85 | 0 | 1 | 0.34 | 0.49 | 320.47 | 1 | 0.25 |
| Hex | 81 | 0 | 55 | 0 | 64 | 22 | 31 | 140 | 64 | 19 |
| Octal | 201 | 0 | 125 | 0 | 144 | 42 | 61 | 500 | 144 | 31 |
| Binary | 10000001 | 0 | 1010101 | 0 | 1100100 | 100010 | 110001 | 101000000 | 1100100 | 11001 |
Color Harmonies of #810055
Complementary color
Monochromatic Colors of #810055
Black with #810055
Text Example
Text Example
White with #810055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810055; }
p { color: rgb(129,0,85); }
H1.HeaderClassName
{
color: #810055;
}
.AnyTagClassName
{
color: #810055;
}
</style>
background-color css
<style>
a { background-color: #810055; }
a { background-color: rgb(129,0,85); }
div.DivClassName
{
background-color: #810055;
}
.BgClassName
{
background-color: #810055;
}
</style>
border-color css
<style>
span { border-color: #810055; }
span { border-color: rgb(129,0,85); }
td.TdClassName
{
border-color: #810055;
}
.TagClassName
{
border-color: #810055;
}
</style>