Shades of Dark Magenta #971893
Tints of Dark Magenta #971893
RGB
CMYK
RGB Variations
Color information
#971893 (or 0x971893) is known color: Dark Magenta. HEX triplet: 97, 18 and 93. RGB value is (151,24,147). Sum of RGB (Red+Green+Blue) = 151+24+147=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #971893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971893 is #68E76C. Grayscale: #4B4B4B. Windows color (decimal): -6874989 or 9640087. OLE color: 9640087.
HSL color Cylindrical-coordinate representation of color #971893: hue angle of 301.89º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971893 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 147 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.41 |
| HSL | 301.89º | 0.73% | 0.34% | - |
| HSV(B) | 301.89º | 0.84% | 0.59% | - |
| XYZ | 18.36 | 9.34 | 28.44 | - |
| YUV | 76 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 147 | 0 | 0.84 | 0.03 | 0.41 | 301.89 | 0.73 | 0.34 |
| Hex | 97 | 18 | 93 | 0 | 54 | 3 | 29 | 12E | 49 | 22 |
| Octal | 227 | 30 | 223 | 0 | 124 | 3 | 51 | 456 | 111 | 42 |
| Binary | 10010111 | 11000 | 10010011 | 0 | 1010100 | 11 | 101001 | 100101110 | 1001001 | 100010 |
Color Harmonies of #971893
Complementary color
Monochromatic Colors of #971893
Black with #971893
Text Example
Text Example
White with #971893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971893; }
p { color: rgb(151,24,147); }
H1.HeaderClassName
{
color: #971893;
}
.AnyTagClassName
{
color: #971893;
}
</style>
background-color css
<style>
a { background-color: #971893; }
a { background-color: rgb(151,24,147); }
div.DivClassName
{
background-color: #971893;
}
.BgClassName
{
background-color: #971893;
}
</style>
border-color css
<style>
span { border-color: #971893; }
span { border-color: rgb(151,24,147); }
td.TdClassName
{
border-color: #971893;
}
.TagClassName
{
border-color: #971893;
}
</style>