Shades of Dark Magenta #9F17A7
Tints of Dark Magenta #9F17A7
RGB
CMYK
RGB Variations
Color information
#9F17A7 (or 0x9F17A7) is known color: Dark Magenta. HEX triplet: 9F, 17 and A7. RGB value is (159,23,167). Sum of RGB (Red+Green+Blue) = 159+23+167=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #9F17A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F17A7 is #60E858. Grayscale: #4F4F4F. Windows color (decimal): -6350937 or 10950559. OLE color: 10950559.
HSL color Cylindrical-coordinate representation of color #9F17A7: hue angle of 296.67º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F17A7 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 23 | 167 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.35 |
| HSL | 296.67º | 0.76% | 0.37% | - |
| HSV(B) | 296.67º | 0.86% | 0.65% | - |
| XYZ | 21.58 | 10.77 | 37.5 | - |
| YUV | 80.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 167 | 0.05 | 0.86 | 0 | 0.35 | 296.67 | 0.76 | 0.37 |
| Hex | 9F | 17 | A7 | 5 | 56 | 0 | 23 | 129 | 4C | 25 |
| Octal | 237 | 27 | 247 | 5 | 126 | 0 | 43 | 451 | 114 | 45 |
| Binary | 10011111 | 10111 | 10100111 | 101 | 1010110 | 0 | 100011 | 100101001 | 1001100 | 100101 |
Color Harmonies of #9F17A7
Complementary color
Monochromatic Colors of #9F17A7
Black with #9F17A7
Text Example
Text Example
White with #9F17A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F17A7; }
p { color: rgb(159,23,167); }
H1.HeaderClassName
{
color: #9F17A7;
}
.AnyTagClassName
{
color: #9F17A7;
}
</style>
background-color css
<style>
a { background-color: #9F17A7; }
a { background-color: rgb(159,23,167); }
div.DivClassName
{
background-color: #9F17A7;
}
.BgClassName
{
background-color: #9F17A7;
}
</style>
border-color css
<style>
span { border-color: #9F17A7; }
span { border-color: rgb(159,23,167); }
td.TdClassName
{
border-color: #9F17A7;
}
.TagClassName
{
border-color: #9F17A7;
}
</style>