Shades of Dark Magenta #9A1097
Tints of Dark Magenta #9A1097
RGB
CMYK
RGB Variations
Color information
#9A1097 (or 0x9A1097) is known color: Dark Magenta. HEX triplet: 9A, 10 and 97. RGB value is (154,16,151). Sum of RGB (Red+Green+Blue) = 154+16+151=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1097 is #65EF68. Grayscale: #484848. Windows color (decimal): -6680425 or 9900186. OLE color: 9900186.
HSL color Cylindrical-coordinate representation of color #9A1097: hue angle of 301.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1097 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 151 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.40 |
| HSL | 301.3º | 0.81% | 0.33% | - |
| HSV(B) | 301.3º | 0.9% | 0.6% | - |
| XYZ | 19.1 | 9.47 | 30.1 | - |
| YUV | 72.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 151 | 0 | 0.90 | 0.02 | 0.40 | 301.3 | 0.81 | 0.33 |
| Hex | 9A | 10 | 97 | 0 | 5A | 2 | 28 | 12D | 51 | 21 |
| Octal | 232 | 20 | 227 | 0 | 132 | 2 | 50 | 455 | 121 | 41 |
| Binary | 10011010 | 10000 | 10010111 | 0 | 1011010 | 10 | 101000 | 100101101 | 1010001 | 100001 |
Color Harmonies of #9A1097
Complementary color
Monochromatic Colors of #9A1097
Black with #9A1097
Text Example
Text Example
White with #9A1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1097; }
p { color: rgb(154,16,151); }
H1.HeaderClassName
{
color: #9A1097;
}
.AnyTagClassName
{
color: #9A1097;
}
</style>
background-color css
<style>
a { background-color: #9A1097; }
a { background-color: rgb(154,16,151); }
div.DivClassName
{
background-color: #9A1097;
}
.BgClassName
{
background-color: #9A1097;
}
</style>
border-color css
<style>
span { border-color: #9A1097; }
span { border-color: rgb(154,16,151); }
td.TdClassName
{
border-color: #9A1097;
}
.TagClassName
{
border-color: #9A1097;
}
</style>