Shades of Dark Magenta #9F19AA
Tints of Dark Magenta #9F19AA
RGB
CMYK
RGB Variations
Color information
#9F19AA (or 0x9F19AA) is known color: Dark Magenta. HEX triplet: 9F, 19 and AA. RGB value is (159,25,170). Sum of RGB (Red+Green+Blue) = 159+25+170=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F19AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F19AA is #60E655. Grayscale: #515151. Windows color (decimal): -6350422 or 11147679. OLE color: 11147679.
HSL color Cylindrical-coordinate representation of color #9F19AA: hue angle of 295.45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F19AA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 25 | 170 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.33 |
| HSL | 295.45º | 0.74% | 0.38% | - |
| HSV(B) | 295.45º | 0.85% | 0.67% | - |
| XYZ | 21.9 | 10.97 | 38.99 | - |
| YUV | 81.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 170 | 0.06 | 0.85 | 0 | 0.33 | 295.45 | 0.74 | 0.38 |
| Hex | 9F | 19 | AA | 6 | 55 | 0 | 21 | 127 | 4A | 26 |
| Octal | 237 | 31 | 252 | 6 | 125 | 0 | 41 | 447 | 112 | 46 |
| Binary | 10011111 | 11001 | 10101010 | 110 | 1010101 | 0 | 100001 | 100100111 | 1001010 | 100110 |
Color Harmonies of #9F19AA
Complementary color
Monochromatic Colors of #9F19AA
Black with #9F19AA
Text Example
Text Example
White with #9F19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F19AA; }
p { color: rgb(159,25,170); }
H1.HeaderClassName
{
color: #9F19AA;
}
.AnyTagClassName
{
color: #9F19AA;
}
</style>
background-color css
<style>
a { background-color: #9F19AA; }
a { background-color: rgb(159,25,170); }
div.DivClassName
{
background-color: #9F19AA;
}
.BgClassName
{
background-color: #9F19AA;
}
</style>
border-color css
<style>
span { border-color: #9F19AA; }
span { border-color: rgb(159,25,170); }
td.TdClassName
{
border-color: #9F19AA;
}
.TagClassName
{
border-color: #9F19AA;
}
</style>