Shades of Dark Magenta #971090
Tints of Dark Magenta #971090
RGB
CMYK
RGB Variations
Color information
#971090 (or 0x971090) is known color: Dark Magenta. HEX triplet: 97, 10 and 90. RGB value is (151,16,144). Sum of RGB (Red+Green+Blue) = 151+16+144=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #971090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971090 is #68EF6F. Grayscale: #464646. Windows color (decimal): -6877040 or 9441431. OLE color: 9441431.
HSL color Cylindrical-coordinate representation of color #971090: hue angle of 303.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971090 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 16 | 144 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.41 |
| HSL | 303.11º | 0.81% | 0.33% | - |
| HSV(B) | 303.11º | 0.89% | 0.59% | - |
| XYZ | 17.98 | 8.96 | 27.17 | - |
| YUV | 70.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 144 | 0 | 0.89 | 0.05 | 0.41 | 303.11 | 0.81 | 0.33 |
| Hex | 97 | 10 | 90 | 0 | 59 | 5 | 29 | 12F | 51 | 21 |
| Octal | 227 | 20 | 220 | 0 | 131 | 5 | 51 | 457 | 121 | 41 |
| Binary | 10010111 | 10000 | 10010000 | 0 | 1011001 | 101 | 101001 | 100101111 | 1010001 | 100001 |
Color Harmonies of #971090
Complementary color
Monochromatic Colors of #971090
Black with #971090
Text Example
Text Example
White with #971090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971090; }
p { color: rgb(151,16,144); }
H1.HeaderClassName
{
color: #971090;
}
.AnyTagClassName
{
color: #971090;
}
</style>
background-color css
<style>
a { background-color: #971090; }
a { background-color: rgb(151,16,144); }
div.DivClassName
{
background-color: #971090;
}
.BgClassName
{
background-color: #971090;
}
</style>
border-color css
<style>
span { border-color: #971090; }
span { border-color: rgb(151,16,144); }
td.TdClassName
{
border-color: #971090;
}
.TagClassName
{
border-color: #971090;
}
</style>