Shades of Dark Magenta #970F84
Tints of Dark Magenta #970F84
RGB
CMYK
RGB Variations
Color information
#970F84 (or 0x970F84) is known color: Dark Magenta. HEX triplet: 97, 0F and 84. RGB value is (151,15,132). Sum of RGB (Red+Green+Blue) = 151+15+132=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #970F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F84 is #68F07B. Grayscale: #444444. Windows color (decimal): -6877308 or 8654743. OLE color: 8654743.
HSL color Cylindrical-coordinate representation of color #970F84: hue angle of 308.38º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F84 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 132 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.41 |
| HSL | 308.38º | 0.82% | 0.33% | - |
| HSV(B) | 308.38º | 0.9% | 0.59% | - |
| XYZ | 17.1 | 8.59 | 22.59 | - |
| YUV | 69 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 132 | 0 | 0.90 | 0.13 | 0.41 | 308.38 | 0.82 | 0.33 |
| Hex | 97 | F | 84 | 0 | 5A | D | 29 | 134 | 52 | 21 |
| Octal | 227 | 17 | 204 | 0 | 132 | 15 | 51 | 464 | 122 | 41 |
| Binary | 10010111 | 1111 | 10000100 | 0 | 1011010 | 1101 | 101001 | 100110100 | 1010010 | 100001 |
Color Harmonies of #970F84
Complementary color
Monochromatic Colors of #970F84
Black with #970F84
Text Example
Text Example
White with #970F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F84; }
p { color: rgb(151,15,132); }
H1.HeaderClassName
{
color: #970F84;
}
.AnyTagClassName
{
color: #970F84;
}
</style>
background-color css
<style>
a { background-color: #970F84; }
a { background-color: rgb(151,15,132); }
div.DivClassName
{
background-color: #970F84;
}
.BgClassName
{
background-color: #970F84;
}
</style>
border-color css
<style>
span { border-color: #970F84; }
span { border-color: rgb(151,15,132); }
td.TdClassName
{
border-color: #970F84;
}
.TagClassName
{
border-color: #970F84;
}
</style>