Shades of Eggplant #860E5E
Tints of Eggplant #860E5E
RGB
CMYK
RGB Variations
Color information
#860E5E (or 0x860E5E) is known color: Eggplant. HEX triplet: 86, 0E and 5E. RGB value is (134,14,94). Sum of RGB (Red+Green+Blue) = 134+14+94=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #860E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E5E is #79F1A1. Grayscale: #3A3A3A. Windows color (decimal): -7991714 or 6164102. OLE color: 6164102.
HSL color Cylindrical-coordinate representation of color #860E5E: hue angle of 320º 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 #860E5E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 94 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.47 |
| HSL | 320º | 0.81% | 0.29% | - |
| HSV(B) | 320º | 0.9% | 0.53% | - |
| XYZ | 12.01 | 6.19 | 11.15 | - |
| YUV | 59 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 94 | 0 | 0.90 | 0.30 | 0.47 | 320 | 0.81 | 0.29 |
| Hex | 86 | E | 5E | 0 | 5A | 1E | 2F | 140 | 51 | 1D |
| Octal | 206 | 16 | 136 | 0 | 132 | 36 | 57 | 500 | 121 | 35 |
| Binary | 10000110 | 1110 | 1011110 | 0 | 1011010 | 11110 | 101111 | 101000000 | 1010001 | 11101 |
Color Harmonies of #860E5E
Complementary color
Monochromatic Colors of #860E5E
Black with #860E5E
Text Example
Text Example
White with #860E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E5E; }
p { color: rgb(134,14,94); }
H1.HeaderClassName
{
color: #860E5E;
}
.AnyTagClassName
{
color: #860E5E;
}
</style>
background-color css
<style>
a { background-color: #860E5E; }
a { background-color: rgb(134,14,94); }
div.DivClassName
{
background-color: #860E5E;
}
.BgClassName
{
background-color: #860E5E;
}
</style>
border-color css
<style>
span { border-color: #860E5E; }
span { border-color: rgb(134,14,94); }
td.TdClassName
{
border-color: #860E5E;
}
.TagClassName
{
border-color: #860E5E;
}
</style>