Shades of Eggplant #860A66
Tints of Eggplant #860A66
RGB
CMYK
RGB Variations
Color information
#860A66 (or 0x860A66) is known color: Eggplant. HEX triplet: 86, 0A and 66. RGB value is (134,10,102). Sum of RGB (Red+Green+Blue) = 134+10+102=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #860A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A66 is #79F599. Grayscale: #393939. Windows color (decimal): -7992730 or 6687366. OLE color: 6687366.
HSL color Cylindrical-coordinate representation of color #860A66: hue angle of 315.48º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A66 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 102 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.47 |
| HSL | 315.48º | 0.86% | 0.28% | - |
| HSV(B) | 315.48º | 0.93% | 0.53% | - |
| XYZ | 12.34 | 6.24 | 13.13 | - |
| YUV | 57.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 102 | 0 | 0.93 | 0.24 | 0.47 | 315.48 | 0.86 | 0.28 |
| Hex | 86 | A | 66 | 0 | 5D | 18 | 2F | 13B | 56 | 1C |
| Octal | 206 | 12 | 146 | 0 | 135 | 30 | 57 | 473 | 126 | 34 |
| Binary | 10000110 | 1010 | 1100110 | 0 | 1011101 | 11000 | 101111 | 100111011 | 1010110 | 11100 |
Color Harmonies of #860A66
Complementary color
Monochromatic Colors of #860A66
Black with #860A66
Text Example
Text Example
White with #860A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A66; }
p { color: rgb(134,10,102); }
H1.HeaderClassName
{
color: #860A66;
}
.AnyTagClassName
{
color: #860A66;
}
</style>
background-color css
<style>
a { background-color: #860A66; }
a { background-color: rgb(134,10,102); }
div.DivClassName
{
background-color: #860A66;
}
.BgClassName
{
background-color: #860A66;
}
</style>
border-color css
<style>
span { border-color: #860A66; }
span { border-color: rgb(134,10,102); }
td.TdClassName
{
border-color: #860A66;
}
.TagClassName
{
border-color: #860A66;
}
</style>