Shades of Dark Magenta #9F0BAB
Tints of Dark Magenta #9F0BAB
RGB
CMYK
RGB Variations
Color information
#9F0BAB (or 0x9F0BAB) is known color: Dark Magenta. HEX triplet: 9F, 0B and AB. RGB value is (159,11,171). Sum of RGB (Red+Green+Blue) = 159+11+171=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0BAB is #60F454. Grayscale: #494949. Windows color (decimal): -6354005 or 11209631. OLE color: 11209631.
HSL color Cylindrical-coordinate representation of color #9F0BAB: hue angle of 295.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0BAB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 11 | 171 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.33 |
| HSL | 295.5º | 0.88% | 0.36% | - |
| HSV(B) | 295.5º | 0.94% | 0.67% | - |
| XYZ | 21.77 | 10.55 | 39.42 | - |
| YUV | 73.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 171 | 0.07 | 0.94 | 0 | 0.33 | 295.5 | 0.88 | 0.36 |
| Hex | 9F | B | AB | 7 | 5E | 0 | 21 | 128 | 58 | 24 |
| Octal | 237 | 13 | 253 | 7 | 136 | 0 | 41 | 450 | 130 | 44 |
| Binary | 10011111 | 1011 | 10101011 | 111 | 1011110 | 0 | 100001 | 100101000 | 1011000 | 100100 |
Color Harmonies of #9F0BAB
Complementary color
Monochromatic Colors of #9F0BAB
Black with #9F0BAB
Text Example
Text Example
White with #9F0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BAB; }
p { color: rgb(159,11,171); }
H1.HeaderClassName
{
color: #9F0BAB;
}
.AnyTagClassName
{
color: #9F0BAB;
}
</style>
background-color css
<style>
a { background-color: #9F0BAB; }
a { background-color: rgb(159,11,171); }
div.DivClassName
{
background-color: #9F0BAB;
}
.BgClassName
{
background-color: #9F0BAB;
}
</style>
border-color css
<style>
span { border-color: #9F0BAB; }
span { border-color: rgb(159,11,171); }
td.TdClassName
{
border-color: #9F0BAB;
}
.TagClassName
{
border-color: #9F0BAB;
}
</style>