Shades of Dark Magenta #970F9E
Tints of Dark Magenta #970F9E
RGB
CMYK
RGB Variations
Color information
#970F9E (or 0x970F9E) is known color: Dark Magenta. HEX triplet: 97, 0F and 9E. RGB value is (151,15,158). Sum of RGB (Red+Green+Blue) = 151+15+158=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #970F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F9E is #68F061. Grayscale: #474747. Windows color (decimal): -6877282 or 10358679. OLE color: 10358679.
HSL color Cylindrical-coordinate representation of color #970F9E: hue angle of 297.06º 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 #970F9E is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 15 | 158 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.38 |
| HSL | 297.06º | 0.83% | 0.34% | - |
| HSV(B) | 297.06º | 0.91% | 0.62% | - |
| XYZ | 19.1 | 9.39 | 33.15 | - |
| YUV | 71.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 158 | 0.04 | 0.91 | 0 | 0.38 | 297.06 | 0.83 | 0.34 |
| Hex | 97 | F | 9E | 4 | 5B | 0 | 26 | 129 | 53 | 22 |
| Octal | 227 | 17 | 236 | 4 | 133 | 0 | 46 | 451 | 123 | 42 |
| Binary | 10010111 | 1111 | 10011110 | 100 | 1011011 | 0 | 100110 | 100101001 | 1010011 | 100010 |
Color Harmonies of #970F9E
Complementary color
Monochromatic Colors of #970F9E
Black with #970F9E
Text Example
Text Example
White with #970F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F9E; }
p { color: rgb(151,15,158); }
H1.HeaderClassName
{
color: #970F9E;
}
.AnyTagClassName
{
color: #970F9E;
}
</style>
background-color css
<style>
a { background-color: #970F9E; }
a { background-color: rgb(151,15,158); }
div.DivClassName
{
background-color: #970F9E;
}
.BgClassName
{
background-color: #970F9E;
}
</style>
border-color css
<style>
span { border-color: #970F9E; }
span { border-color: rgb(151,15,158); }
td.TdClassName
{
border-color: #970F9E;
}
.TagClassName
{
border-color: #970F9E;
}
</style>