Shades of Dark Magenta #970FA2
Tints of Dark Magenta #970FA2
RGB
CMYK
RGB Variations
Color information
#970FA2 (or 0x970FA2) is known color: Dark Magenta. HEX triplet: 97, 0F and A2. RGB value is (151,15,162). Sum of RGB (Red+Green+Blue) = 151+15+162=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #970FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970FA2 is #68F05D. Grayscale: #474747. Windows color (decimal): -6877278 or 10620823. OLE color: 10620823.
HSL color Cylindrical-coordinate representation of color #970FA2: hue angle of 295.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970FA2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 15 | 162 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.36 |
| HSL | 295.51º | 0.83% | 0.35% | - |
| HSV(B) | 295.51º | 0.91% | 0.64% | - |
| XYZ | 19.45 | 9.53 | 35 | - |
| YUV | 72.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 162 | 0.07 | 0.91 | 0 | 0.36 | 295.51 | 0.83 | 0.35 |
| Hex | 97 | F | A2 | 7 | 5B | 0 | 24 | 128 | 53 | 23 |
| Octal | 227 | 17 | 242 | 7 | 133 | 0 | 44 | 450 | 123 | 43 |
| Binary | 10010111 | 1111 | 10100010 | 111 | 1011011 | 0 | 100100 | 100101000 | 1010011 | 100011 |
Color Harmonies of #970FA2
Complementary color
Monochromatic Colors of #970FA2
Black with #970FA2
Text Example
Text Example
White with #970FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FA2; }
p { color: rgb(151,15,162); }
H1.HeaderClassName
{
color: #970FA2;
}
.AnyTagClassName
{
color: #970FA2;
}
</style>
background-color css
<style>
a { background-color: #970FA2; }
a { background-color: rgb(151,15,162); }
div.DivClassName
{
background-color: #970FA2;
}
.BgClassName
{
background-color: #970FA2;
}
</style>
border-color css
<style>
span { border-color: #970FA2; }
span { border-color: rgb(151,15,162); }
td.TdClassName
{
border-color: #970FA2;
}
.TagClassName
{
border-color: #970FA2;
}
</style>