Shades of Dark Magenta #9617AB
Tints of Dark Magenta #9617AB
RGB
CMYK
RGB Variations
Color information
#9617AB (or 0x9617AB) is known color: Dark Magenta. HEX triplet: 96, 17 and AB. RGB value is (150,23,171). Sum of RGB (Red+Green+Blue) = 150+23+171=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #9617AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9617AB is #69E854. Grayscale: #4D4D4D. Windows color (decimal): -6940757 or 11212694. OLE color: 11212694.
HSL color Cylindrical-coordinate representation of color #9617AB: hue angle of 291.49º degrees, saturation: 0.76, 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 #9617AB is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 23 | 171 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.33 |
| HSL | 291.49º | 0.76% | 0.38% | - |
| HSV(B) | 291.49º | 0.87% | 0.67% | - |
| XYZ | 20.23 | 10.04 | 39.4 | - |
| YUV | 77.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 171 | 0.12 | 0.87 | 0 | 0.33 | 291.49 | 0.76 | 0.38 |
| Hex | 96 | 17 | AB | C | 57 | 0 | 21 | 123 | 4C | 26 |
| Octal | 226 | 27 | 253 | 14 | 127 | 0 | 41 | 443 | 114 | 46 |
| Binary | 10010110 | 10111 | 10101011 | 1100 | 1010111 | 0 | 100001 | 100100011 | 1001100 | 100110 |
Color Harmonies of #9617AB
Complementary color
Monochromatic Colors of #9617AB
Black with #9617AB
Text Example
Text Example
White with #9617AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9617AB; }
p { color: rgb(150,23,171); }
H1.HeaderClassName
{
color: #9617AB;
}
.AnyTagClassName
{
color: #9617AB;
}
</style>
background-color css
<style>
a { background-color: #9617AB; }
a { background-color: rgb(150,23,171); }
div.DivClassName
{
background-color: #9617AB;
}
.BgClassName
{
background-color: #9617AB;
}
</style>
border-color css
<style>
span { border-color: #9617AB; }
span { border-color: rgb(150,23,171); }
td.TdClassName
{
border-color: #9617AB;
}
.TagClassName
{
border-color: #9617AB;
}
</style>