Shades of Dark Magenta #9A0997
Tints of Dark Magenta #9A0997
RGB
CMYK
RGB Variations
Color information
#9A0997 (or 0x9A0997) is known color: Dark Magenta. HEX triplet: 9A, 09 and 97. RGB value is (154,9,151). Sum of RGB (Red+Green+Blue) = 154+9+151=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0997 is #65F668. Grayscale: #444444. Windows color (decimal): -6682217 or 9898394. OLE color: 9898394.
HSL color Cylindrical-coordinate representation of color #9A0997: hue angle of 301.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0997 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 151 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.40 |
| HSL | 301.24º | 0.89% | 0.32% | - |
| HSV(B) | 301.24º | 0.94% | 0.6% | - |
| XYZ | 19.01 | 9.3 | 30.07 | - |
| YUV | 68.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 151 | 0 | 0.94 | 0.02 | 0.40 | 301.24 | 0.89 | 0.32 |
| Hex | 9A | 9 | 97 | 0 | 5E | 2 | 28 | 12D | 59 | 20 |
| Octal | 232 | 11 | 227 | 0 | 136 | 2 | 50 | 455 | 131 | 40 |
| Binary | 10011010 | 1001 | 10010111 | 0 | 1011110 | 10 | 101000 | 100101101 | 1011001 | 100000 |
Color Harmonies of #9A0997
Complementary color
Monochromatic Colors of #9A0997
Black with #9A0997
Text Example
Text Example
White with #9A0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0997; }
p { color: rgb(154,9,151); }
H1.HeaderClassName
{
color: #9A0997;
}
.AnyTagClassName
{
color: #9A0997;
}
</style>
background-color css
<style>
a { background-color: #9A0997; }
a { background-color: rgb(154,9,151); }
div.DivClassName
{
background-color: #9A0997;
}
.BgClassName
{
background-color: #9A0997;
}
</style>
border-color css
<style>
span { border-color: #9A0997; }
span { border-color: rgb(154,9,151); }
td.TdClassName
{
border-color: #9A0997;
}
.TagClassName
{
border-color: #9A0997;
}
</style>