Shades of Dark Magenta #9F19AB
Tints of Dark Magenta #9F19AB
RGB
CMYK
RGB Variations
Color information
#9F19AB (or 0x9F19AB) is known color: Dark Magenta. HEX triplet: 9F, 19 and AB. RGB value is (159,25,171). Sum of RGB (Red+Green+Blue) = 159+25+171=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F19AB is #60E654. Grayscale: #515151. Windows color (decimal): -6350421 or 11213215. OLE color: 11213215.
HSL color Cylindrical-coordinate representation of color #9F19AB: hue angle of 295.07º 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 #9F19AB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 25 | 171 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.33 |
| HSL | 295.07º | 0.74% | 0.38% | - |
| HSV(B) | 295.07º | 0.85% | 0.67% | - |
| XYZ | 22 | 11.01 | 39.49 | - |
| YUV | 81.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 171 | 0.07 | 0.85 | 0 | 0.33 | 295.07 | 0.74 | 0.38 |
| Hex | 9F | 19 | AB | 7 | 55 | 0 | 21 | 127 | 4A | 26 |
| Octal | 237 | 31 | 253 | 7 | 125 | 0 | 41 | 447 | 112 | 46 |
| Binary | 10011111 | 11001 | 10101011 | 111 | 1010101 | 0 | 100001 | 100100111 | 1001010 | 100110 |
Color Harmonies of #9F19AB
Complementary color
Monochromatic Colors of #9F19AB
Black with #9F19AB
Text Example
Text Example
White with #9F19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F19AB; }
p { color: rgb(159,25,171); }
H1.HeaderClassName
{
color: #9F19AB;
}
.AnyTagClassName
{
color: #9F19AB;
}
</style>
background-color css
<style>
a { background-color: #9F19AB; }
a { background-color: rgb(159,25,171); }
div.DivClassName
{
background-color: #9F19AB;
}
.BgClassName
{
background-color: #9F19AB;
}
</style>
border-color css
<style>
span { border-color: #9F19AB; }
span { border-color: rgb(159,25,171); }
td.TdClassName
{
border-color: #9F19AB;
}
.TagClassName
{
border-color: #9F19AB;
}
</style>