Shades of Dark Magenta #9F128E
Tints of Dark Magenta #9F128E
RGB
CMYK
RGB Variations
Color information
#9F128E (or 0x9F128E) is known color: Dark Magenta. HEX triplet: 9F, 12 and 8E. RGB value is (159,18,142). Sum of RGB (Red+Green+Blue) = 159+18+142=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F128E is #60ED71. Grayscale: #494949. Windows color (decimal): -6352242 or 9310879. OLE color: 9310879.
HSL color Cylindrical-coordinate representation of color #9F128E: hue angle of 307.23º degrees, saturation: 0.8, 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 #9F128E is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 142 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.38 |
| HSL | 307.23º | 0.8% | 0.35% | - |
| HSV(B) | 307.23º | 0.89% | 0.62% | - |
| XYZ | 19.4 | 9.76 | 26.45 | - |
| YUV | 74.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 142 | 0 | 0.89 | 0.11 | 0.38 | 307.23 | 0.8 | 0.35 |
| Hex | 9F | 12 | 8E | 0 | 59 | B | 26 | 133 | 50 | 23 |
| Octal | 237 | 22 | 216 | 0 | 131 | 13 | 46 | 463 | 120 | 43 |
| Binary | 10011111 | 10010 | 10001110 | 0 | 1011001 | 1011 | 100110 | 100110011 | 1010000 | 100011 |
Color Harmonies of #9F128E
Complementary color
Monochromatic Colors of #9F128E
Black with #9F128E
Text Example
Text Example
White with #9F128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F128E; }
p { color: rgb(159,18,142); }
H1.HeaderClassName
{
color: #9F128E;
}
.AnyTagClassName
{
color: #9F128E;
}
</style>
background-color css
<style>
a { background-color: #9F128E; }
a { background-color: rgb(159,18,142); }
div.DivClassName
{
background-color: #9F128E;
}
.BgClassName
{
background-color: #9F128E;
}
</style>
border-color css
<style>
span { border-color: #9F128E; }
span { border-color: rgb(159,18,142); }
td.TdClassName
{
border-color: #9F128E;
}
.TagClassName
{
border-color: #9F128E;
}
</style>