Shades of Dark Magenta #9F1D9B
Tints of Dark Magenta #9F1D9B
RGB
CMYK
RGB Variations
Color information
#9F1D9B (or 0x9F1D9B) is known color: Dark Magenta. HEX triplet: 9F, 1D and 9B. RGB value is (159,29,155). Sum of RGB (Red+Green+Blue) = 159+29+155=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1D9B is #60E264. Grayscale: #515151. Windows color (decimal): -6349413 or 10165663. OLE color: 10165663.
HSL color Cylindrical-coordinate representation of color #9F1D9B: hue angle of 301.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D9B is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 155 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.38 |
| HSL | 301.85º | 0.69% | 0.37% | - |
| HSV(B) | 301.85º | 0.82% | 0.62% | - |
| XYZ | 20.65 | 10.62 | 31.97 | - |
| YUV | 82.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 155 | 0 | 0.82 | 0.03 | 0.38 | 301.85 | 0.69 | 0.37 |
| Hex | 9F | 1D | 9B | 0 | 52 | 3 | 26 | 12E | 45 | 25 |
| Octal | 237 | 35 | 233 | 0 | 122 | 3 | 46 | 456 | 105 | 45 |
| Binary | 10011111 | 11101 | 10011011 | 0 | 1010010 | 11 | 100110 | 100101110 | 1000101 | 100101 |
Color Harmonies of #9F1D9B
Complementary color
Monochromatic Colors of #9F1D9B
Black with #9F1D9B
Text Example
Text Example
White with #9F1D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D9B; }
p { color: rgb(159,29,155); }
H1.HeaderClassName
{
color: #9F1D9B;
}
.AnyTagClassName
{
color: #9F1D9B;
}
</style>
background-color css
<style>
a { background-color: #9F1D9B; }
a { background-color: rgb(159,29,155); }
div.DivClassName
{
background-color: #9F1D9B;
}
.BgClassName
{
background-color: #9F1D9B;
}
</style>
border-color css
<style>
span { border-color: #9F1D9B; }
span { border-color: rgb(159,29,155); }
td.TdClassName
{
border-color: #9F1D9B;
}
.TagClassName
{
border-color: #9F1D9B;
}
</style>