Shades of Dark Magenta #970FA5
Tints of Dark Magenta #970FA5
RGB
CMYK
RGB Variations
Color information
#970FA5 (or 0x970FA5) is known color: Dark Magenta. HEX triplet: 97, 0F and A5. RGB value is (151,15,165). Sum of RGB (Red+Green+Blue) = 151+15+165=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #970FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970FA5 is #68F05A. Grayscale: #484848. Windows color (decimal): -6877275 or 10817431. OLE color: 10817431.
HSL color Cylindrical-coordinate representation of color #970FA5: hue angle of 294.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970FA5 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 15 | 165 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.35 |
| HSL | 294.4º | 0.83% | 0.35% | - |
| HSV(B) | 294.4º | 0.91% | 0.65% | - |
| XYZ | 19.72 | 9.64 | 36.42 | - |
| YUV | 72.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 165 | 0.08 | 0.91 | 0 | 0.35 | 294.4 | 0.83 | 0.35 |
| Hex | 97 | F | A5 | 8 | 5B | 0 | 23 | 126 | 53 | 23 |
| Octal | 227 | 17 | 245 | 10 | 133 | 0 | 43 | 446 | 123 | 43 |
| Binary | 10010111 | 1111 | 10100101 | 1000 | 1011011 | 0 | 100011 | 100100110 | 1010011 | 100011 |
Color Harmonies of #970FA5
Complementary color
Monochromatic Colors of #970FA5
Black with #970FA5
Text Example
Text Example
White with #970FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FA5; }
p { color: rgb(151,15,165); }
H1.HeaderClassName
{
color: #970FA5;
}
.AnyTagClassName
{
color: #970FA5;
}
</style>
background-color css
<style>
a { background-color: #970FA5; }
a { background-color: rgb(151,15,165); }
div.DivClassName
{
background-color: #970FA5;
}
.BgClassName
{
background-color: #970FA5;
}
</style>
border-color css
<style>
span { border-color: #970FA5; }
span { border-color: rgb(151,15,165); }
td.TdClassName
{
border-color: #970FA5;
}
.TagClassName
{
border-color: #970FA5;
}
</style>