Shades of Dark Magenta #9F1192
Tints of Dark Magenta #9F1192
RGB
CMYK
RGB Variations
Color information
#9F1192 (or 0x9F1192) is known color: Dark Magenta. HEX triplet: 9F, 11 and 92. RGB value is (159,17,146). Sum of RGB (Red+Green+Blue) = 159+17+146=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1192 is #60EE6D. Grayscale: #494949. Windows color (decimal): -6352494 or 9572767. OLE color: 9572767.
HSL color Cylindrical-coordinate representation of color #9F1192: hue angle of 305.49º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1192 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 146 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.38 |
| HSL | 305.49º | 0.81% | 0.35% | - |
| HSV(B) | 305.49º | 0.89% | 0.62% | - |
| XYZ | 19.69 | 9.85 | 28.06 | - |
| YUV | 74.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 146 | 0 | 0.89 | 0.08 | 0.38 | 305.49 | 0.81 | 0.35 |
| Hex | 9F | 11 | 92 | 0 | 59 | 8 | 26 | 131 | 51 | 23 |
| Octal | 237 | 21 | 222 | 0 | 131 | 10 | 46 | 461 | 121 | 43 |
| Binary | 10011111 | 10001 | 10010010 | 0 | 1011001 | 1000 | 100110 | 100110001 | 1010001 | 100011 |
Color Harmonies of #9F1192
Complementary color
Monochromatic Colors of #9F1192
Black with #9F1192
Text Example
Text Example
White with #9F1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1192; }
p { color: rgb(159,17,146); }
H1.HeaderClassName
{
color: #9F1192;
}
.AnyTagClassName
{
color: #9F1192;
}
</style>
background-color css
<style>
a { background-color: #9F1192; }
a { background-color: rgb(159,17,146); }
div.DivClassName
{
background-color: #9F1192;
}
.BgClassName
{
background-color: #9F1192;
}
</style>
border-color css
<style>
span { border-color: #9F1192; }
span { border-color: rgb(159,17,146); }
td.TdClassName
{
border-color: #9F1192;
}
.TagClassName
{
border-color: #9F1192;
}
</style>