Shades of Eggplant #871062
Tints of Eggplant #871062
RGB
CMYK
RGB Variations
Color information
#871062 (or 0x871062) is known color: Eggplant. HEX triplet: 87, 10 and 62. RGB value is (135,16,98). Sum of RGB (Red+Green+Blue) = 135+16+98=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #871062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871062 is #78EF9D. Grayscale: #3C3C3C. Windows color (decimal): -7925662 or 6426759. OLE color: 6426759.
HSL color Cylindrical-coordinate representation of color #871062: hue angle of 318.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871062 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 98 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.47 |
| HSL | 318.66º | 0.79% | 0.3% | - |
| HSV(B) | 318.66º | 0.88% | 0.53% | - |
| XYZ | 12.38 | 6.4 | 12.14 | - |
| YUV | 60.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 98 | 0 | 0.88 | 0.27 | 0.47 | 318.66 | 0.79 | 0.3 |
| Hex | 87 | 10 | 62 | 0 | 58 | 1B | 2F | 13F | 4F | 1E |
| Octal | 207 | 20 | 142 | 0 | 130 | 33 | 57 | 477 | 117 | 36 |
| Binary | 10000111 | 10000 | 1100010 | 0 | 1011000 | 11011 | 101111 | 100111111 | 1001111 | 11110 |
Color Harmonies of #871062
Complementary color
Monochromatic Colors of #871062
Black with #871062
Text Example
Text Example
White with #871062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871062; }
p { color: rgb(135,16,98); }
H1.HeaderClassName
{
color: #871062;
}
.AnyTagClassName
{
color: #871062;
}
</style>
background-color css
<style>
a { background-color: #871062; }
a { background-color: rgb(135,16,98); }
div.DivClassName
{
background-color: #871062;
}
.BgClassName
{
background-color: #871062;
}
</style>
border-color css
<style>
span { border-color: #871062; }
span { border-color: rgb(135,16,98); }
td.TdClassName
{
border-color: #871062;
}
.TagClassName
{
border-color: #871062;
}
</style>