Shades of Dark Magenta #9411AB
Tints of Dark Magenta #9411AB
RGB
CMYK
RGB Variations
Color information
#9411AB (or 0x9411AB) is known color: Dark Magenta. HEX triplet: 94, 11 and AB. RGB value is (148,17,171). Sum of RGB (Red+Green+Blue) = 148+17+171=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #9411AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9411AB is #6BEE54. Grayscale: #494949. Windows color (decimal): -7073365 or 11211156. OLE color: 11211156.
HSL color Cylindrical-coordinate representation of color #9411AB: hue angle of 291.04º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9411AB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 17 | 171 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.33 |
| HSL | 291.04º | 0.82% | 0.37% | - |
| HSV(B) | 291.04º | 0.9% | 0.67% | - |
| XYZ | 19.76 | 9.64 | 39.35 | - |
| YUV | 73.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 171 | 0.13 | 0.90 | 0 | 0.33 | 291.04 | 0.82 | 0.37 |
| Hex | 94 | 11 | AB | D | 5A | 0 | 21 | 123 | 52 | 25 |
| Octal | 224 | 21 | 253 | 15 | 132 | 0 | 41 | 443 | 122 | 45 |
| Binary | 10010100 | 10001 | 10101011 | 1101 | 1011010 | 0 | 100001 | 100100011 | 1010010 | 100101 |
Color Harmonies of #9411AB
Complementary color
Monochromatic Colors of #9411AB
Black with #9411AB
Text Example
Text Example
White with #9411AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411AB; }
p { color: rgb(148,17,171); }
H1.HeaderClassName
{
color: #9411AB;
}
.AnyTagClassName
{
color: #9411AB;
}
</style>
background-color css
<style>
a { background-color: #9411AB; }
a { background-color: rgb(148,17,171); }
div.DivClassName
{
background-color: #9411AB;
}
.BgClassName
{
background-color: #9411AB;
}
</style>
border-color css
<style>
span { border-color: #9411AB; }
span { border-color: rgb(148,17,171); }
td.TdClassName
{
border-color: #9411AB;
}
.TagClassName
{
border-color: #9411AB;
}
</style>