Shades of Dark Magenta #971D93
Tints of Dark Magenta #971D93
RGB
CMYK
RGB Variations
Color information
#971D93 (or 0x971D93) is known color: Dark Magenta. HEX triplet: 97, 1D and 93. RGB value is (151,29,147). Sum of RGB (Red+Green+Blue) = 151+29+147=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #971D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D93 is #68E26C. Grayscale: #4E4E4E. Windows color (decimal): -6873709 or 9641367. OLE color: 9641367.
HSL color Cylindrical-coordinate representation of color #971D93: hue angle of 301.97º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D93 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 147 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.41 |
| HSL | 301.97º | 0.68% | 0.35% | - |
| HSV(B) | 301.97º | 0.81% | 0.59% | - |
| XYZ | 18.47 | 9.56 | 28.48 | - |
| YUV | 78.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 147 | 0 | 0.81 | 0.03 | 0.41 | 301.97 | 0.68 | 0.35 |
| Hex | 97 | 1D | 93 | 0 | 51 | 3 | 29 | 12E | 44 | 23 |
| Octal | 227 | 35 | 223 | 0 | 121 | 3 | 51 | 456 | 104 | 43 |
| Binary | 10010111 | 11101 | 10010011 | 0 | 1010001 | 11 | 101001 | 100101110 | 1000100 | 100011 |
Color Harmonies of #971D93
Complementary color
Monochromatic Colors of #971D93
Black with #971D93
Text Example
Text Example
White with #971D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D93; }
p { color: rgb(151,29,147); }
H1.HeaderClassName
{
color: #971D93;
}
.AnyTagClassName
{
color: #971D93;
}
</style>
background-color css
<style>
a { background-color: #971D93; }
a { background-color: rgb(151,29,147); }
div.DivClassName
{
background-color: #971D93;
}
.BgClassName
{
background-color: #971D93;
}
</style>
border-color css
<style>
span { border-color: #971D93; }
span { border-color: rgb(151,29,147); }
td.TdClassName
{
border-color: #971D93;
}
.TagClassName
{
border-color: #971D93;
}
</style>