Shades of Dark Magenta #9F1288
Tints of Dark Magenta #9F1288
RGB
CMYK
RGB Variations
Color information
#9F1288 (or 0x9F1288) is known color: Dark Magenta. HEX triplet: 9F, 12 and 88. RGB value is (159,18,136). Sum of RGB (Red+Green+Blue) = 159+18+136=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1288 is #60ED77. Grayscale: #494949. Windows color (decimal): -6352248 or 8917663. OLE color: 8917663.
HSL color Cylindrical-coordinate representation of color #9F1288: hue angle of 309.79º 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 #9F1288 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 136 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.38 |
| HSL | 309.79º | 0.8% | 0.35% | - |
| HSV(B) | 309.79º | 0.89% | 0.62% | - |
| XYZ | 18.96 | 9.58 | 24.14 | - |
| YUV | 73.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 136 | 0 | 0.89 | 0.14 | 0.38 | 309.79 | 0.8 | 0.35 |
| Hex | 9F | 12 | 88 | 0 | 59 | E | 26 | 136 | 50 | 23 |
| Octal | 237 | 22 | 210 | 0 | 131 | 16 | 46 | 466 | 120 | 43 |
| Binary | 10011111 | 10010 | 10001000 | 0 | 1011001 | 1110 | 100110 | 100110110 | 1010000 | 100011 |
Color Harmonies of #9F1288
Complementary color
Monochromatic Colors of #9F1288
Black with #9F1288
Text Example
Text Example
White with #9F1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1288; }
p { color: rgb(159,18,136); }
H1.HeaderClassName
{
color: #9F1288;
}
.AnyTagClassName
{
color: #9F1288;
}
</style>
background-color css
<style>
a { background-color: #9F1288; }
a { background-color: rgb(159,18,136); }
div.DivClassName
{
background-color: #9F1288;
}
.BgClassName
{
background-color: #9F1288;
}
</style>
border-color css
<style>
span { border-color: #9F1288; }
span { border-color: rgb(159,18,136); }
td.TdClassName
{
border-color: #9F1288;
}
.TagClassName
{
border-color: #9F1288;
}
</style>