Shades of Eggplant #870864
Tints of Eggplant #870864
RGB
CMYK
RGB Variations
Color information
#870864 (or 0x870864) is known color: Eggplant. HEX triplet: 87, 08 and 64. RGB value is (135,8,100). Sum of RGB (Red+Green+Blue) = 135+8+100=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #870864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870864 is #78F79B. Grayscale: #383838. Windows color (decimal): -7927708 or 6555783. OLE color: 6555783.
HSL color Cylindrical-coordinate representation of color #870864: hue angle of 316.54º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870864 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 100 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.47 |
| HSL | 316.54º | 0.89% | 0.28% | - |
| HSV(B) | 316.54º | 0.94% | 0.53% | - |
| XYZ | 12.38 | 6.24 | 12.61 | - |
| YUV | 56.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 100 | 0 | 0.94 | 0.26 | 0.47 | 316.54 | 0.89 | 0.28 |
| Hex | 87 | 8 | 64 | 0 | 5E | 1A | 2F | 13D | 59 | 1C |
| Octal | 207 | 10 | 144 | 0 | 136 | 32 | 57 | 475 | 131 | 34 |
| Binary | 10000111 | 1000 | 1100100 | 0 | 1011110 | 11010 | 101111 | 100111101 | 1011001 | 11100 |
Color Harmonies of #870864
Complementary color
Monochromatic Colors of #870864
Black with #870864
Text Example
Text Example
White with #870864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870864; }
p { color: rgb(135,8,100); }
H1.HeaderClassName
{
color: #870864;
}
.AnyTagClassName
{
color: #870864;
}
</style>
background-color css
<style>
a { background-color: #870864; }
a { background-color: rgb(135,8,100); }
div.DivClassName
{
background-color: #870864;
}
.BgClassName
{
background-color: #870864;
}
</style>
border-color css
<style>
span { border-color: #870864; }
span { border-color: rgb(135,8,100); }
td.TdClassName
{
border-color: #870864;
}
.TagClassName
{
border-color: #870864;
}
</style>