Shades of Dark Magenta #9F169C
Tints of Dark Magenta #9F169C
RGB
CMYK
RGB Variations
Color information
#9F169C (or 0x9F169C) is known color: Dark Magenta. HEX triplet: 9F, 16 and 9C. RGB value is (159,22,156). Sum of RGB (Red+Green+Blue) = 159+22+156=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F169C is #60E963. Grayscale: #4D4D4D. Windows color (decimal): -6351204 or 10229407. OLE color: 10229407.
HSL color Cylindrical-coordinate representation of color #9F169C: hue angle of 301.31º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F169C is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 156 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.38 |
| HSL | 301.31º | 0.76% | 0.35% | - |
| HSV(B) | 301.31º | 0.86% | 0.62% | - |
| XYZ | 20.59 | 10.35 | 32.36 | - |
| YUV | 78.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 156 | 0 | 0.86 | 0.02 | 0.38 | 301.31 | 0.76 | 0.35 |
| Hex | 9F | 16 | 9C | 0 | 56 | 2 | 26 | 12D | 4C | 23 |
| Octal | 237 | 26 | 234 | 0 | 126 | 2 | 46 | 455 | 114 | 43 |
| Binary | 10011111 | 10110 | 10011100 | 0 | 1010110 | 10 | 100110 | 100101101 | 1001100 | 100011 |
Color Harmonies of #9F169C
Complementary color
Monochromatic Colors of #9F169C
Black with #9F169C
Text Example
Text Example
White with #9F169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F169C; }
p { color: rgb(159,22,156); }
H1.HeaderClassName
{
color: #9F169C;
}
.AnyTagClassName
{
color: #9F169C;
}
</style>
background-color css
<style>
a { background-color: #9F169C; }
a { background-color: rgb(159,22,156); }
div.DivClassName
{
background-color: #9F169C;
}
.BgClassName
{
background-color: #9F169C;
}
</style>
border-color css
<style>
span { border-color: #9F169C; }
span { border-color: rgb(159,22,156); }
td.TdClassName
{
border-color: #9F169C;
}
.TagClassName
{
border-color: #9F169C;
}
</style>