Shades of Dark Magenta #9F1F9B
Tints of Dark Magenta #9F1F9B
RGB
CMYK
RGB Variations
Color information
#9F1F9B (or 0x9F1F9B) is known color: Dark Magenta. HEX triplet: 9F, 1F and 9B. RGB value is (159,31,155). Sum of RGB (Red+Green+Blue) = 159+31+155=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F9B is #60E064. Grayscale: #535353. Windows color (decimal): -6348901 or 10166175. OLE color: 10166175.
HSL color Cylindrical-coordinate representation of color #9F1F9B: hue angle of 301.88º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F9B is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 155 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.38 |
| HSL | 301.88º | 0.67% | 0.37% | - |
| HSV(B) | 301.88º | 0.81% | 0.62% | - |
| XYZ | 20.7 | 10.72 | 31.99 | - |
| YUV | 83.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 155 | 0 | 0.81 | 0.03 | 0.38 | 301.88 | 0.67 | 0.37 |
| Hex | 9F | 1F | 9B | 0 | 51 | 3 | 26 | 12E | 43 | 25 |
| Octal | 237 | 37 | 233 | 0 | 121 | 3 | 46 | 456 | 103 | 45 |
| Binary | 10011111 | 11111 | 10011011 | 0 | 1010001 | 11 | 100110 | 100101110 | 1000011 | 100101 |
Color Harmonies of #9F1F9B
Complementary color
Monochromatic Colors of #9F1F9B
Black with #9F1F9B
Text Example
Text Example
White with #9F1F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F9B; }
p { color: rgb(159,31,155); }
H1.HeaderClassName
{
color: #9F1F9B;
}
.AnyTagClassName
{
color: #9F1F9B;
}
</style>
background-color css
<style>
a { background-color: #9F1F9B; }
a { background-color: rgb(159,31,155); }
div.DivClassName
{
background-color: #9F1F9B;
}
.BgClassName
{
background-color: #9F1F9B;
}
</style>
border-color css
<style>
span { border-color: #9F1F9B; }
span { border-color: rgb(159,31,155); }
td.TdClassName
{
border-color: #9F1F9B;
}
.TagClassName
{
border-color: #9F1F9B;
}
</style>