Shades of Dark Magenta #9F15AD
Tints of Dark Magenta #9F15AD
RGB
CMYK
RGB Variations
Color information
#9F15AD (or 0x9F15AD) is known color: Dark Magenta. HEX triplet: 9F, 15 and AD. RGB value is (159,21,173). Sum of RGB (Red+Green+Blue) = 159+21+173=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F15AD is #60EA52. Grayscale: #4F4F4F. Windows color (decimal): -6351443 or 11343263. OLE color: 11343263.
HSL color Cylindrical-coordinate representation of color #9F15AD: hue angle of 294.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F15AD is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 21 | 173 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.32 |
| HSL | 294.47º | 0.78% | 0.38% | - |
| HSV(B) | 294.47º | 0.88% | 0.68% | - |
| XYZ | 22.11 | 10.92 | 40.48 | - |
| YUV | 79.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 173 | 0.08 | 0.88 | 0 | 0.32 | 294.47 | 0.78 | 0.38 |
| Hex | 9F | 15 | AD | 8 | 58 | 0 | 20 | 126 | 4E | 26 |
| Octal | 237 | 25 | 255 | 10 | 130 | 0 | 40 | 446 | 116 | 46 |
| Binary | 10011111 | 10101 | 10101101 | 1000 | 1011000 | 0 | 100000 | 100100110 | 1001110 | 100110 |
Color Harmonies of #9F15AD
Complementary color
Monochromatic Colors of #9F15AD
Black with #9F15AD
Text Example
Text Example
White with #9F15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F15AD; }
p { color: rgb(159,21,173); }
H1.HeaderClassName
{
color: #9F15AD;
}
.AnyTagClassName
{
color: #9F15AD;
}
</style>
background-color css
<style>
a { background-color: #9F15AD; }
a { background-color: rgb(159,21,173); }
div.DivClassName
{
background-color: #9F15AD;
}
.BgClassName
{
background-color: #9F15AD;
}
</style>
border-color css
<style>
span { border-color: #9F15AD; }
span { border-color: rgb(159,21,173); }
td.TdClassName
{
border-color: #9F15AD;
}
.TagClassName
{
border-color: #9F15AD;
}
</style>