Shades of Dark Magenta #971F9A
Tints of Dark Magenta #971F9A
RGB
CMYK
RGB Variations
Color information
#971F9A (or 0x971F9A) is known color: Dark Magenta. HEX triplet: 97, 1F and 9A. RGB value is (151,31,154). Sum of RGB (Red+Green+Blue) = 151+31+154=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #971F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F9A is #68E065. Grayscale: #505050. Windows color (decimal): -6873190 or 10100631. OLE color: 10100631.
HSL color Cylindrical-coordinate representation of color #971F9A: hue angle of 298.54º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971F9A is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 31 | 154 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.40 |
| HSL | 298.54º | 0.66% | 0.36% | - |
| HSV(B) | 298.54º | 0.8% | 0.6% | - |
| XYZ | 19.09 | 9.89 | 31.48 | - |
| YUV | 80.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 154 | 0.02 | 0.80 | 0 | 0.40 | 298.54 | 0.66 | 0.36 |
| Hex | 97 | 1F | 9A | 2 | 50 | 0 | 28 | 12B | 42 | 24 |
| Octal | 227 | 37 | 232 | 2 | 120 | 0 | 50 | 453 | 102 | 44 |
| Binary | 10010111 | 11111 | 10011010 | 10 | 1010000 | 0 | 101000 | 100101011 | 1000010 | 100100 |
Color Harmonies of #971F9A
Complementary color
Monochromatic Colors of #971F9A
Black with #971F9A
Text Example
Text Example
White with #971F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971F9A; }
p { color: rgb(151,31,154); }
H1.HeaderClassName
{
color: #971F9A;
}
.AnyTagClassName
{
color: #971F9A;
}
</style>
background-color css
<style>
a { background-color: #971F9A; }
a { background-color: rgb(151,31,154); }
div.DivClassName
{
background-color: #971F9A;
}
.BgClassName
{
background-color: #971F9A;
}
</style>
border-color css
<style>
span { border-color: #971F9A; }
span { border-color: rgb(151,31,154); }
td.TdClassName
{
border-color: #971F9A;
}
.TagClassName
{
border-color: #971F9A;
}
</style>