Shades of Eggplant #861160
Tints of Eggplant #861160
RGB
CMYK
RGB Variations
Color information
#861160 (or 0x861160) is known color: Eggplant. HEX triplet: 86, 11 and 60. RGB value is (134,17,96). Sum of RGB (Red+Green+Blue) = 134+17+96=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #861160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861160 is #79EE9F. Grayscale: #3C3C3C. Windows color (decimal): -7990944 or 6295942. OLE color: 6295942.
HSL color Cylindrical-coordinate representation of color #861160: hue angle of 319.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861160 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 96 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.47 |
| HSL | 319.49º | 0.77% | 0.3% | - |
| HSV(B) | 319.49º | 0.87% | 0.53% | - |
| XYZ | 12.14 | 6.31 | 11.64 | - |
| YUV | 60.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 96 | 0 | 0.87 | 0.28 | 0.47 | 319.49 | 0.77 | 0.3 |
| Hex | 86 | 11 | 60 | 0 | 57 | 1C | 2F | 13F | 4D | 1E |
| Octal | 206 | 21 | 140 | 0 | 127 | 34 | 57 | 477 | 115 | 36 |
| Binary | 10000110 | 10001 | 1100000 | 0 | 1010111 | 11100 | 101111 | 100111111 | 1001101 | 11110 |
Color Harmonies of #861160
Complementary color
Monochromatic Colors of #861160
Black with #861160
Text Example
Text Example
White with #861160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861160; }
p { color: rgb(134,17,96); }
H1.HeaderClassName
{
color: #861160;
}
.AnyTagClassName
{
color: #861160;
}
</style>
background-color css
<style>
a { background-color: #861160; }
a { background-color: rgb(134,17,96); }
div.DivClassName
{
background-color: #861160;
}
.BgClassName
{
background-color: #861160;
}
</style>
border-color css
<style>
span { border-color: #861160; }
span { border-color: rgb(134,17,96); }
td.TdClassName
{
border-color: #861160;
}
.TagClassName
{
border-color: #861160;
}
</style>