Shades of Dark Magenta #9F179B
Tints of Dark Magenta #9F179B
RGB
CMYK
RGB Variations
Color information
#9F179B (or 0x9F179B) is known color: Dark Magenta. HEX triplet: 9F, 17 and 9B. RGB value is (159,23,155). Sum of RGB (Red+Green+Blue) = 159+23+155=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F179B is #60E864. Grayscale: #4E4E4E. Windows color (decimal): -6350949 or 10164127. OLE color: 10164127.
HSL color Cylindrical-coordinate representation of color #9F179B: hue angle of 301.76º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F179B is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 155 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.38 |
| HSL | 301.76º | 0.75% | 0.36% | - |
| HSV(B) | 301.76º | 0.86% | 0.62% | - |
| XYZ | 20.52 | 10.35 | 31.93 | - |
| YUV | 78.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 155 | 0 | 0.86 | 0.03 | 0.38 | 301.76 | 0.75 | 0.36 |
| Hex | 9F | 17 | 9B | 0 | 56 | 3 | 26 | 12E | 4B | 24 |
| Octal | 237 | 27 | 233 | 0 | 126 | 3 | 46 | 456 | 113 | 44 |
| Binary | 10011111 | 10111 | 10011011 | 0 | 1010110 | 11 | 100110 | 100101110 | 1001011 | 100100 |
Color Harmonies of #9F179B
Complementary color
Monochromatic Colors of #9F179B
Black with #9F179B
Text Example
Text Example
White with #9F179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F179B; }
p { color: rgb(159,23,155); }
H1.HeaderClassName
{
color: #9F179B;
}
.AnyTagClassName
{
color: #9F179B;
}
</style>
background-color css
<style>
a { background-color: #9F179B; }
a { background-color: rgb(159,23,155); }
div.DivClassName
{
background-color: #9F179B;
}
.BgClassName
{
background-color: #9F179B;
}
</style>
border-color css
<style>
span { border-color: #9F179B; }
span { border-color: rgb(159,23,155); }
td.TdClassName
{
border-color: #9F179B;
}
.TagClassName
{
border-color: #9F179B;
}
</style>