Shades of Dark Magenta #971389
Tints of Dark Magenta #971389
RGB
CMYK
RGB Variations
Color information
#971389 (or 0x971389) is known color: Dark Magenta. HEX triplet: 97, 13 and 89. RGB value is (151,19,137). Sum of RGB (Red+Green+Blue) = 151+19+137=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #971389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971389 is #68EC76. Grayscale: #474747. Windows color (decimal): -6876279 or 8983447. OLE color: 8983447.
HSL color Cylindrical-coordinate representation of color #971389: hue angle of 306.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971389 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 137 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.41 |
| HSL | 306.36º | 0.78% | 0.33% | - |
| HSV(B) | 306.36º | 0.87% | 0.59% | - |
| XYZ | 17.51 | 8.85 | 24.45 | - |
| YUV | 71.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 137 | 0 | 0.87 | 0.09 | 0.41 | 306.36 | 0.78 | 0.33 |
| Hex | 97 | 13 | 89 | 0 | 57 | 9 | 29 | 132 | 4E | 21 |
| Octal | 227 | 23 | 211 | 0 | 127 | 11 | 51 | 462 | 116 | 41 |
| Binary | 10010111 | 10011 | 10001001 | 0 | 1010111 | 1001 | 101001 | 100110010 | 1001110 | 100001 |
Color Harmonies of #971389
Complementary color
Monochromatic Colors of #971389
Black with #971389
Text Example
Text Example
White with #971389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971389; }
p { color: rgb(151,19,137); }
H1.HeaderClassName
{
color: #971389;
}
.AnyTagClassName
{
color: #971389;
}
</style>
background-color css
<style>
a { background-color: #971389; }
a { background-color: rgb(151,19,137); }
div.DivClassName
{
background-color: #971389;
}
.BgClassName
{
background-color: #971389;
}
</style>
border-color css
<style>
span { border-color: #971389; }
span { border-color: rgb(151,19,137); }
td.TdClassName
{
border-color: #971389;
}
.TagClassName
{
border-color: #971389;
}
</style>