Shades of Dark Magenta #9F17AA
Tints of Dark Magenta #9F17AA
RGB
CMYK
RGB Variations
Color information
#9F17AA (or 0x9F17AA) is known color: Dark Magenta. HEX triplet: 9F, 17 and AA. RGB value is (159,23,170). Sum of RGB (Red+Green+Blue) = 159+23+170=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F17AA is #60E855. Grayscale: #4F4F4F. Windows color (decimal): -6350934 or 11147167. OLE color: 11147167.
HSL color Cylindrical-coordinate representation of color #9F17AA: hue angle of 295.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F17AA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 23 | 170 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.33 |
| HSL | 295.51º | 0.76% | 0.38% | - |
| HSV(B) | 295.51º | 0.86% | 0.67% | - |
| XYZ | 21.86 | 10.89 | 38.98 | - |
| YUV | 80.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 170 | 0.06 | 0.86 | 0 | 0.33 | 295.51 | 0.76 | 0.38 |
| Hex | 9F | 17 | AA | 6 | 56 | 0 | 21 | 128 | 4C | 26 |
| Octal | 237 | 27 | 252 | 6 | 126 | 0 | 41 | 450 | 114 | 46 |
| Binary | 10011111 | 10111 | 10101010 | 110 | 1010110 | 0 | 100001 | 100101000 | 1001100 | 100110 |
Color Harmonies of #9F17AA
Complementary color
Monochromatic Colors of #9F17AA
Black with #9F17AA
Text Example
Text Example
White with #9F17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F17AA; }
p { color: rgb(159,23,170); }
H1.HeaderClassName
{
color: #9F17AA;
}
.AnyTagClassName
{
color: #9F17AA;
}
</style>
background-color css
<style>
a { background-color: #9F17AA; }
a { background-color: rgb(159,23,170); }
div.DivClassName
{
background-color: #9F17AA;
}
.BgClassName
{
background-color: #9F17AA;
}
</style>
border-color css
<style>
span { border-color: #9F17AA; }
span { border-color: rgb(159,23,170); }
td.TdClassName
{
border-color: #9F17AA;
}
.TagClassName
{
border-color: #9F17AA;
}
</style>