Shades of Dark Magenta #870E9D
Tints of Dark Magenta #870E9D
RGB
CMYK
RGB Variations
Color information
#870E9D (or 0x870E9D) is known color: Dark Magenta. HEX triplet: 87, 0E and 9D. RGB value is (135,14,157). Sum of RGB (Red+Green+Blue) = 135+14+157=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #870E9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870E9D is #78F162. Grayscale: #424242. Windows color (decimal): -7926115 or 10292871. OLE color: 10292871.
HSL color Cylindrical-coordinate representation of color #870E9D: hue angle of 290.77º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870E9D is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 14 | 157 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.38 |
| HSL | 290.77º | 0.84% | 0.34% | - |
| HSV(B) | 290.77º | 0.91% | 0.62% | - |
| XYZ | 16.23 | 7.9 | 32.57 | - |
| YUV | 66.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 157 | 0.14 | 0.91 | 0 | 0.38 | 290.77 | 0.84 | 0.34 |
| Hex | 87 | E | 9D | E | 5B | 0 | 26 | 123 | 54 | 22 |
| Octal | 207 | 16 | 235 | 16 | 133 | 0 | 46 | 443 | 124 | 42 |
| Binary | 10000111 | 1110 | 10011101 | 1110 | 1011011 | 0 | 100110 | 100100011 | 1010100 | 100010 |
Color Harmonies of #870E9D
Complementary color
Monochromatic Colors of #870E9D
Black with #870E9D
Text Example
Text Example
White with #870E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E9D; }
p { color: rgb(135,14,157); }
H1.HeaderClassName
{
color: #870E9D;
}
.AnyTagClassName
{
color: #870E9D;
}
</style>
background-color css
<style>
a { background-color: #870E9D; }
a { background-color: rgb(135,14,157); }
div.DivClassName
{
background-color: #870E9D;
}
.BgClassName
{
background-color: #870E9D;
}
</style>
border-color css
<style>
span { border-color: #870E9D; }
span { border-color: rgb(135,14,157); }
td.TdClassName
{
border-color: #870E9D;
}
.TagClassName
{
border-color: #870E9D;
}
</style>