Shades of Eggplant #810159
Tints of Eggplant #810159
RGB
CMYK
RGB Variations
Color information
#810159 (or 0x810159) is known color: Eggplant. HEX triplet: 81, 01 and 59. RGB value is (129,1,89). Sum of RGB (Red+Green+Blue) = 129+1+89=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #810159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810159 is #7EFEA6. Grayscale: #313131. Windows color (decimal): -8322727 or 5833089. OLE color: 5833089.
HSL color Cylindrical-coordinate representation of color #810159: hue angle of 318.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810159 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.49 |
| HSL | 318.75º | 0.98% | 0.25% | - |
| HSV(B) | 318.75º | 0.99% | 0.51% | - |
| XYZ | 10.87 | 5.41 | 9.92 | - |
| YUV | 49.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 89 | 0 | 0.99 | 0.31 | 0.49 | 318.75 | 0.98 | 0.25 |
| Hex | 81 | 1 | 59 | 0 | 63 | 1F | 31 | 13F | 62 | 19 |
| Octal | 201 | 1 | 131 | 0 | 143 | 37 | 61 | 477 | 142 | 31 |
| Binary | 10000001 | 1 | 1011001 | 0 | 1100011 | 11111 | 110001 | 100111111 | 1100010 | 11001 |
Color Harmonies of #810159
Complementary color
Monochromatic Colors of #810159
Black with #810159
Text Example
Text Example
White with #810159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810159; }
p { color: rgb(129,1,89); }
H1.HeaderClassName
{
color: #810159;
}
.AnyTagClassName
{
color: #810159;
}
</style>
background-color css
<style>
a { background-color: #810159; }
a { background-color: rgb(129,1,89); }
div.DivClassName
{
background-color: #810159;
}
.BgClassName
{
background-color: #810159;
}
</style>
border-color css
<style>
span { border-color: #810159; }
span { border-color: rgb(129,1,89); }
td.TdClassName
{
border-color: #810159;
}
.TagClassName
{
border-color: #810159;
}
</style>