Shades of Dark Magenta #9F13AD
Tints of Dark Magenta #9F13AD
RGB
CMYK
RGB Variations
Color information
#9F13AD (or 0x9F13AD) is known color: Dark Magenta. HEX triplet: 9F, 13 and AD. RGB value is (159,19,173). Sum of RGB (Red+Green+Blue) = 159+19+173=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F13AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F13AD is #60EC52. Grayscale: #4D4D4D. Windows color (decimal): -6351955 or 11342751. OLE color: 11342751.
HSL color Cylindrical-coordinate representation of color #9F13AD: hue angle of 294.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F13AD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 19 | 173 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.32 |
| HSL | 294.55º | 0.8% | 0.38% | - |
| HSV(B) | 294.55º | 0.89% | 0.68% | - |
| XYZ | 22.07 | 10.85 | 40.47 | - |
| YUV | 78.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 173 | 0.08 | 0.89 | 0 | 0.32 | 294.55 | 0.8 | 0.38 |
| Hex | 9F | 13 | AD | 8 | 59 | 0 | 20 | 127 | 50 | 26 |
| Octal | 237 | 23 | 255 | 10 | 131 | 0 | 40 | 447 | 120 | 46 |
| Binary | 10011111 | 10011 | 10101101 | 1000 | 1011001 | 0 | 100000 | 100100111 | 1010000 | 100110 |
Color Harmonies of #9F13AD
Complementary color
Monochromatic Colors of #9F13AD
Black with #9F13AD
Text Example
Text Example
White with #9F13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F13AD; }
p { color: rgb(159,19,173); }
H1.HeaderClassName
{
color: #9F13AD;
}
.AnyTagClassName
{
color: #9F13AD;
}
</style>
background-color css
<style>
a { background-color: #9F13AD; }
a { background-color: rgb(159,19,173); }
div.DivClassName
{
background-color: #9F13AD;
}
.BgClassName
{
background-color: #9F13AD;
}
</style>
border-color css
<style>
span { border-color: #9F13AD; }
span { border-color: rgb(159,19,173); }
td.TdClassName
{
border-color: #9F13AD;
}
.TagClassName
{
border-color: #9F13AD;
}
</style>