Shades of Dark Magenta #870F99
Tints of Dark Magenta #870F99
RGB
CMYK
RGB Variations
Color information
#870F99 (or 0x870F99) is known color: Dark Magenta. HEX triplet: 87, 0F and 99. RGB value is (135,15,153). Sum of RGB (Red+Green+Blue) = 135+15+153=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #870F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F99 is #78F066. Grayscale: #424242. Windows color (decimal): -7925863 or 10030983. OLE color: 10030983.
HSL color Cylindrical-coordinate representation of color #870F99: hue angle of 292.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870F99 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 15 | 153 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.4 |
| HSL | 292.17º | 0.82% | 0.33% | - |
| HSV(B) | 292.17º | 0.9% | 0.6% | - |
| XYZ | 15.91 | 7.79 | 30.8 | - |
| YUV | 66.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 153 | 0.12 | 0.90 | 0 | 0.4 | 292.17 | 0.82 | 0.33 |
| Hex | 87 | F | 99 | C | 5A | 0 | 28 | 124 | 52 | 21 |
| Octal | 207 | 17 | 231 | 14 | 132 | 0 | 50 | 444 | 122 | 41 |
| Binary | 10000111 | 1111 | 10011001 | 1100 | 1011010 | 0 | 101000 | 100100100 | 1010010 | 100001 |
Color Harmonies of #870F99
Complementary color
Monochromatic Colors of #870F99
Black with #870F99
Text Example
Text Example
White with #870F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F99; }
p { color: rgb(135,15,153); }
H1.HeaderClassName
{
color: #870F99;
}
.AnyTagClassName
{
color: #870F99;
}
</style>
background-color css
<style>
a { background-color: #870F99; }
a { background-color: rgb(135,15,153); }
div.DivClassName
{
background-color: #870F99;
}
.BgClassName
{
background-color: #870F99;
}
</style>
border-color css
<style>
span { border-color: #870F99; }
span { border-color: rgb(135,15,153); }
td.TdClassName
{
border-color: #870F99;
}
.TagClassName
{
border-color: #870F99;
}
</style>