Shades of Dark Magenta #9F0BA2
Tints of Dark Magenta #9F0BA2
RGB
CMYK
RGB Variations
Color information
#9F0BA2 (or 0x9F0BA2) is known color: Dark Magenta. HEX triplet: 9F, 0B and A2. RGB value is (159,11,162). Sum of RGB (Red+Green+Blue) = 159+11+162=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #9F0BA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0BA2 is #60F45D. Grayscale: #484848. Windows color (decimal): -6354014 or 10619807. OLE color: 10619807.
HSL color Cylindrical-coordinate representation of color #9F0BA2: hue angle of 298.81º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0BA2 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 11 | 162 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.36 |
| HSL | 298.81º | 0.87% | 0.34% | - |
| HSV(B) | 298.81º | 0.93% | 0.64% | - |
| XYZ | 20.94 | 10.22 | 35.05 | - |
| YUV | 72.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 162 | 0.02 | 0.93 | 0 | 0.36 | 298.81 | 0.87 | 0.34 |
| Hex | 9F | B | A2 | 2 | 5D | 0 | 24 | 12B | 57 | 22 |
| Octal | 237 | 13 | 242 | 2 | 135 | 0 | 44 | 453 | 127 | 42 |
| Binary | 10011111 | 1011 | 10100010 | 10 | 1011101 | 0 | 100100 | 100101011 | 1010111 | 100010 |
Color Harmonies of #9F0BA2
Complementary color
Monochromatic Colors of #9F0BA2
Black with #9F0BA2
Text Example
Text Example
White with #9F0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BA2; }
p { color: rgb(159,11,162); }
H1.HeaderClassName
{
color: #9F0BA2;
}
.AnyTagClassName
{
color: #9F0BA2;
}
</style>
background-color css
<style>
a { background-color: #9F0BA2; }
a { background-color: rgb(159,11,162); }
div.DivClassName
{
background-color: #9F0BA2;
}
.BgClassName
{
background-color: #9F0BA2;
}
</style>
border-color css
<style>
span { border-color: #9F0BA2; }
span { border-color: rgb(159,11,162); }
td.TdClassName
{
border-color: #9F0BA2;
}
.TagClassName
{
border-color: #9F0BA2;
}
</style>