Shades of Eggplant #870851
Tints of Eggplant #870851
RGB
CMYK
RGB Variations
Color information
#870851 (or 0x870851) is known color: Eggplant. HEX triplet: 87, 08 and 51. RGB value is (135,8,81). Sum of RGB (Red+Green+Blue) = 135+8+81=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870851 is #78F7AE. Grayscale: #363636. Windows color (decimal): -7927727 or 5310599. OLE color: 5310599.
HSL color Cylindrical-coordinate representation of color #870851: hue angle of 325.51º 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 #870851 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 81 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.47 |
| HSL | 325.51º | 0.89% | 0.28% | - |
| HSV(B) | 325.51º | 0.94% | 0.53% | - |
| XYZ | 11.56 | 5.92 | 8.32 | - |
| YUV | 54.3 | 143.08 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 81 | 0 | 0.94 | 0.40 | 0.47 | 325.51 | 0.89 | 0.28 |
| Hex | 87 | 8 | 51 | 0 | 5E | 28 | 2F | 146 | 59 | 1C |
| Octal | 207 | 10 | 121 | 0 | 136 | 50 | 57 | 506 | 131 | 34 |
| Binary | 10000111 | 1000 | 1010001 | 0 | 1011110 | 101000 | 101111 | 101000110 | 1011001 | 11100 |
Color Harmonies of #870851
Complementary color
Monochromatic Colors of #870851
Black with #870851
Text Example
Text Example
White with #870851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870851; }
p { color: rgb(135,8,81); }
H1.HeaderClassName
{
color: #870851;
}
.AnyTagClassName
{
color: #870851;
}
</style>
background-color css
<style>
a { background-color: #870851; }
a { background-color: rgb(135,8,81); }
div.DivClassName
{
background-color: #870851;
}
.BgClassName
{
background-color: #870851;
}
</style>
border-color css
<style>
span { border-color: #870851; }
span { border-color: rgb(135,8,81); }
td.TdClassName
{
border-color: #870851;
}
.TagClassName
{
border-color: #870851;
}
</style>