Shades of Dark Magenta #9F04AB
Tints of Dark Magenta #9F04AB
RGB
CMYK
RGB Variations
Color information
#9F04AB (or 0x9F04AB) is known color: Dark Magenta. HEX triplet: 9F, 04 and AB. RGB value is (159,4,171). Sum of RGB (Red+Green+Blue) = 159+4+171=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F04AB is #60FB54. Grayscale: #444444. Windows color (decimal): -6355797 or 11207839. OLE color: 11207839.
HSL color Cylindrical-coordinate representation of color #9F04AB: hue angle of 295.69º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04AB is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 4 | 171 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.33 |
| HSL | 295.69º | 0.95% | 0.34% | - |
| HSV(B) | 295.69º | 0.98% | 0.67% | - |
| XYZ | 21.69 | 10.4 | 39.39 | - |
| YUV | 69.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 171 | 0.07 | 0.98 | 0 | 0.33 | 295.69 | 0.95 | 0.34 |
| Hex | 9F | 4 | AB | 7 | 62 | 0 | 21 | 128 | 5F | 22 |
| Octal | 237 | 4 | 253 | 7 | 142 | 0 | 41 | 450 | 137 | 42 |
| Binary | 10011111 | 100 | 10101011 | 111 | 1100010 | 0 | 100001 | 100101000 | 1011111 | 100010 |
Color Harmonies of #9F04AB
Complementary color
Monochromatic Colors of #9F04AB
Black with #9F04AB
Text Example
Text Example
White with #9F04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04AB; }
p { color: rgb(159,4,171); }
H1.HeaderClassName
{
color: #9F04AB;
}
.AnyTagClassName
{
color: #9F04AB;
}
</style>
background-color css
<style>
a { background-color: #9F04AB; }
a { background-color: rgb(159,4,171); }
div.DivClassName
{
background-color: #9F04AB;
}
.BgClassName
{
background-color: #9F04AB;
}
</style>
border-color css
<style>
span { border-color: #9F04AB; }
span { border-color: rgb(159,4,171); }
td.TdClassName
{
border-color: #9F04AB;
}
.TagClassName
{
border-color: #9F04AB;
}
</style>