Shades of Eggplant #870D5B
Tints of Eggplant #870D5B
RGB
CMYK
RGB Variations
Color information
#870D5B (or 0x870D5B) is known color: Eggplant. HEX triplet: 87, 0D and 5B. RGB value is (135,13,91). Sum of RGB (Red+Green+Blue) = 135+13+91=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870D5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D5B is #78F2A4. Grayscale: #3A3A3A. Windows color (decimal): -7926437 or 5967239. OLE color: 5967239.
HSL color Cylindrical-coordinate representation of color #870D5B: hue angle of 321.64º 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 #870D5B is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 91 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.47 |
| HSL | 321.64º | 0.82% | 0.29% | - |
| HSV(B) | 321.64º | 0.9% | 0.53% | - |
| XYZ | 12.02 | 6.19 | 10.46 | - |
| YUV | 58.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 91 | 0 | 0.90 | 0.33 | 0.47 | 321.64 | 0.82 | 0.29 |
| Hex | 87 | D | 5B | 0 | 5A | 21 | 2F | 142 | 52 | 1D |
| Octal | 207 | 15 | 133 | 0 | 132 | 41 | 57 | 502 | 122 | 35 |
| Binary | 10000111 | 1101 | 1011011 | 0 | 1011010 | 100001 | 101111 | 101000010 | 1010010 | 11101 |
Color Harmonies of #870D5B
Complementary color
Monochromatic Colors of #870D5B
Black with #870D5B
Text Example
Text Example
White with #870D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D5B; }
p { color: rgb(135,13,91); }
H1.HeaderClassName
{
color: #870D5B;
}
.AnyTagClassName
{
color: #870D5B;
}
</style>
background-color css
<style>
a { background-color: #870D5B; }
a { background-color: rgb(135,13,91); }
div.DivClassName
{
background-color: #870D5B;
}
.BgClassName
{
background-color: #870D5B;
}
</style>
border-color css
<style>
span { border-color: #870D5B; }
span { border-color: rgb(135,13,91); }
td.TdClassName
{
border-color: #870D5B;
}
.TagClassName
{
border-color: #870D5B;
}
</style>