Shades of Dark Magenta #9400AE
Tints of Dark Magenta #9400AE
RGB
CMYK
RGB Variations
Color information
#9400AE (or 0x9400AE) is known color: Dark Magenta. HEX triplet: 94, 00 and AE. RGB value is (148,0,174). Sum of RGB (Red+Green+Blue) = 148+0+174=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #9400AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9400AE is #6BFF51. Grayscale: #3F3F3F. Windows color (decimal): -7077714 or 11403412. OLE color: 11403412.
HSL color Cylindrical-coordinate representation of color #9400AE: hue angle of 291.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400AE is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 0 | 174 | - |
| CMYK | 0.15 | 1 | 0 | 0.32 |
| HSL | 291.03º | 1% | 0.34% | - |
| HSV(B) | 291.03º | 1% | 0.68% | - |
| XYZ | 19.85 | 9.35 | 40.8 | - |
| YUV | 64.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 174 | 0.15 | 1 | 0 | 0.32 | 291.03 | 1 | 0.34 |
| Hex | 94 | 0 | AE | F | 64 | 0 | 20 | 123 | 64 | 22 |
| Octal | 224 | 0 | 256 | 17 | 144 | 0 | 40 | 443 | 144 | 42 |
| Binary | 10010100 | 0 | 10101110 | 1111 | 1100100 | 0 | 100000 | 100100011 | 1100100 | 100010 |
Color Harmonies of #9400AE
Complementary color
Monochromatic Colors of #9400AE
Black with #9400AE
Text Example
Text Example
White with #9400AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400AE; }
p { color: rgb(148,0,174); }
H1.HeaderClassName
{
color: #9400AE;
}
.AnyTagClassName
{
color: #9400AE;
}
</style>
background-color css
<style>
a { background-color: #9400AE; }
a { background-color: rgb(148,0,174); }
div.DivClassName
{
background-color: #9400AE;
}
.BgClassName
{
background-color: #9400AE;
}
</style>
border-color css
<style>
span { border-color: #9400AE; }
span { border-color: rgb(148,0,174); }
td.TdClassName
{
border-color: #9400AE;
}
.TagClassName
{
border-color: #9400AE;
}
</style>