Shades of Dark Magenta #9F128D
Tints of Dark Magenta #9F128D
RGB
CMYK
RGB Variations
Color information
#9F128D (or 0x9F128D) is known color: Dark Magenta. HEX triplet: 9F, 12 and 8D. RGB value is (159,18,141). Sum of RGB (Red+Green+Blue) = 159+18+141=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F128D is #60ED72. Grayscale: #494949. Windows color (decimal): -6352243 or 9245343. OLE color: 9245343.
HSL color Cylindrical-coordinate representation of color #9F128D: hue angle of 307.66º 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 #9F128D is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 141 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.38 |
| HSL | 307.66º | 0.8% | 0.35% | - |
| HSV(B) | 307.66º | 0.89% | 0.62% | - |
| XYZ | 19.32 | 9.73 | 26.06 | - |
| YUV | 74.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 141 | 0 | 0.89 | 0.11 | 0.38 | 307.66 | 0.8 | 0.35 |
| Hex | 9F | 12 | 8D | 0 | 59 | B | 26 | 134 | 50 | 23 |
| Octal | 237 | 22 | 215 | 0 | 131 | 13 | 46 | 464 | 120 | 43 |
| Binary | 10011111 | 10010 | 10001101 | 0 | 1011001 | 1011 | 100110 | 100110100 | 1010000 | 100011 |
Color Harmonies of #9F128D
Complementary color
Monochromatic Colors of #9F128D
Black with #9F128D
Text Example
Text Example
White with #9F128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F128D; }
p { color: rgb(159,18,141); }
H1.HeaderClassName
{
color: #9F128D;
}
.AnyTagClassName
{
color: #9F128D;
}
</style>
background-color css
<style>
a { background-color: #9F128D; }
a { background-color: rgb(159,18,141); }
div.DivClassName
{
background-color: #9F128D;
}
.BgClassName
{
background-color: #9F128D;
}
</style>
border-color css
<style>
span { border-color: #9F128D; }
span { border-color: rgb(159,18,141); }
td.TdClassName
{
border-color: #9F128D;
}
.TagClassName
{
border-color: #9F128D;
}
</style>