Shades of Eggplant #860D64
Tints of Eggplant #860D64
RGB
CMYK
RGB Variations
Color information
#860D64 (or 0x860D64) is known color: Eggplant. HEX triplet: 86, 0D and 64. RGB value is (134,13,100). Sum of RGB (Red+Green+Blue) = 134+13+100=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #860D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D64 is #79F29B. Grayscale: #3A3A3A. Windows color (decimal): -7991964 or 6557062. OLE color: 6557062.
HSL color Cylindrical-coordinate representation of color #860D64: hue angle of 316.86º degrees, saturation: 0.82, 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 #860D64 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 100 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.47 |
| HSL | 316.86º | 0.82% | 0.29% | - |
| HSV(B) | 316.86º | 0.9% | 0.53% | - |
| XYZ | 12.28 | 6.28 | 12.62 | - |
| YUV | 59.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 100 | 0 | 0.90 | 0.25 | 0.47 | 316.86 | 0.82 | 0.29 |
| Hex | 86 | D | 64 | 0 | 5A | 19 | 2F | 13D | 52 | 1D |
| Octal | 206 | 15 | 144 | 0 | 132 | 31 | 57 | 475 | 122 | 35 |
| Binary | 10000110 | 1101 | 1100100 | 0 | 1011010 | 11001 | 101111 | 100111101 | 1010010 | 11101 |
Color Harmonies of #860D64
Complementary color
Monochromatic Colors of #860D64
Black with #860D64
Text Example
Text Example
White with #860D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D64; }
p { color: rgb(134,13,100); }
H1.HeaderClassName
{
color: #860D64;
}
.AnyTagClassName
{
color: #860D64;
}
</style>
background-color css
<style>
a { background-color: #860D64; }
a { background-color: rgb(134,13,100); }
div.DivClassName
{
background-color: #860D64;
}
.BgClassName
{
background-color: #860D64;
}
</style>
border-color css
<style>
span { border-color: #860D64; }
span { border-color: rgb(134,13,100); }
td.TdClassName
{
border-color: #860D64;
}
.TagClassName
{
border-color: #860D64;
}
</style>