Shades of Eggplant #870960
Tints of Eggplant #870960
RGB
CMYK
RGB Variations
Color information
#870960 (or 0x870960) is known color: Eggplant. HEX triplet: 87, 09 and 60. RGB value is (135,9,96). Sum of RGB (Red+Green+Blue) = 135+9+96=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870960 is #78F69F. Grayscale: #383838. Windows color (decimal): -7927456 or 6293895. OLE color: 6293895.
HSL color Cylindrical-coordinate representation of color #870960: hue angle of 318.57º degrees, saturation: 0.88, 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 #870960 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 96 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.47 |
| HSL | 318.57º | 0.88% | 0.28% | - |
| HSV(B) | 318.57º | 0.93% | 0.53% | - |
| XYZ | 12.2 | 6.19 | 11.62 | - |
| YUV | 56.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 96 | 0 | 0.93 | 0.29 | 0.47 | 318.57 | 0.88 | 0.28 |
| Hex | 87 | 9 | 60 | 0 | 5D | 1D | 2F | 13F | 58 | 1C |
| Octal | 207 | 11 | 140 | 0 | 135 | 35 | 57 | 477 | 130 | 34 |
| Binary | 10000111 | 1001 | 1100000 | 0 | 1011101 | 11101 | 101111 | 100111111 | 1011000 | 11100 |
Color Harmonies of #870960
Complementary color
Monochromatic Colors of #870960
Black with #870960
Text Example
Text Example
White with #870960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870960; }
p { color: rgb(135,9,96); }
H1.HeaderClassName
{
color: #870960;
}
.AnyTagClassName
{
color: #870960;
}
</style>
background-color css
<style>
a { background-color: #870960; }
a { background-color: rgb(135,9,96); }
div.DivClassName
{
background-color: #870960;
}
.BgClassName
{
background-color: #870960;
}
</style>
border-color css
<style>
span { border-color: #870960; }
span { border-color: rgb(135,9,96); }
td.TdClassName
{
border-color: #870960;
}
.TagClassName
{
border-color: #870960;
}
</style>