Shades of Eggplant #870251
Tints of Eggplant #870251
RGB
CMYK
RGB Variations
Color information
#870251 (or 0x870251) is known color: Eggplant. HEX triplet: 87, 02 and 51. RGB value is (135,2,81). Sum of RGB (Red+Green+Blue) = 135+2+81=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #870251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870251 is #78FDAE. Grayscale: #323232. Windows color (decimal): -7929263 or 5309063. OLE color: 5309063.
HSL color Cylindrical-coordinate representation of color #870251: hue angle of 324.36º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870251 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.47 |
| HSL | 324.36º | 0.97% | 0.27% | - |
| HSV(B) | 324.36º | 0.99% | 0.53% | - |
| XYZ | 11.5 | 5.79 | 8.3 | - |
| YUV | 50.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 81 | 0 | 0.99 | 0.40 | 0.47 | 324.36 | 0.97 | 0.27 |
| Hex | 87 | 2 | 51 | 0 | 63 | 28 | 2F | 144 | 61 | 1B |
| Octal | 207 | 2 | 121 | 0 | 143 | 50 | 57 | 504 | 141 | 33 |
| Binary | 10000111 | 10 | 1010001 | 0 | 1100011 | 101000 | 101111 | 101000100 | 1100001 | 11011 |
Color Harmonies of #870251
Complementary color
Monochromatic Colors of #870251
Black with #870251
Text Example
Text Example
White with #870251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870251; }
p { color: rgb(135,2,81); }
H1.HeaderClassName
{
color: #870251;
}
.AnyTagClassName
{
color: #870251;
}
</style>
background-color css
<style>
a { background-color: #870251; }
a { background-color: rgb(135,2,81); }
div.DivClassName
{
background-color: #870251;
}
.BgClassName
{
background-color: #870251;
}
</style>
border-color css
<style>
span { border-color: #870251; }
span { border-color: rgb(135,2,81); }
td.TdClassName
{
border-color: #870251;
}
.TagClassName
{
border-color: #870251;
}
</style>