Shades of Dark Magenta #9F15AB
Tints of Dark Magenta #9F15AB
RGB
CMYK
RGB Variations
Color information
#9F15AB (or 0x9F15AB) is known color: Dark Magenta. HEX triplet: 9F, 15 and AB. RGB value is (159,21,171). Sum of RGB (Red+Green+Blue) = 159+21+171=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F15AB is #60EA54. Grayscale: #4E4E4E. Windows color (decimal): -6351445 or 11212191. OLE color: 11212191.
HSL color Cylindrical-coordinate representation of color #9F15AB: hue angle of 295.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F15AB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 21 | 171 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.33 |
| HSL | 295.2º | 0.78% | 0.38% | - |
| HSV(B) | 295.2º | 0.88% | 0.67% | - |
| XYZ | 21.92 | 10.85 | 39.47 | - |
| YUV | 79.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 171 | 0.07 | 0.88 | 0 | 0.33 | 295.2 | 0.78 | 0.38 |
| Hex | 9F | 15 | AB | 7 | 58 | 0 | 21 | 127 | 4E | 26 |
| Octal | 237 | 25 | 253 | 7 | 130 | 0 | 41 | 447 | 116 | 46 |
| Binary | 10011111 | 10101 | 10101011 | 111 | 1011000 | 0 | 100001 | 100100111 | 1001110 | 100110 |
Color Harmonies of #9F15AB
Complementary color
Monochromatic Colors of #9F15AB
Black with #9F15AB
Text Example
Text Example
White with #9F15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F15AB; }
p { color: rgb(159,21,171); }
H1.HeaderClassName
{
color: #9F15AB;
}
.AnyTagClassName
{
color: #9F15AB;
}
</style>
background-color css
<style>
a { background-color: #9F15AB; }
a { background-color: rgb(159,21,171); }
div.DivClassName
{
background-color: #9F15AB;
}
.BgClassName
{
background-color: #9F15AB;
}
</style>
border-color css
<style>
span { border-color: #9F15AB; }
span { border-color: rgb(159,21,171); }
td.TdClassName
{
border-color: #9F15AB;
}
.TagClassName
{
border-color: #9F15AB;
}
</style>