Shades of Dark Magenta #970A7F
Tints of Dark Magenta #970A7F
RGB
CMYK
RGB Variations
Color information
#970A7F (or 0x970A7F) is known color: Dark Magenta. HEX triplet: 97, 0A and 7F. RGB value is (151,10,127). Sum of RGB (Red+Green+Blue) = 151+10+127=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #970A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A7F is #68F580. Grayscale: #414141. Windows color (decimal): -6878593 or 8325783. OLE color: 8325783.
HSL color Cylindrical-coordinate representation of color #970A7F: hue angle of 310.21º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A7F is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 127 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.41 |
| HSL | 310.21º | 0.88% | 0.32% | - |
| HSV(B) | 310.21º | 0.93% | 0.59% | - |
| XYZ | 16.7 | 8.33 | 20.81 | - |
| YUV | 65.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 127 | 0 | 0.93 | 0.16 | 0.41 | 310.21 | 0.88 | 0.32 |
| Hex | 97 | A | 7F | 0 | 5D | 10 | 29 | 136 | 58 | 20 |
| Octal | 227 | 12 | 177 | 0 | 135 | 20 | 51 | 466 | 130 | 40 |
| Binary | 10010111 | 1010 | 1111111 | 0 | 1011101 | 10000 | 101001 | 100110110 | 1011000 | 100000 |
Color Harmonies of #970A7F
Complementary color
Monochromatic Colors of #970A7F
Black with #970A7F
Text Example
Text Example
White with #970A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A7F; }
p { color: rgb(151,10,127); }
H1.HeaderClassName
{
color: #970A7F;
}
.AnyTagClassName
{
color: #970A7F;
}
</style>
background-color css
<style>
a { background-color: #970A7F; }
a { background-color: rgb(151,10,127); }
div.DivClassName
{
background-color: #970A7F;
}
.BgClassName
{
background-color: #970A7F;
}
</style>
border-color css
<style>
span { border-color: #970A7F; }
span { border-color: rgb(151,10,127); }
td.TdClassName
{
border-color: #970A7F;
}
.TagClassName
{
border-color: #970A7F;
}
</style>