Shades of Dark Magenta #9616AA
Tints of Dark Magenta #9616AA
RGB
CMYK
RGB Variations
Color information
#9616AA (or 0x9616AA) is known color: Dark Magenta. HEX triplet: 96, 16 and AA. RGB value is (150,22,170). Sum of RGB (Red+Green+Blue) = 150+22+170=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #9616AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9616AA is #69E955. Grayscale: #4C4C4C. Windows color (decimal): -6941014 or 11146902. OLE color: 11146902.
HSL color Cylindrical-coordinate representation of color #9616AA: hue angle of 291.89º 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 #9616AA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 22 | 170 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.33 |
| HSL | 291.89º | 0.77% | 0.38% | - |
| HSV(B) | 291.89º | 0.87% | 0.67% | - |
| XYZ | 20.12 | 9.96 | 38.89 | - |
| YUV | 77.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 170 | 0.12 | 0.87 | 0 | 0.33 | 291.89 | 0.77 | 0.38 |
| Hex | 96 | 16 | AA | C | 57 | 0 | 21 | 124 | 4D | 26 |
| Octal | 226 | 26 | 252 | 14 | 127 | 0 | 41 | 444 | 115 | 46 |
| Binary | 10010110 | 10110 | 10101010 | 1100 | 1010111 | 0 | 100001 | 100100100 | 1001101 | 100110 |
Color Harmonies of #9616AA
Complementary color
Monochromatic Colors of #9616AA
Black with #9616AA
Text Example
Text Example
White with #9616AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9616AA; }
p { color: rgb(150,22,170); }
H1.HeaderClassName
{
color: #9616AA;
}
.AnyTagClassName
{
color: #9616AA;
}
</style>
background-color css
<style>
a { background-color: #9616AA; }
a { background-color: rgb(150,22,170); }
div.DivClassName
{
background-color: #9616AA;
}
.BgClassName
{
background-color: #9616AA;
}
</style>
border-color css
<style>
span { border-color: #9616AA; }
span { border-color: rgb(150,22,170); }
td.TdClassName
{
border-color: #9616AA;
}
.TagClassName
{
border-color: #9616AA;
}
</style>