Shades of Eggplant #870259
Tints of Eggplant #870259
RGB
CMYK
RGB Variations
Color information
#870259 (or 0x870259) is known color: Eggplant. HEX triplet: 87, 02 and 59. RGB value is (135,2,89). Sum of RGB (Red+Green+Blue) = 135+2+89=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #870259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870259 is #78FDA6. Grayscale: #333333. Windows color (decimal): -7929255 or 5833351. OLE color: 5833351.
HSL color Cylindrical-coordinate representation of color #870259: hue angle of 320.75º 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 #870259 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.47 |
| HSL | 320.75º | 0.97% | 0.27% | - |
| HSV(B) | 320.75º | 0.99% | 0.53% | - |
| XYZ | 11.82 | 5.92 | 9.97 | - |
| YUV | 51.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 89 | 0 | 0.99 | 0.34 | 0.47 | 320.75 | 0.97 | 0.27 |
| Hex | 87 | 2 | 59 | 0 | 63 | 22 | 2F | 141 | 61 | 1B |
| Octal | 207 | 2 | 131 | 0 | 143 | 42 | 57 | 501 | 141 | 33 |
| Binary | 10000111 | 10 | 1011001 | 0 | 1100011 | 100010 | 101111 | 101000001 | 1100001 | 11011 |
Color Harmonies of #870259
Complementary color
Monochromatic Colors of #870259
Black with #870259
Text Example
Text Example
White with #870259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870259; }
p { color: rgb(135,2,89); }
H1.HeaderClassName
{
color: #870259;
}
.AnyTagClassName
{
color: #870259;
}
</style>
background-color css
<style>
a { background-color: #870259; }
a { background-color: rgb(135,2,89); }
div.DivClassName
{
background-color: #870259;
}
.BgClassName
{
background-color: #870259;
}
</style>
border-color css
<style>
span { border-color: #870259; }
span { border-color: rgb(135,2,89); }
td.TdClassName
{
border-color: #870259;
}
.TagClassName
{
border-color: #870259;
}
</style>