Shades of Eggplant #871162
Tints of Eggplant #871162
RGB
CMYK
RGB Variations
Color information
#871162 (or 0x871162) is known color: Eggplant. HEX triplet: 87, 11 and 62. RGB value is (135,17,98). Sum of RGB (Red+Green+Blue) = 135+17+98=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #871162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871162 is #78EE9D. Grayscale: #3D3D3D. Windows color (decimal): -7925406 or 6427015. OLE color: 6427015.
HSL color Cylindrical-coordinate representation of color #871162: hue angle of 318.81º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871162 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 98 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.47 |
| HSL | 318.81º | 0.78% | 0.3% | - |
| HSV(B) | 318.81º | 0.87% | 0.53% | - |
| XYZ | 12.4 | 6.43 | 12.14 | - |
| YUV | 61.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 98 | 0 | 0.87 | 0.27 | 0.47 | 318.81 | 0.78 | 0.3 |
| Hex | 87 | 11 | 62 | 0 | 57 | 1B | 2F | 13F | 4E | 1E |
| Octal | 207 | 21 | 142 | 0 | 127 | 33 | 57 | 477 | 116 | 36 |
| Binary | 10000111 | 10001 | 1100010 | 0 | 1010111 | 11011 | 101111 | 100111111 | 1001110 | 11110 |
Color Harmonies of #871162
Complementary color
Monochromatic Colors of #871162
Black with #871162
Text Example
Text Example
White with #871162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871162; }
p { color: rgb(135,17,98); }
H1.HeaderClassName
{
color: #871162;
}
.AnyTagClassName
{
color: #871162;
}
</style>
background-color css
<style>
a { background-color: #871162; }
a { background-color: rgb(135,17,98); }
div.DivClassName
{
background-color: #871162;
}
.BgClassName
{
background-color: #871162;
}
</style>
border-color css
<style>
span { border-color: #871162; }
span { border-color: rgb(135,17,98); }
td.TdClassName
{
border-color: #871162;
}
.TagClassName
{
border-color: #871162;
}
</style>