Shades of Dark Magenta #9406A0
Tints of Dark Magenta #9406A0
RGB
CMYK
RGB Variations
Color information
#9406A0 (or 0x9406A0) is known color: Dark Magenta. HEX triplet: 94, 06 and A0. RGB value is (148,6,160). Sum of RGB (Red+Green+Blue) = 148+6+160=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #9406A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9406A0 is #6BF95F. Grayscale: #414141. Windows color (decimal): -7076192 or 10487444. OLE color: 10487444.
HSL color Cylindrical-coordinate representation of color #9406A0: hue angle of 295.32º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9406A0 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 6 | 160 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.37 |
| HSL | 295.32º | 0.93% | 0.33% | - |
| HSV(B) | 295.32º | 0.96% | 0.63% | - |
| XYZ | 18.62 | 8.96 | 34.01 | - |
| YUV | 66.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 160 | 0.07 | 0.96 | 0 | 0.37 | 295.32 | 0.93 | 0.33 |
| Hex | 94 | 6 | A0 | 7 | 60 | 0 | 25 | 127 | 5D | 21 |
| Octal | 224 | 6 | 240 | 7 | 140 | 0 | 45 | 447 | 135 | 41 |
| Binary | 10010100 | 110 | 10100000 | 111 | 1100000 | 0 | 100101 | 100100111 | 1011101 | 100001 |
Color Harmonies of #9406A0
Complementary color
Monochromatic Colors of #9406A0
Black with #9406A0
Text Example
Text Example
White with #9406A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9406A0; }
p { color: rgb(148,6,160); }
H1.HeaderClassName
{
color: #9406A0;
}
.AnyTagClassName
{
color: #9406A0;
}
</style>
background-color css
<style>
a { background-color: #9406A0; }
a { background-color: rgb(148,6,160); }
div.DivClassName
{
background-color: #9406A0;
}
.BgClassName
{
background-color: #9406A0;
}
</style>
border-color css
<style>
span { border-color: #9406A0; }
span { border-color: rgb(148,6,160); }
td.TdClassName
{
border-color: #9406A0;
}
.TagClassName
{
border-color: #9406A0;
}
</style>