Shades of Dark Magenta #9616AC
Tints of Dark Magenta #9616AC
RGB
CMYK
RGB Variations
Color information
#9616AC (or 0x9616AC) is known color: Dark Magenta. HEX triplet: 96, 16 and AC. RGB value is (150,22,172). Sum of RGB (Red+Green+Blue) = 150+22+172=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #9616AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9616AC is #69E953. Grayscale: #4C4C4C. Windows color (decimal): -6941012 or 11277974. OLE color: 11277974.
HSL color Cylindrical-coordinate representation of color #9616AC: hue angle of 291.2º 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 #9616AC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 22 | 172 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.33 |
| HSL | 291.2º | 0.77% | 0.38% | - |
| HSV(B) | 291.2º | 0.87% | 0.67% | - |
| XYZ | 20.31 | 10.04 | 39.9 | - |
| YUV | 77.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 172 | 0.13 | 0.87 | 0 | 0.33 | 291.2 | 0.77 | 0.38 |
| Hex | 96 | 16 | AC | D | 57 | 0 | 21 | 123 | 4D | 26 |
| Octal | 226 | 26 | 254 | 15 | 127 | 0 | 41 | 443 | 115 | 46 |
| Binary | 10010110 | 10110 | 10101100 | 1101 | 1010111 | 0 | 100001 | 100100011 | 1001101 | 100110 |
Color Harmonies of #9616AC
Complementary color
Monochromatic Colors of #9616AC
Black with #9616AC
Text Example
Text Example
White with #9616AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9616AC; }
p { color: rgb(150,22,172); }
H1.HeaderClassName
{
color: #9616AC;
}
.AnyTagClassName
{
color: #9616AC;
}
</style>
background-color css
<style>
a { background-color: #9616AC; }
a { background-color: rgb(150,22,172); }
div.DivClassName
{
background-color: #9616AC;
}
.BgClassName
{
background-color: #9616AC;
}
</style>
border-color css
<style>
span { border-color: #9616AC; }
span { border-color: rgb(150,22,172); }
td.TdClassName
{
border-color: #9616AC;
}
.TagClassName
{
border-color: #9616AC;
}
</style>