Shades of Eggplant #810160
Tints of Eggplant #810160
RGB
CMYK
RGB Variations
Color information
#810160 (or 0x810160) is known color: Eggplant. HEX triplet: 81, 01 and 60. RGB value is (129,1,96). Sum of RGB (Red+Green+Blue) = 129+1+96=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #810160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810160 is #7EFE9F. Grayscale: #313131. Windows color (decimal): -8322720 or 6291841. OLE color: 6291841.
HSL color Cylindrical-coordinate representation of color #810160: hue angle of 315.47º 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 #810160 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.49 |
| HSL | 315.47º | 0.98% | 0.25% | - |
| HSV(B) | 315.47º | 0.99% | 0.51% | - |
| XYZ | 11.18 | 5.53 | 11.55 | - |
| YUV | 50.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 96 | 0 | 0.99 | 0.26 | 0.49 | 315.47 | 0.98 | 0.25 |
| Hex | 81 | 1 | 60 | 0 | 63 | 1A | 31 | 13B | 62 | 19 |
| Octal | 201 | 1 | 140 | 0 | 143 | 32 | 61 | 473 | 142 | 31 |
| Binary | 10000001 | 1 | 1100000 | 0 | 1100011 | 11010 | 110001 | 100111011 | 1100010 | 11001 |
Color Harmonies of #810160
Complementary color
Monochromatic Colors of #810160
Black with #810160
Text Example
Text Example
White with #810160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810160; }
p { color: rgb(129,1,96); }
H1.HeaderClassName
{
color: #810160;
}
.AnyTagClassName
{
color: #810160;
}
</style>
background-color css
<style>
a { background-color: #810160; }
a { background-color: rgb(129,1,96); }
div.DivClassName
{
background-color: #810160;
}
.BgClassName
{
background-color: #810160;
}
</style>
border-color css
<style>
span { border-color: #810160; }
span { border-color: rgb(129,1,96); }
td.TdClassName
{
border-color: #810160;
}
.TagClassName
{
border-color: #810160;
}
</style>