Shades of Dark Magenta #9A1197
Tints of Dark Magenta #9A1197
RGB
CMYK
RGB Variations
Color information
#9A1197 (or 0x9A1197) is known color: Dark Magenta. HEX triplet: 9A, 11 and 97. RGB value is (154,17,151). Sum of RGB (Red+Green+Blue) = 154+17+151=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1197 is #65EE68. Grayscale: #484848. Windows color (decimal): -6680169 or 9900442. OLE color: 9900442.
HSL color Cylindrical-coordinate representation of color #9A1197: hue angle of 301.31º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1197 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 17 | 151 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.40 |
| HSL | 301.31º | 0.8% | 0.34% | - |
| HSV(B) | 301.31º | 0.89% | 0.6% | - |
| XYZ | 19.11 | 9.51 | 30.11 | - |
| YUV | 73.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 17 | 151 | 0 | 0.89 | 0.02 | 0.40 | 301.31 | 0.8 | 0.34 |
| Hex | 9A | 11 | 97 | 0 | 59 | 2 | 28 | 12D | 50 | 22 |
| Octal | 232 | 21 | 227 | 0 | 131 | 2 | 50 | 455 | 120 | 42 |
| Binary | 10011010 | 10001 | 10010111 | 0 | 1011001 | 10 | 101000 | 100101101 | 1010000 | 100010 |
Color Harmonies of #9A1197
Complementary color
Monochromatic Colors of #9A1197
Black with #9A1197
Text Example
Text Example
White with #9A1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1197; }
p { color: rgb(154,17,151); }
H1.HeaderClassName
{
color: #9A1197;
}
.AnyTagClassName
{
color: #9A1197;
}
</style>
background-color css
<style>
a { background-color: #9A1197; }
a { background-color: rgb(154,17,151); }
div.DivClassName
{
background-color: #9A1197;
}
.BgClassName
{
background-color: #9A1197;
}
</style>
border-color css
<style>
span { border-color: #9A1197; }
span { border-color: rgb(154,17,151); }
td.TdClassName
{
border-color: #9A1197;
}
.TagClassName
{
border-color: #9A1197;
}
</style>