Shades of Dark Magenta #870F9F
Tints of Dark Magenta #870F9F
RGB
CMYK
RGB Variations
Color information
#870F9F (or 0x870F9F) is known color: Dark Magenta. HEX triplet: 87, 0F and 9F. RGB value is (135,15,159). Sum of RGB (Red+Green+Blue) = 135+15+159=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #870F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F9F is #78F060. Grayscale: #424242. Windows color (decimal): -7925857 or 10424199. OLE color: 10424199.
HSL color Cylindrical-coordinate representation of color #870F9F: hue angle of 290º degrees, saturation: 0.83, 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 #870F9F is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 15 | 159 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.38 |
| HSL | 290º | 0.83% | 0.34% | - |
| HSV(B) | 290º | 0.91% | 0.62% | - |
| XYZ | 16.42 | 8 | 33.48 | - |
| YUV | 67.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 159 | 0.15 | 0.91 | 0 | 0.38 | 290 | 0.83 | 0.34 |
| Hex | 87 | F | 9F | F | 5B | 0 | 26 | 122 | 53 | 22 |
| Octal | 207 | 17 | 237 | 17 | 133 | 0 | 46 | 442 | 123 | 42 |
| Binary | 10000111 | 1111 | 10011111 | 1111 | 1011011 | 0 | 100110 | 100100010 | 1010011 | 100010 |
Color Harmonies of #870F9F
Complementary color
Monochromatic Colors of #870F9F
Black with #870F9F
Text Example
Text Example
White with #870F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F9F; }
p { color: rgb(135,15,159); }
H1.HeaderClassName
{
color: #870F9F;
}
.AnyTagClassName
{
color: #870F9F;
}
</style>
background-color css
<style>
a { background-color: #870F9F; }
a { background-color: rgb(135,15,159); }
div.DivClassName
{
background-color: #870F9F;
}
.BgClassName
{
background-color: #870F9F;
}
</style>
border-color css
<style>
span { border-color: #870F9F; }
span { border-color: rgb(135,15,159); }
td.TdClassName
{
border-color: #870F9F;
}
.TagClassName
{
border-color: #870F9F;
}
</style>