Shades of Dark Magenta #9F10AB
Tints of Dark Magenta #9F10AB
RGB
CMYK
RGB Variations
Color information
#9F10AB (or 0x9F10AB) is known color: Dark Magenta. HEX triplet: 9F, 10 and AB. RGB value is (159,16,171). Sum of RGB (Red+Green+Blue) = 159+16+171=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F10AB is #60EF54. Grayscale: #4B4B4B. Windows color (decimal): -6352725 or 11210911. OLE color: 11210911.
HSL color Cylindrical-coordinate representation of color #9F10AB: hue angle of 295.35º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F10AB is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 16 | 171 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.33 |
| HSL | 295.35º | 0.83% | 0.37% | - |
| HSV(B) | 295.35º | 0.91% | 0.67% | - |
| XYZ | 21.83 | 10.68 | 39.44 | - |
| YUV | 76.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 171 | 0.07 | 0.91 | 0 | 0.33 | 295.35 | 0.83 | 0.37 |
| Hex | 9F | 10 | AB | 7 | 5B | 0 | 21 | 127 | 53 | 25 |
| Octal | 237 | 20 | 253 | 7 | 133 | 0 | 41 | 447 | 123 | 45 |
| Binary | 10011111 | 10000 | 10101011 | 111 | 1011011 | 0 | 100001 | 100100111 | 1010011 | 100101 |
Color Harmonies of #9F10AB
Complementary color
Monochromatic Colors of #9F10AB
Black with #9F10AB
Text Example
Text Example
White with #9F10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F10AB; }
p { color: rgb(159,16,171); }
H1.HeaderClassName
{
color: #9F10AB;
}
.AnyTagClassName
{
color: #9F10AB;
}
</style>
background-color css
<style>
a { background-color: #9F10AB; }
a { background-color: rgb(159,16,171); }
div.DivClassName
{
background-color: #9F10AB;
}
.BgClassName
{
background-color: #9F10AB;
}
</style>
border-color css
<style>
span { border-color: #9F10AB; }
span { border-color: rgb(159,16,171); }
td.TdClassName
{
border-color: #9F10AB;
}
.TagClassName
{
border-color: #9F10AB;
}
</style>