Shades of Dark Magenta #970F98
Tints of Dark Magenta #970F98
RGB
CMYK
RGB Variations
Color information
#970F98 (or 0x970F98) is known color: Dark Magenta. HEX triplet: 97, 0F and 98. RGB value is (151,15,152). Sum of RGB (Red+Green+Blue) = 151+15+152=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #970F98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F98 is #68F067. Grayscale: #464646. Windows color (decimal): -6877288 or 9965463. OLE color: 9965463.
HSL color Cylindrical-coordinate representation of color #970F98: hue angle of 299.56º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F98 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 15 | 152 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.40 |
| HSL | 299.56º | 0.82% | 0.33% | - |
| HSV(B) | 299.56º | 0.9% | 0.6% | - |
| XYZ | 18.6 | 9.19 | 30.5 | - |
| YUV | 71.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 152 | 0.01 | 0.90 | 0 | 0.40 | 299.56 | 0.82 | 0.33 |
| Hex | 97 | F | 98 | 1 | 5A | 0 | 28 | 12C | 52 | 21 |
| Octal | 227 | 17 | 230 | 1 | 132 | 0 | 50 | 454 | 122 | 41 |
| Binary | 10010111 | 1111 | 10011000 | 1 | 1011010 | 0 | 101000 | 100101100 | 1010010 | 100001 |
Color Harmonies of #970F98
Complementary color
Monochromatic Colors of #970F98
Black with #970F98
Text Example
Text Example
White with #970F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F98; }
p { color: rgb(151,15,152); }
H1.HeaderClassName
{
color: #970F98;
}
.AnyTagClassName
{
color: #970F98;
}
</style>
background-color css
<style>
a { background-color: #970F98; }
a { background-color: rgb(151,15,152); }
div.DivClassName
{
background-color: #970F98;
}
.BgClassName
{
background-color: #970F98;
}
</style>
border-color css
<style>
span { border-color: #970F98; }
span { border-color: rgb(151,15,152); }
td.TdClassName
{
border-color: #970F98;
}
.TagClassName
{
border-color: #970F98;
}
</style>