Shades of Dark Magenta #9404AB
Tints of Dark Magenta #9404AB
RGB
CMYK
RGB Variations
Color information
#9404AB (or 0x9404AB) is known color: Dark Magenta. HEX triplet: 94, 04 and AB. RGB value is (148,4,171). Sum of RGB (Red+Green+Blue) = 148+4+171=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #9404AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9404AB is #6BFB54. Grayscale: #414141. Windows color (decimal): -7076693 or 11207828. OLE color: 11207828.
HSL color Cylindrical-coordinate representation of color #9404AB: hue angle of 291.74º 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 #9404AB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 4 | 171 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.33 |
| HSL | 291.74º | 0.95% | 0.34% | - |
| HSV(B) | 291.74º | 0.98% | 0.67% | - |
| XYZ | 19.61 | 9.32 | 39.29 | - |
| YUV | 66.09 | 187.21 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 171 | 0.13 | 0.98 | 0 | 0.33 | 291.74 | 0.95 | 0.34 |
| Hex | 94 | 4 | AB | D | 62 | 0 | 21 | 124 | 5F | 22 |
| Octal | 224 | 4 | 253 | 15 | 142 | 0 | 41 | 444 | 137 | 42 |
| Binary | 10010100 | 100 | 10101011 | 1101 | 1100010 | 0 | 100001 | 100100100 | 1011111 | 100010 |
Color Harmonies of #9404AB
Complementary color
Monochromatic Colors of #9404AB
Black with #9404AB
Text Example
Text Example
White with #9404AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9404AB; }
p { color: rgb(148,4,171); }
H1.HeaderClassName
{
color: #9404AB;
}
.AnyTagClassName
{
color: #9404AB;
}
</style>
background-color css
<style>
a { background-color: #9404AB; }
a { background-color: rgb(148,4,171); }
div.DivClassName
{
background-color: #9404AB;
}
.BgClassName
{
background-color: #9404AB;
}
</style>
border-color css
<style>
span { border-color: #9404AB; }
span { border-color: rgb(148,4,171); }
td.TdClassName
{
border-color: #9404AB;
}
.TagClassName
{
border-color: #9404AB;
}
</style>