Shades of Dark Magenta #9F1493
Tints of Dark Magenta #9F1493
RGB
CMYK
RGB Variations
Color information
#9F1493 (or 0x9F1493) is known color: Dark Magenta. HEX triplet: 9F, 14 and 93. RGB value is (159,20,147). Sum of RGB (Red+Green+Blue) = 159+20+147=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1493 is #60EB6C. Grayscale: #4B4B4B. Windows color (decimal): -6351725 or 9639071. OLE color: 9639071.
HSL color Cylindrical-coordinate representation of color #9F1493: hue angle of 305.18º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1493 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 147 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.38 |
| HSL | 305.18º | 0.78% | 0.35% | - |
| HSV(B) | 305.18º | 0.87% | 0.62% | - |
| XYZ | 19.81 | 9.98 | 28.49 | - |
| YUV | 76.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 147 | 0 | 0.87 | 0.08 | 0.38 | 305.18 | 0.78 | 0.35 |
| Hex | 9F | 14 | 93 | 0 | 57 | 8 | 26 | 131 | 4E | 23 |
| Octal | 237 | 24 | 223 | 0 | 127 | 10 | 46 | 461 | 116 | 43 |
| Binary | 10011111 | 10100 | 10010011 | 0 | 1010111 | 1000 | 100110 | 100110001 | 1001110 | 100011 |
Color Harmonies of #9F1493
Complementary color
Monochromatic Colors of #9F1493
Black with #9F1493
Text Example
Text Example
White with #9F1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1493; }
p { color: rgb(159,20,147); }
H1.HeaderClassName
{
color: #9F1493;
}
.AnyTagClassName
{
color: #9F1493;
}
</style>
background-color css
<style>
a { background-color: #9F1493; }
a { background-color: rgb(159,20,147); }
div.DivClassName
{
background-color: #9F1493;
}
.BgClassName
{
background-color: #9F1493;
}
</style>
border-color css
<style>
span { border-color: #9F1493; }
span { border-color: rgb(159,20,147); }
td.TdClassName
{
border-color: #9F1493;
}
.TagClassName
{
border-color: #9F1493;
}
</style>