Shades of Dark Magenta #971390
Tints of Dark Magenta #971390
RGB
CMYK
RGB Variations
Color information
#971390 (or 0x971390) is known color: Dark Magenta. HEX triplet: 97, 13 and 90. RGB value is (151,19,144). Sum of RGB (Red+Green+Blue) = 151+19+144=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #971390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971390 is #68EC6F. Grayscale: #484848. Windows color (decimal): -6876272 or 9442199. OLE color: 9442199.
HSL color Cylindrical-coordinate representation of color #971390: hue angle of 303.18º 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 #971390 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 144 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.41 |
| HSL | 303.18º | 0.78% | 0.33% | - |
| HSV(B) | 303.18º | 0.87% | 0.59% | - |
| XYZ | 18.03 | 9.06 | 27.18 | - |
| YUV | 72.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 144 | 0 | 0.87 | 0.05 | 0.41 | 303.18 | 0.78 | 0.33 |
| Hex | 97 | 13 | 90 | 0 | 57 | 5 | 29 | 12F | 4E | 21 |
| Octal | 227 | 23 | 220 | 0 | 127 | 5 | 51 | 457 | 116 | 41 |
| Binary | 10010111 | 10011 | 10010000 | 0 | 1010111 | 101 | 101001 | 100101111 | 1001110 | 100001 |
Color Harmonies of #971390
Complementary color
Monochromatic Colors of #971390
Black with #971390
Text Example
Text Example
White with #971390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971390; }
p { color: rgb(151,19,144); }
H1.HeaderClassName
{
color: #971390;
}
.AnyTagClassName
{
color: #971390;
}
</style>
background-color css
<style>
a { background-color: #971390; }
a { background-color: rgb(151,19,144); }
div.DivClassName
{
background-color: #971390;
}
.BgClassName
{
background-color: #971390;
}
</style>
border-color css
<style>
span { border-color: #971390; }
span { border-color: rgb(151,19,144); }
td.TdClassName
{
border-color: #971390;
}
.TagClassName
{
border-color: #971390;
}
</style>