Shades of Dark Magenta #9F13AB
Tints of Dark Magenta #9F13AB
RGB
CMYK
RGB Variations
Color information
#9F13AB (or 0x9F13AB) is known color: Dark Magenta. HEX triplet: 9F, 13 and AB. RGB value is (159,19,171). Sum of RGB (Red+Green+Blue) = 159+19+171=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F13AB is #60EC54. Grayscale: #4D4D4D. Windows color (decimal): -6351957 or 11211679. OLE color: 11211679.
HSL color Cylindrical-coordinate representation of color #9F13AB: hue angle of 295.26º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F13AB is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 19 | 171 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.33 |
| HSL | 295.26º | 0.8% | 0.37% | - |
| HSV(B) | 295.26º | 0.89% | 0.67% | - |
| XYZ | 21.88 | 10.78 | 39.45 | - |
| YUV | 78.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 171 | 0.07 | 0.89 | 0 | 0.33 | 295.26 | 0.8 | 0.37 |
| Hex | 9F | 13 | AB | 7 | 59 | 0 | 21 | 127 | 50 | 25 |
| Octal | 237 | 23 | 253 | 7 | 131 | 0 | 41 | 447 | 120 | 45 |
| Binary | 10011111 | 10011 | 10101011 | 111 | 1011001 | 0 | 100001 | 100100111 | 1010000 | 100101 |
Color Harmonies of #9F13AB
Complementary color
Monochromatic Colors of #9F13AB
Black with #9F13AB
Text Example
Text Example
White with #9F13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F13AB; }
p { color: rgb(159,19,171); }
H1.HeaderClassName
{
color: #9F13AB;
}
.AnyTagClassName
{
color: #9F13AB;
}
</style>
background-color css
<style>
a { background-color: #9F13AB; }
a { background-color: rgb(159,19,171); }
div.DivClassName
{
background-color: #9F13AB;
}
.BgClassName
{
background-color: #9F13AB;
}
</style>
border-color css
<style>
span { border-color: #9F13AB; }
span { border-color: rgb(159,19,171); }
td.TdClassName
{
border-color: #9F13AB;
}
.TagClassName
{
border-color: #9F13AB;
}
</style>