Shades of Dark Magenta #9F15A1
Tints of Dark Magenta #9F15A1
RGB
CMYK
RGB Variations
Color information
#9F15A1 (or 0x9F15A1) is known color: Dark Magenta. HEX triplet: 9F, 15 and A1. RGB value is (159,21,161). Sum of RGB (Red+Green+Blue) = 159+21+161=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #9F15A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F15A1 is #60EA5E. Grayscale: #4D4D4D. Windows color (decimal): -6351455 or 10556831. OLE color: 10556831.
HSL color Cylindrical-coordinate representation of color #9F15A1: hue angle of 299.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F15A1 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 21 | 161 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.37 |
| HSL | 299.14º | 0.77% | 0.36% | - |
| HSV(B) | 299.14º | 0.87% | 0.63% | - |
| XYZ | 21 | 10.48 | 34.63 | - |
| YUV | 78.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 161 | 0.01 | 0.87 | 0 | 0.37 | 299.14 | 0.77 | 0.36 |
| Hex | 9F | 15 | A1 | 1 | 57 | 0 | 25 | 12B | 4D | 24 |
| Octal | 237 | 25 | 241 | 1 | 127 | 0 | 45 | 453 | 115 | 44 |
| Binary | 10011111 | 10101 | 10100001 | 1 | 1010111 | 0 | 100101 | 100101011 | 1001101 | 100100 |
Color Harmonies of #9F15A1
Complementary color
Monochromatic Colors of #9F15A1
Black with #9F15A1
Text Example
Text Example
White with #9F15A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F15A1; }
p { color: rgb(159,21,161); }
H1.HeaderClassName
{
color: #9F15A1;
}
.AnyTagClassName
{
color: #9F15A1;
}
</style>
background-color css
<style>
a { background-color: #9F15A1; }
a { background-color: rgb(159,21,161); }
div.DivClassName
{
background-color: #9F15A1;
}
.BgClassName
{
background-color: #9F15A1;
}
</style>
border-color css
<style>
span { border-color: #9F15A1; }
span { border-color: rgb(159,21,161); }
td.TdClassName
{
border-color: #9F15A1;
}
.TagClassName
{
border-color: #9F15A1;
}
</style>