Shades of Dark Magenta #9F0FAB
Tints of Dark Magenta #9F0FAB
RGB
CMYK
RGB Variations
Color information
#9F0FAB (or 0x9F0FAB) is known color: Dark Magenta. HEX triplet: 9F, 0F and AB. RGB value is (159,15,171). Sum of RGB (Red+Green+Blue) = 159+15+171=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F0FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0FAB is #60F054. Grayscale: #4B4B4B. Windows color (decimal): -6352981 or 11210655. OLE color: 11210655.
HSL color Cylindrical-coordinate representation of color #9F0FAB: hue angle of 295.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0FAB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 15 | 171 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.33 |
| HSL | 295.38º | 0.84% | 0.36% | - |
| HSV(B) | 295.38º | 0.91% | 0.67% | - |
| XYZ | 21.82 | 10.65 | 39.43 | - |
| YUV | 75.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 171 | 0.07 | 0.91 | 0 | 0.33 | 295.38 | 0.84 | 0.36 |
| Hex | 9F | F | AB | 7 | 5B | 0 | 21 | 127 | 54 | 24 |
| Octal | 237 | 17 | 253 | 7 | 133 | 0 | 41 | 447 | 124 | 44 |
| Binary | 10011111 | 1111 | 10101011 | 111 | 1011011 | 0 | 100001 | 100100111 | 1010100 | 100100 |
Color Harmonies of #9F0FAB
Complementary color
Monochromatic Colors of #9F0FAB
Black with #9F0FAB
Text Example
Text Example
White with #9F0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FAB; }
p { color: rgb(159,15,171); }
H1.HeaderClassName
{
color: #9F0FAB;
}
.AnyTagClassName
{
color: #9F0FAB;
}
</style>
background-color css
<style>
a { background-color: #9F0FAB; }
a { background-color: rgb(159,15,171); }
div.DivClassName
{
background-color: #9F0FAB;
}
.BgClassName
{
background-color: #9F0FAB;
}
</style>
border-color css
<style>
span { border-color: #9F0FAB; }
span { border-color: rgb(159,15,171); }
td.TdClassName
{
border-color: #9F0FAB;
}
.TagClassName
{
border-color: #9F0FAB;
}
</style>