Shades of Eggplant #860E64
Tints of Eggplant #860E64
RGB
CMYK
RGB Variations
Color information
#860E64 (or 0x860E64) is known color: Eggplant. HEX triplet: 86, 0E and 64. RGB value is (134,14,100). Sum of RGB (Red+Green+Blue) = 134+14+100=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #860E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E64 is #79F19B. Grayscale: #3B3B3B. Windows color (decimal): -7991708 or 6557318. OLE color: 6557318.
HSL color Cylindrical-coordinate representation of color #860E64: hue angle of 317º 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 #860E64 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 100 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.47 |
| HSL | 317º | 0.81% | 0.29% | - |
| HSV(B) | 317º | 0.9% | 0.53% | - |
| XYZ | 12.29 | 6.3 | 12.63 | - |
| YUV | 59.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 100 | 0 | 0.90 | 0.25 | 0.47 | 317 | 0.81 | 0.29 |
| Hex | 86 | E | 64 | 0 | 5A | 19 | 2F | 13D | 51 | 1D |
| Octal | 206 | 16 | 144 | 0 | 132 | 31 | 57 | 475 | 121 | 35 |
| Binary | 10000110 | 1110 | 1100100 | 0 | 1011010 | 11001 | 101111 | 100111101 | 1010001 | 11101 |
Color Harmonies of #860E64
Complementary color
Monochromatic Colors of #860E64
Black with #860E64
Text Example
Text Example
White with #860E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E64; }
p { color: rgb(134,14,100); }
H1.HeaderClassName
{
color: #860E64;
}
.AnyTagClassName
{
color: #860E64;
}
</style>
background-color css
<style>
a { background-color: #860E64; }
a { background-color: rgb(134,14,100); }
div.DivClassName
{
background-color: #860E64;
}
.BgClassName
{
background-color: #860E64;
}
</style>
border-color css
<style>
span { border-color: #860E64; }
span { border-color: rgb(134,14,100); }
td.TdClassName
{
border-color: #860E64;
}
.TagClassName
{
border-color: #860E64;
}
</style>