Shades of Eggplant #870951
Tints of Eggplant #870951
RGB
CMYK
RGB Variations
Color information
#870951 (or 0x870951) is known color: Eggplant. HEX triplet: 87, 09 and 51. RGB value is (135,9,81). Sum of RGB (Red+Green+Blue) = 135+9+81=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870951 is #78F6AE. Grayscale: #363636. Windows color (decimal): -7927471 or 5310855. OLE color: 5310855.
HSL color Cylindrical-coordinate representation of color #870951: hue angle of 325.71º 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 #870951 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 81 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.47 |
| HSL | 325.71º | 0.88% | 0.28% | - |
| HSV(B) | 325.71º | 0.93% | 0.53% | - |
| XYZ | 11.57 | 5.94 | 8.32 | - |
| YUV | 54.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 81 | 0 | 0.93 | 0.40 | 0.47 | 325.71 | 0.88 | 0.28 |
| Hex | 87 | 9 | 51 | 0 | 5D | 28 | 2F | 146 | 58 | 1C |
| Octal | 207 | 11 | 121 | 0 | 135 | 50 | 57 | 506 | 130 | 34 |
| Binary | 10000111 | 1001 | 1010001 | 0 | 1011101 | 101000 | 101111 | 101000110 | 1011000 | 11100 |
Color Harmonies of #870951
Complementary color
Monochromatic Colors of #870951
Black with #870951
Text Example
Text Example
White with #870951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870951; }
p { color: rgb(135,9,81); }
H1.HeaderClassName
{
color: #870951;
}
.AnyTagClassName
{
color: #870951;
}
</style>
background-color css
<style>
a { background-color: #870951; }
a { background-color: rgb(135,9,81); }
div.DivClassName
{
background-color: #870951;
}
.BgClassName
{
background-color: #870951;
}
</style>
border-color css
<style>
span { border-color: #870951; }
span { border-color: rgb(135,9,81); }
td.TdClassName
{
border-color: #870951;
}
.TagClassName
{
border-color: #870951;
}
</style>