Shades of Eggplant #86115D
Tints of Eggplant #86115D
RGB
CMYK
RGB Variations
Color information
#86115D (or 0x86115D) is known color: Eggplant. HEX triplet: 86, 11 and 5D. RGB value is (134,17,93). Sum of RGB (Red+Green+Blue) = 134+17+93=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86115D is #79EEA2. Grayscale: #3C3C3C. Windows color (decimal): -7990947 or 6099334. OLE color: 6099334.
HSL color Cylindrical-coordinate representation of color #86115D: hue angle of 321.03º 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 #86115D is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 93 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.47 |
| HSL | 321.03º | 0.77% | 0.3% | - |
| HSV(B) | 321.03º | 0.87% | 0.53% | - |
| XYZ | 12.01 | 6.26 | 10.93 | - |
| YUV | 60.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 93 | 0 | 0.87 | 0.31 | 0.47 | 321.03 | 0.77 | 0.3 |
| Hex | 86 | 11 | 5D | 0 | 57 | 1F | 2F | 141 | 4D | 1E |
| Octal | 206 | 21 | 135 | 0 | 127 | 37 | 57 | 501 | 115 | 36 |
| Binary | 10000110 | 10001 | 1011101 | 0 | 1010111 | 11111 | 101111 | 101000001 | 1001101 | 11110 |
Color Harmonies of #86115D
Complementary color
Monochromatic Colors of #86115D
Black with #86115D
Text Example
Text Example
White with #86115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86115D; }
p { color: rgb(134,17,93); }
H1.HeaderClassName
{
color: #86115D;
}
.AnyTagClassName
{
color: #86115D;
}
</style>
background-color css
<style>
a { background-color: #86115D; }
a { background-color: rgb(134,17,93); }
div.DivClassName
{
background-color: #86115D;
}
.BgClassName
{
background-color: #86115D;
}
</style>
border-color css
<style>
span { border-color: #86115D; }
span { border-color: rgb(134,17,93); }
td.TdClassName
{
border-color: #86115D;
}
.TagClassName
{
border-color: #86115D;
}
</style>