Shades of Dark Magenta #9A16AB
Tints of Dark Magenta #9A16AB
RGB
CMYK
RGB Variations
Color information
#9A16AB (or 0x9A16AB) is known color: Dark Magenta. HEX triplet: 9A, 16 and AB. RGB value is (154,22,171). Sum of RGB (Red+Green+Blue) = 154+22+171=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A16AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A16AB is #65E954. Grayscale: #4D4D4D. Windows color (decimal): -6678869 or 11212442. OLE color: 11212442.
HSL color Cylindrical-coordinate representation of color #9A16AB: hue angle of 293.15º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A16AB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 22 | 171 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.33 |
| HSL | 293.15º | 0.77% | 0.38% | - |
| HSV(B) | 293.15º | 0.87% | 0.67% | - |
| XYZ | 20.96 | 10.38 | 39.43 | - |
| YUV | 78.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 171 | 0.10 | 0.87 | 0 | 0.33 | 293.15 | 0.77 | 0.38 |
| Hex | 9A | 16 | AB | A | 57 | 0 | 21 | 125 | 4D | 26 |
| Octal | 232 | 26 | 253 | 12 | 127 | 0 | 41 | 445 | 115 | 46 |
| Binary | 10011010 | 10110 | 10101011 | 1010 | 1010111 | 0 | 100001 | 100100101 | 1001101 | 100110 |
Color Harmonies of #9A16AB
Complementary color
Monochromatic Colors of #9A16AB
Black with #9A16AB
Text Example
Text Example
White with #9A16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A16AB; }
p { color: rgb(154,22,171); }
H1.HeaderClassName
{
color: #9A16AB;
}
.AnyTagClassName
{
color: #9A16AB;
}
</style>
background-color css
<style>
a { background-color: #9A16AB; }
a { background-color: rgb(154,22,171); }
div.DivClassName
{
background-color: #9A16AB;
}
.BgClassName
{
background-color: #9A16AB;
}
</style>
border-color css
<style>
span { border-color: #9A16AB; }
span { border-color: rgb(154,22,171); }
td.TdClassName
{
border-color: #9A16AB;
}
.TagClassName
{
border-color: #9A16AB;
}
</style>