Shades of Dark Magenta #970DA1
Tints of Dark Magenta #970DA1
RGB
CMYK
RGB Variations
Color information
#970DA1 (or 0x970DA1) is known color: Dark Magenta. HEX triplet: 97, 0D and A1. RGB value is (151,13,161). Sum of RGB (Red+Green+Blue) = 151+13+161=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #970DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970DA1 is #68F25E. Grayscale: #464646. Windows color (decimal): -6877791 or 10554775. OLE color: 10554775.
HSL color Cylindrical-coordinate representation of color #970DA1: hue angle of 295.95º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970DA1 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 13 | 161 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.37 |
| HSL | 295.95º | 0.85% | 0.34% | - |
| HSV(B) | 295.95º | 0.92% | 0.63% | - |
| XYZ | 19.34 | 9.44 | 34.52 | - |
| YUV | 71.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 161 | 0.06 | 0.92 | 0 | 0.37 | 295.95 | 0.85 | 0.34 |
| Hex | 97 | D | A1 | 6 | 5C | 0 | 25 | 128 | 55 | 22 |
| Octal | 227 | 15 | 241 | 6 | 134 | 0 | 45 | 450 | 125 | 42 |
| Binary | 10010111 | 1101 | 10100001 | 110 | 1011100 | 0 | 100101 | 100101000 | 1010101 | 100010 |
Color Harmonies of #970DA1
Complementary color
Monochromatic Colors of #970DA1
Black with #970DA1
Text Example
Text Example
White with #970DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DA1; }
p { color: rgb(151,13,161); }
H1.HeaderClassName
{
color: #970DA1;
}
.AnyTagClassName
{
color: #970DA1;
}
</style>
background-color css
<style>
a { background-color: #970DA1; }
a { background-color: rgb(151,13,161); }
div.DivClassName
{
background-color: #970DA1;
}
.BgClassName
{
background-color: #970DA1;
}
</style>
border-color css
<style>
span { border-color: #970DA1; }
span { border-color: rgb(151,13,161); }
td.TdClassName
{
border-color: #970DA1;
}
.TagClassName
{
border-color: #970DA1;
}
</style>