Shades of Eggplant #860E5B
Tints of Eggplant #860E5B
RGB
CMYK
RGB Variations
Color information
#860E5B (or 0x860E5B) is known color: Eggplant. HEX triplet: 86, 0E and 5B. RGB value is (134,14,91). Sum of RGB (Red+Green+Blue) = 134+14+91=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #860E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E5B is #79F1A4. Grayscale: #3A3A3A. Windows color (decimal): -7991717 or 5967494. OLE color: 5967494.
HSL color Cylindrical-coordinate representation of color #860E5B: hue angle of 321.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E5B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 91 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.47 |
| HSL | 321.5º | 0.81% | 0.29% | - |
| HSV(B) | 321.5º | 0.9% | 0.53% | - |
| XYZ | 11.88 | 6.14 | 10.46 | - |
| YUV | 58.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 91 | 0 | 0.90 | 0.32 | 0.47 | 321.5 | 0.81 | 0.29 |
| Hex | 86 | E | 5B | 0 | 5A | 20 | 2F | 142 | 51 | 1D |
| Octal | 206 | 16 | 133 | 0 | 132 | 40 | 57 | 502 | 121 | 35 |
| Binary | 10000110 | 1110 | 1011011 | 0 | 1011010 | 100000 | 101111 | 101000010 | 1010001 | 11101 |
Color Harmonies of #860E5B
Complementary color
Monochromatic Colors of #860E5B
Black with #860E5B
Text Example
Text Example
White with #860E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E5B; }
p { color: rgb(134,14,91); }
H1.HeaderClassName
{
color: #860E5B;
}
.AnyTagClassName
{
color: #860E5B;
}
</style>
background-color css
<style>
a { background-color: #860E5B; }
a { background-color: rgb(134,14,91); }
div.DivClassName
{
background-color: #860E5B;
}
.BgClassName
{
background-color: #860E5B;
}
</style>
border-color css
<style>
span { border-color: #860E5B; }
span { border-color: rgb(134,14,91); }
td.TdClassName
{
border-color: #860E5B;
}
.TagClassName
{
border-color: #860E5B;
}
</style>