Shades of Eggplant #860464
Tints of Eggplant #860464
RGB
CMYK
RGB Variations
Color information
#860464 (or 0x860464) is known color: Eggplant. HEX triplet: 86, 04 and 64. RGB value is (134,4,100). Sum of RGB (Red+Green+Blue) = 134+4+100=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #860464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860464 is #79FB9B. Grayscale: #353535. Windows color (decimal): -7994268 or 6554758. OLE color: 6554758.
HSL color Cylindrical-coordinate representation of color #860464: hue angle of 315.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860464 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 100 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.47 |
| HSL | 315.69º | 0.94% | 0.27% | - |
| HSV(B) | 315.69º | 0.97% | 0.53% | - |
| XYZ | 12.18 | 6.08 | 12.59 | - |
| YUV | 53.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 100 | 0 | 0.97 | 0.25 | 0.47 | 315.69 | 0.94 | 0.27 |
| Hex | 86 | 4 | 64 | 0 | 61 | 19 | 2F | 13C | 5E | 1B |
| Octal | 206 | 4 | 144 | 0 | 141 | 31 | 57 | 474 | 136 | 33 |
| Binary | 10000110 | 100 | 1100100 | 0 | 1100001 | 11001 | 101111 | 100111100 | 1011110 | 11011 |
Color Harmonies of #860464
Complementary color
Monochromatic Colors of #860464
Black with #860464
Text Example
Text Example
White with #860464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860464; }
p { color: rgb(134,4,100); }
H1.HeaderClassName
{
color: #860464;
}
.AnyTagClassName
{
color: #860464;
}
</style>
background-color css
<style>
a { background-color: #860464; }
a { background-color: rgb(134,4,100); }
div.DivClassName
{
background-color: #860464;
}
.BgClassName
{
background-color: #860464;
}
</style>
border-color css
<style>
span { border-color: #860464; }
span { border-color: rgb(134,4,100); }
td.TdClassName
{
border-color: #860464;
}
.TagClassName
{
border-color: #860464;
}
</style>