Shades of Eggplant #810251
Tints of Eggplant #810251
RGB
CMYK
RGB Variations
Color information
#810251 (or 0x810251) is known color: Eggplant. HEX triplet: 81, 02 and 51. RGB value is (129,2,81). Sum of RGB (Red+Green+Blue) = 129+2+81=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #810251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810251 is #7EFDAE. Grayscale: #303030. Windows color (decimal): -8322479 or 5309057. OLE color: 5309057.
HSL color Cylindrical-coordinate representation of color #810251: hue angle of 322.68º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810251 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.49 |
| HSL | 322.68º | 0.97% | 0.26% | - |
| HSV(B) | 322.68º | 0.98% | 0.51% | - |
| XYZ | 10.56 | 5.3 | 8.25 | - |
| YUV | 48.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 81 | 0 | 0.98 | 0.37 | 0.49 | 322.68 | 0.97 | 0.26 |
| Hex | 81 | 2 | 51 | 0 | 62 | 25 | 31 | 143 | 61 | 1A |
| Octal | 201 | 2 | 121 | 0 | 142 | 45 | 61 | 503 | 141 | 32 |
| Binary | 10000001 | 10 | 1010001 | 0 | 1100010 | 100101 | 110001 | 101000011 | 1100001 | 11010 |
Color Harmonies of #810251
Complementary color
Monochromatic Colors of #810251
Black with #810251
Text Example
Text Example
White with #810251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810251; }
p { color: rgb(129,2,81); }
H1.HeaderClassName
{
color: #810251;
}
.AnyTagClassName
{
color: #810251;
}
</style>
background-color css
<style>
a { background-color: #810251; }
a { background-color: rgb(129,2,81); }
div.DivClassName
{
background-color: #810251;
}
.BgClassName
{
background-color: #810251;
}
</style>
border-color css
<style>
span { border-color: #810251; }
span { border-color: rgb(129,2,81); }
td.TdClassName
{
border-color: #810251;
}
.TagClassName
{
border-color: #810251;
}
</style>