Shades of Eggplant #871165
Tints of Eggplant #871165
RGB
CMYK
RGB Variations
Color information
#871165 (or 0x871165) is known color: Eggplant. HEX triplet: 87, 11 and 65. RGB value is (135,17,101). Sum of RGB (Red+Green+Blue) = 135+17+101=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #871165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871165 is #78EE9A. Grayscale: #3D3D3D. Windows color (decimal): -7925403 or 6623623. OLE color: 6623623.
HSL color Cylindrical-coordinate representation of color #871165: hue angle of 317.29º 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 #871165 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 101 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.47 |
| HSL | 317.29º | 0.78% | 0.3% | - |
| HSV(B) | 317.29º | 0.87% | 0.53% | - |
| XYZ | 12.54 | 6.49 | 12.9 | - |
| YUV | 61.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 101 | 0 | 0.87 | 0.25 | 0.47 | 317.29 | 0.78 | 0.3 |
| Hex | 87 | 11 | 65 | 0 | 57 | 19 | 2F | 13D | 4E | 1E |
| Octal | 207 | 21 | 145 | 0 | 127 | 31 | 57 | 475 | 116 | 36 |
| Binary | 10000111 | 10001 | 1100101 | 0 | 1010111 | 11001 | 101111 | 100111101 | 1001110 | 11110 |
Color Harmonies of #871165
Complementary color
Monochromatic Colors of #871165
Black with #871165
Text Example
Text Example
White with #871165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871165; }
p { color: rgb(135,17,101); }
H1.HeaderClassName
{
color: #871165;
}
.AnyTagClassName
{
color: #871165;
}
</style>
background-color css
<style>
a { background-color: #871165; }
a { background-color: rgb(135,17,101); }
div.DivClassName
{
background-color: #871165;
}
.BgClassName
{
background-color: #871165;
}
</style>
border-color css
<style>
span { border-color: #871165; }
span { border-color: rgb(135,17,101); }
td.TdClassName
{
border-color: #871165;
}
.TagClassName
{
border-color: #871165;
}
</style>