Shades of Dark Magenta #970B7F
Tints of Dark Magenta #970B7F
RGB
CMYK
RGB Variations
Color information
#970B7F (or 0x970B7F) is known color: Dark Magenta. HEX triplet: 97, 0B and 7F. RGB value is (151,11,127). Sum of RGB (Red+Green+Blue) = 151+11+127=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #970B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970B7F is #68F480. Grayscale: #414141. Windows color (decimal): -6878337 or 8326039. OLE color: 8326039.
HSL color Cylindrical-coordinate representation of color #970B7F: hue angle of 310.29º degrees, saturation: 0.86, 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 #970B7F is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 11 | 127 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.41 |
| HSL | 310.29º | 0.86% | 0.32% | - |
| HSV(B) | 310.29º | 0.93% | 0.59% | - |
| XYZ | 16.71 | 8.35 | 20.81 | - |
| YUV | 66.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 127 | 0 | 0.93 | 0.16 | 0.41 | 310.29 | 0.86 | 0.32 |
| Hex | 97 | B | 7F | 0 | 5D | 10 | 29 | 136 | 56 | 20 |
| Octal | 227 | 13 | 177 | 0 | 135 | 20 | 51 | 466 | 126 | 40 |
| Binary | 10010111 | 1011 | 1111111 | 0 | 1011101 | 10000 | 101001 | 100110110 | 1010110 | 100000 |
Color Harmonies of #970B7F
Complementary color
Monochromatic Colors of #970B7F
Black with #970B7F
Text Example
Text Example
White with #970B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970B7F; }
p { color: rgb(151,11,127); }
H1.HeaderClassName
{
color: #970B7F;
}
.AnyTagClassName
{
color: #970B7F;
}
</style>
background-color css
<style>
a { background-color: #970B7F; }
a { background-color: rgb(151,11,127); }
div.DivClassName
{
background-color: #970B7F;
}
.BgClassName
{
background-color: #970B7F;
}
</style>
border-color css
<style>
span { border-color: #970B7F; }
span { border-color: rgb(151,11,127); }
td.TdClassName
{
border-color: #970B7F;
}
.TagClassName
{
border-color: #970B7F;
}
</style>