Shades of Dark Magenta #9405AB
Tints of Dark Magenta #9405AB
RGB
CMYK
RGB Variations
Color information
#9405AB (or 0x9405AB) is known color: Dark Magenta. HEX triplet: 94, 05 and AB. RGB value is (148,5,171). Sum of RGB (Red+Green+Blue) = 148+5+171=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #9405AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9405AB is #6BFA54. Grayscale: #424242. Windows color (decimal): -7076437 or 11208084. OLE color: 11208084.
HSL color Cylindrical-coordinate representation of color #9405AB: hue angle of 291.69º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9405AB is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 5 | 171 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.33 |
| HSL | 291.69º | 0.94% | 0.35% | - |
| HSV(B) | 291.69º | 0.97% | 0.67% | - |
| XYZ | 19.62 | 9.34 | 39.3 | - |
| YUV | 66.68 | 186.88 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 171 | 0.13 | 0.97 | 0 | 0.33 | 291.69 | 0.94 | 0.35 |
| Hex | 94 | 5 | AB | D | 61 | 0 | 21 | 124 | 5E | 23 |
| Octal | 224 | 5 | 253 | 15 | 141 | 0 | 41 | 444 | 136 | 43 |
| Binary | 10010100 | 101 | 10101011 | 1101 | 1100001 | 0 | 100001 | 100100100 | 1011110 | 100011 |
Color Harmonies of #9405AB
Complementary color
Monochromatic Colors of #9405AB
Black with #9405AB
Text Example
Text Example
White with #9405AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9405AB; }
p { color: rgb(148,5,171); }
H1.HeaderClassName
{
color: #9405AB;
}
.AnyTagClassName
{
color: #9405AB;
}
</style>
background-color css
<style>
a { background-color: #9405AB; }
a { background-color: rgb(148,5,171); }
div.DivClassName
{
background-color: #9405AB;
}
.BgClassName
{
background-color: #9405AB;
}
</style>
border-color css
<style>
span { border-color: #9405AB; }
span { border-color: rgb(148,5,171); }
td.TdClassName
{
border-color: #9405AB;
}
.TagClassName
{
border-color: #9405AB;
}
</style>