Shades of Dark Magenta #9F199A
Tints of Dark Magenta #9F199A
RGB
CMYK
RGB Variations
Color information
#9F199A (or 0x9F199A) is known color: Dark Magenta. HEX triplet: 9F, 19 and 9A. RGB value is (159,25,154). Sum of RGB (Red+Green+Blue) = 159+25+154=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F199A is #60E665. Grayscale: #4F4F4F. Windows color (decimal): -6350438 or 10099103. OLE color: 10099103.
HSL color Cylindrical-coordinate representation of color #9F199A: hue angle of 302.24º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F199A is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 154 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.38 |
| HSL | 302.24º | 0.73% | 0.36% | - |
| HSV(B) | 302.24º | 0.84% | 0.62% | - |
| XYZ | 20.48 | 10.4 | 31.5 | - |
| YUV | 79.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 154 | 0 | 0.84 | 0.03 | 0.38 | 302.24 | 0.73 | 0.36 |
| Hex | 9F | 19 | 9A | 0 | 54 | 3 | 26 | 12E | 49 | 24 |
| Octal | 237 | 31 | 232 | 0 | 124 | 3 | 46 | 456 | 111 | 44 |
| Binary | 10011111 | 11001 | 10011010 | 0 | 1010100 | 11 | 100110 | 100101110 | 1001001 | 100100 |
Color Harmonies of #9F199A
Complementary color
Monochromatic Colors of #9F199A
Black with #9F199A
Text Example
Text Example
White with #9F199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F199A; }
p { color: rgb(159,25,154); }
H1.HeaderClassName
{
color: #9F199A;
}
.AnyTagClassName
{
color: #9F199A;
}
</style>
background-color css
<style>
a { background-color: #9F199A; }
a { background-color: rgb(159,25,154); }
div.DivClassName
{
background-color: #9F199A;
}
.BgClassName
{
background-color: #9F199A;
}
</style>
border-color css
<style>
span { border-color: #9F199A; }
span { border-color: rgb(159,25,154); }
td.TdClassName
{
border-color: #9F199A;
}
.TagClassName
{
border-color: #9F199A;
}
</style>