Shades of Eggplant #870D61
Tints of Eggplant #870D61
RGB
CMYK
RGB Variations
Color information
#870D61 (or 0x870D61) is known color: Eggplant. HEX triplet: 87, 0D and 61. RGB value is (135,13,97). Sum of RGB (Red+Green+Blue) = 135+13+97=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #870D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D61 is #78F29E. Grayscale: #3A3A3A. Windows color (decimal): -7926431 or 6360455. OLE color: 6360455.
HSL color Cylindrical-coordinate representation of color #870D61: hue angle of 318.69º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D61 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 97 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.47 |
| HSL | 318.69º | 0.82% | 0.29% | - |
| HSV(B) | 318.69º | 0.9% | 0.53% | - |
| XYZ | 12.29 | 6.3 | 11.88 | - |
| YUV | 59.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 97 | 0 | 0.90 | 0.28 | 0.47 | 318.69 | 0.82 | 0.29 |
| Hex | 87 | D | 61 | 0 | 5A | 1C | 2F | 13F | 52 | 1D |
| Octal | 207 | 15 | 141 | 0 | 132 | 34 | 57 | 477 | 122 | 35 |
| Binary | 10000111 | 1101 | 1100001 | 0 | 1011010 | 11100 | 101111 | 100111111 | 1010010 | 11101 |
Color Harmonies of #870D61
Complementary color
Monochromatic Colors of #870D61
Black with #870D61
Text Example
Text Example
White with #870D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D61; }
p { color: rgb(135,13,97); }
H1.HeaderClassName
{
color: #870D61;
}
.AnyTagClassName
{
color: #870D61;
}
</style>
background-color css
<style>
a { background-color: #870D61; }
a { background-color: rgb(135,13,97); }
div.DivClassName
{
background-color: #870D61;
}
.BgClassName
{
background-color: #870D61;
}
</style>
border-color css
<style>
span { border-color: #870D61; }
span { border-color: rgb(135,13,97); }
td.TdClassName
{
border-color: #870D61;
}
.TagClassName
{
border-color: #870D61;
}
</style>