Shades of Eggplant #871461
Tints of Eggplant #871461
RGB
CMYK
RGB Variations
Color information
#871461 (or 0x871461) is known color: Eggplant. HEX triplet: 87, 14 and 61. RGB value is (135,20,97). Sum of RGB (Red+Green+Blue) = 135+20+97=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #871461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871461 is #78EB9E. Grayscale: #3E3E3E. Windows color (decimal): -7924639 or 6362247. OLE color: 6362247.
HSL color Cylindrical-coordinate representation of color #871461: hue angle of 319.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871461 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 97 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.47 |
| HSL | 319.83º | 0.74% | 0.3% | - |
| HSV(B) | 319.83º | 0.85% | 0.53% | - |
| XYZ | 12.4 | 6.51 | 11.91 | - |
| YUV | 63.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 97 | 0 | 0.85 | 0.28 | 0.47 | 319.83 | 0.74 | 0.3 |
| Hex | 87 | 14 | 61 | 0 | 55 | 1C | 2F | 140 | 4A | 1E |
| Octal | 207 | 24 | 141 | 0 | 125 | 34 | 57 | 500 | 112 | 36 |
| Binary | 10000111 | 10100 | 1100001 | 0 | 1010101 | 11100 | 101111 | 101000000 | 1001010 | 11110 |
Color Harmonies of #871461
Complementary color
Monochromatic Colors of #871461
Black with #871461
Text Example
Text Example
White with #871461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871461; }
p { color: rgb(135,20,97); }
H1.HeaderClassName
{
color: #871461;
}
.AnyTagClassName
{
color: #871461;
}
</style>
background-color css
<style>
a { background-color: #871461; }
a { background-color: rgb(135,20,97); }
div.DivClassName
{
background-color: #871461;
}
.BgClassName
{
background-color: #871461;
}
</style>
border-color css
<style>
span { border-color: #871461; }
span { border-color: rgb(135,20,97); }
td.TdClassName
{
border-color: #871461;
}
.TagClassName
{
border-color: #871461;
}
</style>