Shades of Dark Magenta #971199
Tints of Dark Magenta #971199
RGB
CMYK
RGB Variations
Color information
#971199 (or 0x971199) is known color: Dark Magenta. HEX triplet: 97, 11 and 99. RGB value is (151,17,153). Sum of RGB (Red+Green+Blue) = 151+17+153=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #971199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971199 is #68EE66. Grayscale: #484848. Windows color (decimal): -6876775 or 10031511. OLE color: 10031511.
HSL color Cylindrical-coordinate representation of color #971199: hue angle of 299.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971199 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 17 | 153 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.4 |
| HSL | 299.12º | 0.8% | 0.33% | - |
| HSV(B) | 299.12º | 0.89% | 0.6% | - |
| XYZ | 18.71 | 9.28 | 30.94 | - |
| YUV | 72.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 153 | 0.01 | 0.89 | 0 | 0.4 | 299.12 | 0.8 | 0.33 |
| Hex | 97 | 11 | 99 | 1 | 59 | 0 | 28 | 12B | 50 | 21 |
| Octal | 227 | 21 | 231 | 1 | 131 | 0 | 50 | 453 | 120 | 41 |
| Binary | 10010111 | 10001 | 10011001 | 1 | 1011001 | 0 | 101000 | 100101011 | 1010000 | 100001 |
Color Harmonies of #971199
Complementary color
Monochromatic Colors of #971199
Black with #971199
Text Example
Text Example
White with #971199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971199; }
p { color: rgb(151,17,153); }
H1.HeaderClassName
{
color: #971199;
}
.AnyTagClassName
{
color: #971199;
}
</style>
background-color css
<style>
a { background-color: #971199; }
a { background-color: rgb(151,17,153); }
div.DivClassName
{
background-color: #971199;
}
.BgClassName
{
background-color: #971199;
}
</style>
border-color css
<style>
span { border-color: #971199; }
span { border-color: rgb(151,17,153); }
td.TdClassName
{
border-color: #971199;
}
.TagClassName
{
border-color: #971199;
}
</style>