Shades of Dark Magenta #970BA7
Tints of Dark Magenta #970BA7
RGB
CMYK
RGB Variations
Color information
#970BA7 (or 0x970BA7) is known color: Dark Magenta. HEX triplet: 97, 0B and A7. RGB value is (151,11,167). Sum of RGB (Red+Green+Blue) = 151+11+167=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #970BA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970BA7 is #68F458. Grayscale: #464646. Windows color (decimal): -6878297 or 10947479. OLE color: 10947479.
HSL color Cylindrical-coordinate representation of color #970BA7: hue angle of 293.85º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970BA7 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 11 | 167 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.35 |
| HSL | 293.85º | 0.88% | 0.35% | - |
| HSV(B) | 293.85º | 0.93% | 0.65% | - |
| XYZ | 19.86 | 9.61 | 37.37 | - |
| YUV | 70.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 167 | 0.10 | 0.93 | 0 | 0.35 | 293.85 | 0.88 | 0.35 |
| Hex | 97 | B | A7 | A | 5D | 0 | 23 | 126 | 58 | 23 |
| Octal | 227 | 13 | 247 | 12 | 135 | 0 | 43 | 446 | 130 | 43 |
| Binary | 10010111 | 1011 | 10100111 | 1010 | 1011101 | 0 | 100011 | 100100110 | 1011000 | 100011 |
Color Harmonies of #970BA7
Complementary color
Monochromatic Colors of #970BA7
Black with #970BA7
Text Example
Text Example
White with #970BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BA7; }
p { color: rgb(151,11,167); }
H1.HeaderClassName
{
color: #970BA7;
}
.AnyTagClassName
{
color: #970BA7;
}
</style>
background-color css
<style>
a { background-color: #970BA7; }
a { background-color: rgb(151,11,167); }
div.DivClassName
{
background-color: #970BA7;
}
.BgClassName
{
background-color: #970BA7;
}
</style>
border-color css
<style>
span { border-color: #970BA7; }
span { border-color: rgb(151,11,167); }
td.TdClassName
{
border-color: #970BA7;
}
.TagClassName
{
border-color: #970BA7;
}
</style>