Shades of Eggplant #860C65
Tints of Eggplant #860C65
RGB
CMYK
RGB Variations
Color information
#860C65 (or 0x860C65) is known color: Eggplant. HEX triplet: 86, 0C and 65. RGB value is (134,12,101). Sum of RGB (Red+Green+Blue) = 134+12+101=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #860C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C65 is #79F39A. Grayscale: #3A3A3A. Windows color (decimal): -7992219 or 6622342. OLE color: 6622342.
HSL color Cylindrical-coordinate representation of color #860C65: hue angle of 316.23º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C65 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 101 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.47 |
| HSL | 316.23º | 0.84% | 0.29% | - |
| HSV(B) | 316.23º | 0.91% | 0.53% | - |
| XYZ | 12.31 | 6.27 | 12.87 | - |
| YUV | 58.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 101 | 0 | 0.91 | 0.25 | 0.47 | 316.23 | 0.84 | 0.29 |
| Hex | 86 | C | 65 | 0 | 5B | 19 | 2F | 13C | 54 | 1D |
| Octal | 206 | 14 | 145 | 0 | 133 | 31 | 57 | 474 | 124 | 35 |
| Binary | 10000110 | 1100 | 1100101 | 0 | 1011011 | 11001 | 101111 | 100111100 | 1010100 | 11101 |
Color Harmonies of #860C65
Complementary color
Monochromatic Colors of #860C65
Black with #860C65
Text Example
Text Example
White with #860C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C65; }
p { color: rgb(134,12,101); }
H1.HeaderClassName
{
color: #860C65;
}
.AnyTagClassName
{
color: #860C65;
}
</style>
background-color css
<style>
a { background-color: #860C65; }
a { background-color: rgb(134,12,101); }
div.DivClassName
{
background-color: #860C65;
}
.BgClassName
{
background-color: #860C65;
}
</style>
border-color css
<style>
span { border-color: #860C65; }
span { border-color: rgb(134,12,101); }
td.TdClassName
{
border-color: #860C65;
}
.TagClassName
{
border-color: #860C65;
}
</style>