Shades of Dark Magenta #9F0991
Tints of Dark Magenta #9F0991
RGB
CMYK
RGB Variations
Color information
#9F0991 (or 0x9F0991) is known color: Dark Magenta. HEX triplet: 9F, 09 and 91. RGB value is (159,9,145). Sum of RGB (Red+Green+Blue) = 159+9+145=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0991 is #60F66E. Grayscale: #444444. Windows color (decimal): -6354543 or 9505183. OLE color: 9505183.
HSL color Cylindrical-coordinate representation of color #9F0991: hue angle of 305.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0991 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 145 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.38 |
| HSL | 305.6º | 0.89% | 0.33% | - |
| HSV(B) | 305.6º | 0.94% | 0.62% | - |
| XYZ | 19.51 | 9.61 | 27.61 | - |
| YUV | 69.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 145 | 0 | 0.94 | 0.09 | 0.38 | 305.6 | 0.89 | 0.33 |
| Hex | 9F | 9 | 91 | 0 | 5E | 9 | 26 | 132 | 59 | 21 |
| Octal | 237 | 11 | 221 | 0 | 136 | 11 | 46 | 462 | 131 | 41 |
| Binary | 10011111 | 1001 | 10010001 | 0 | 1011110 | 1001 | 100110 | 100110010 | 1011001 | 100001 |
Color Harmonies of #9F0991
Complementary color
Monochromatic Colors of #9F0991
Black with #9F0991
Text Example
Text Example
White with #9F0991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0991; }
p { color: rgb(159,9,145); }
H1.HeaderClassName
{
color: #9F0991;
}
.AnyTagClassName
{
color: #9F0991;
}
</style>
background-color css
<style>
a { background-color: #9F0991; }
a { background-color: rgb(159,9,145); }
div.DivClassName
{
background-color: #9F0991;
}
.BgClassName
{
background-color: #9F0991;
}
</style>
border-color css
<style>
span { border-color: #9F0991; }
span { border-color: rgb(159,9,145); }
td.TdClassName
{
border-color: #9F0991;
}
.TagClassName
{
border-color: #9F0991;
}
</style>