Shades of Dark Magenta #970F87
Tints of Dark Magenta #970F87
RGB
CMYK
RGB Variations
Color information
#970F87 (or 0x970F87) is known color: Dark Magenta. HEX triplet: 97, 0F and 87. RGB value is (151,15,135). Sum of RGB (Red+Green+Blue) = 151+15+135=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F87 is #68F078. Grayscale: #454545. Windows color (decimal): -6877305 or 8851351. OLE color: 8851351.
HSL color Cylindrical-coordinate representation of color #970F87: hue angle of 307.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F87 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 135 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.41 |
| HSL | 307.06º | 0.82% | 0.33% | - |
| HSV(B) | 307.06º | 0.9% | 0.59% | - |
| XYZ | 17.31 | 8.67 | 23.68 | - |
| YUV | 69.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 135 | 0 | 0.90 | 0.11 | 0.41 | 307.06 | 0.82 | 0.33 |
| Hex | 97 | F | 87 | 0 | 5A | B | 29 | 133 | 52 | 21 |
| Octal | 227 | 17 | 207 | 0 | 132 | 13 | 51 | 463 | 122 | 41 |
| Binary | 10010111 | 1111 | 10000111 | 0 | 1011010 | 1011 | 101001 | 100110011 | 1010010 | 100001 |
Color Harmonies of #970F87
Complementary color
Monochromatic Colors of #970F87
Black with #970F87
Text Example
Text Example
White with #970F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F87; }
p { color: rgb(151,15,135); }
H1.HeaderClassName
{
color: #970F87;
}
.AnyTagClassName
{
color: #970F87;
}
</style>
background-color css
<style>
a { background-color: #970F87; }
a { background-color: rgb(151,15,135); }
div.DivClassName
{
background-color: #970F87;
}
.BgClassName
{
background-color: #970F87;
}
</style>
border-color css
<style>
span { border-color: #970F87; }
span { border-color: rgb(151,15,135); }
td.TdClassName
{
border-color: #970F87;
}
.TagClassName
{
border-color: #970F87;
}
</style>