Shades of Eggplant #870862
Tints of Eggplant #870862
RGB
CMYK
RGB Variations
Color information
#870862 (or 0x870862) is known color: Eggplant. HEX triplet: 87, 08 and 62. RGB value is (135,8,98). Sum of RGB (Red+Green+Blue) = 135+8+98=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #870862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870862 is #78F79D. Grayscale: #383838. Windows color (decimal): -7927710 or 6424711. OLE color: 6424711.
HSL color Cylindrical-coordinate representation of color #870862: hue angle of 317.48º 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 #870862 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 98 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.47 |
| HSL | 317.48º | 0.89% | 0.28% | - |
| HSV(B) | 317.48º | 0.94% | 0.53% | - |
| XYZ | 12.28 | 6.21 | 12.11 | - |
| YUV | 56.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 98 | 0 | 0.94 | 0.27 | 0.47 | 317.48 | 0.89 | 0.28 |
| Hex | 87 | 8 | 62 | 0 | 5E | 1B | 2F | 13D | 59 | 1C |
| Octal | 207 | 10 | 142 | 0 | 136 | 33 | 57 | 475 | 131 | 34 |
| Binary | 10000111 | 1000 | 1100010 | 0 | 1011110 | 11011 | 101111 | 100111101 | 1011001 | 11100 |
Color Harmonies of #870862
Complementary color
Monochromatic Colors of #870862
Black with #870862
Text Example
Text Example
White with #870862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870862; }
p { color: rgb(135,8,98); }
H1.HeaderClassName
{
color: #870862;
}
.AnyTagClassName
{
color: #870862;
}
</style>
background-color css
<style>
a { background-color: #870862; }
a { background-color: rgb(135,8,98); }
div.DivClassName
{
background-color: #870862;
}
.BgClassName
{
background-color: #870862;
}
</style>
border-color css
<style>
span { border-color: #870862; }
span { border-color: rgb(135,8,98); }
td.TdClassName
{
border-color: #870862;
}
.TagClassName
{
border-color: #870862;
}
</style>