Shades of Dark Magenta #9F1189
Tints of Dark Magenta #9F1189
RGB
CMYK
RGB Variations
Color information
#9F1189 (or 0x9F1189) is known color: Dark Magenta. HEX triplet: 9F, 11 and 89. RGB value is (159,17,137). Sum of RGB (Red+Green+Blue) = 159+17+137=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1189 is #60EE76. Grayscale: #484848. Windows color (decimal): -6352503 or 8982943. OLE color: 8982943.
HSL color Cylindrical-coordinate representation of color #9F1189: hue angle of 309.3º 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 #9F1189 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 137 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.38 |
| HSL | 309.3º | 0.81% | 0.35% | - |
| HSV(B) | 309.3º | 0.89% | 0.62% | - |
| XYZ | 19.01 | 9.58 | 24.51 | - |
| YUV | 73.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 137 | 0 | 0.89 | 0.14 | 0.38 | 309.3 | 0.81 | 0.35 |
| Hex | 9F | 11 | 89 | 0 | 59 | E | 26 | 135 | 51 | 23 |
| Octal | 237 | 21 | 211 | 0 | 131 | 16 | 46 | 465 | 121 | 43 |
| Binary | 10011111 | 10001 | 10001001 | 0 | 1011001 | 1110 | 100110 | 100110101 | 1010001 | 100011 |
Color Harmonies of #9F1189
Complementary color
Monochromatic Colors of #9F1189
Black with #9F1189
Text Example
Text Example
White with #9F1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1189; }
p { color: rgb(159,17,137); }
H1.HeaderClassName
{
color: #9F1189;
}
.AnyTagClassName
{
color: #9F1189;
}
</style>
background-color css
<style>
a { background-color: #9F1189; }
a { background-color: rgb(159,17,137); }
div.DivClassName
{
background-color: #9F1189;
}
.BgClassName
{
background-color: #9F1189;
}
</style>
border-color css
<style>
span { border-color: #9F1189; }
span { border-color: rgb(159,17,137); }
td.TdClassName
{
border-color: #9F1189;
}
.TagClassName
{
border-color: #9F1189;
}
</style>