Shades of Dark Magenta #9F17A3
Tints of Dark Magenta #9F17A3
RGB
CMYK
RGB Variations
Color information
#9F17A3 (or 0x9F17A3) is known color: Dark Magenta. HEX triplet: 9F, 17 and A3. RGB value is (159,23,163). Sum of RGB (Red+Green+Blue) = 159+23+163=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F17A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F17A3 is #60E85C. Grayscale: #4F4F4F. Windows color (decimal): -6350941 or 10688415. OLE color: 10688415.
HSL color Cylindrical-coordinate representation of color #9F17A3: hue angle of 298.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F17A3 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 23 | 163 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.36 |
| HSL | 298.29º | 0.75% | 0.36% | - |
| HSV(B) | 298.29º | 0.86% | 0.64% | - |
| XYZ | 21.22 | 10.63 | 35.58 | - |
| YUV | 79.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 163 | 0.02 | 0.86 | 0 | 0.36 | 298.29 | 0.75 | 0.36 |
| Hex | 9F | 17 | A3 | 2 | 56 | 0 | 24 | 12A | 4B | 24 |
| Octal | 237 | 27 | 243 | 2 | 126 | 0 | 44 | 452 | 113 | 44 |
| Binary | 10011111 | 10111 | 10100011 | 10 | 1010110 | 0 | 100100 | 100101010 | 1001011 | 100100 |
Color Harmonies of #9F17A3
Complementary color
Monochromatic Colors of #9F17A3
Black with #9F17A3
Text Example
Text Example
White with #9F17A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F17A3; }
p { color: rgb(159,23,163); }
H1.HeaderClassName
{
color: #9F17A3;
}
.AnyTagClassName
{
color: #9F17A3;
}
</style>
background-color css
<style>
a { background-color: #9F17A3; }
a { background-color: rgb(159,23,163); }
div.DivClassName
{
background-color: #9F17A3;
}
.BgClassName
{
background-color: #9F17A3;
}
</style>
border-color css
<style>
span { border-color: #9F17A3; }
span { border-color: rgb(159,23,163); }
td.TdClassName
{
border-color: #9F17A3;
}
.TagClassName
{
border-color: #9F17A3;
}
</style>