Shades of Eggplant #870464
Tints of Eggplant #870464
RGB
CMYK
RGB Variations
Color information
#870464 (or 0x870464) is known color: Eggplant. HEX triplet: 87, 04 and 64. RGB value is (135,4,100). Sum of RGB (Red+Green+Blue) = 135+4+100=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870464 is #78FB9B. Grayscale: #353535. Windows color (decimal): -7928732 or 6554759. OLE color: 6554759.
HSL color Cylindrical-coordinate representation of color #870464: hue angle of 316.03º 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 #870464 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 100 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.47 |
| HSL | 316.03º | 0.94% | 0.27% | - |
| HSV(B) | 316.03º | 0.97% | 0.53% | - |
| XYZ | 12.34 | 6.16 | 12.6 | - |
| YUV | 54.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 100 | 0 | 0.97 | 0.26 | 0.47 | 316.03 | 0.94 | 0.27 |
| Hex | 87 | 4 | 64 | 0 | 61 | 1A | 2F | 13C | 5E | 1B |
| Octal | 207 | 4 | 144 | 0 | 141 | 32 | 57 | 474 | 136 | 33 |
| Binary | 10000111 | 100 | 1100100 | 0 | 1100001 | 11010 | 101111 | 100111100 | 1011110 | 11011 |
Color Harmonies of #870464
Complementary color
Monochromatic Colors of #870464
Black with #870464
Text Example
Text Example
White with #870464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870464; }
p { color: rgb(135,4,100); }
H1.HeaderClassName
{
color: #870464;
}
.AnyTagClassName
{
color: #870464;
}
</style>
background-color css
<style>
a { background-color: #870464; }
a { background-color: rgb(135,4,100); }
div.DivClassName
{
background-color: #870464;
}
.BgClassName
{
background-color: #870464;
}
</style>
border-color css
<style>
span { border-color: #870464; }
span { border-color: rgb(135,4,100); }
td.TdClassName
{
border-color: #870464;
}
.TagClassName
{
border-color: #870464;
}
</style>