Shades of Eggplant #860064
Tints of Eggplant #860064
RGB
CMYK
RGB Variations
Color information
#860064 (or 0x860064) is known color: Eggplant. HEX triplet: 86, 00 and 64. RGB value is (134,0,100). Sum of RGB (Red+Green+Blue) = 134+0+100=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #860064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860064 is #79FF9B. Grayscale: #333333. Windows color (decimal): -7995292 or 6553734. OLE color: 6553734.
HSL color Cylindrical-coordinate representation of color #860064: hue angle of 315.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860064 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.25 | 0.47 |
| HSL | 315.22º | 1% | 0.26% | - |
| HSV(B) | 315.22º | 1% | 0.53% | - |
| XYZ | 12.13 | 5.99 | 12.57 | - |
| YUV | 51.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 100 | 0 | 1 | 0.25 | 0.47 | 315.22 | 1 | 0.26 |
| Hex | 86 | 0 | 64 | 0 | 64 | 19 | 2F | 13B | 64 | 1A |
| Octal | 206 | 0 | 144 | 0 | 144 | 31 | 57 | 473 | 144 | 32 |
| Binary | 10000110 | 0 | 1100100 | 0 | 1100100 | 11001 | 101111 | 100111011 | 1100100 | 11010 |
Color Harmonies of #860064
Complementary color
Monochromatic Colors of #860064
Black with #860064
Text Example
Text Example
White with #860064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860064; }
p { color: rgb(134,0,100); }
H1.HeaderClassName
{
color: #860064;
}
.AnyTagClassName
{
color: #860064;
}
</style>
background-color css
<style>
a { background-color: #860064; }
a { background-color: rgb(134,0,100); }
div.DivClassName
{
background-color: #860064;
}
.BgClassName
{
background-color: #860064;
}
</style>
border-color css
<style>
span { border-color: #860064; }
span { border-color: rgb(134,0,100); }
td.TdClassName
{
border-color: #860064;
}
.TagClassName
{
border-color: #860064;
}
</style>