Shades of Dark Magenta #940DAE
Tints of Dark Magenta #940DAE
RGB
CMYK
RGB Variations
Color information
#940DAE (or 0x940DAE) is known color: Dark Magenta. HEX triplet: 94, 0D and AE. RGB value is (148,13,174). Sum of RGB (Red+Green+Blue) = 148+13+174=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #940DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DAE is #6BF251. Grayscale: #474747. Windows color (decimal): -7074386 or 11406740. OLE color: 11406740.
HSL color Cylindrical-coordinate representation of color #940DAE: hue angle of 290.31º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940DAE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 13 | 174 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.32 |
| HSL | 290.31º | 0.86% | 0.37% | - |
| HSV(B) | 290.31º | 0.93% | 0.68% | - |
| XYZ | 20 | 9.64 | 40.85 | - |
| YUV | 71.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 174 | 0.15 | 0.93 | 0 | 0.32 | 290.31 | 0.86 | 0.37 |
| Hex | 94 | D | AE | F | 5D | 0 | 20 | 122 | 56 | 25 |
| Octal | 224 | 15 | 256 | 17 | 135 | 0 | 40 | 442 | 126 | 45 |
| Binary | 10010100 | 1101 | 10101110 | 1111 | 1011101 | 0 | 100000 | 100100010 | 1010110 | 100101 |
Color Harmonies of #940DAE
Complementary color
Monochromatic Colors of #940DAE
Black with #940DAE
Text Example
Text Example
White with #940DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DAE; }
p { color: rgb(148,13,174); }
H1.HeaderClassName
{
color: #940DAE;
}
.AnyTagClassName
{
color: #940DAE;
}
</style>
background-color css
<style>
a { background-color: #940DAE; }
a { background-color: rgb(148,13,174); }
div.DivClassName
{
background-color: #940DAE;
}
.BgClassName
{
background-color: #940DAE;
}
</style>
border-color css
<style>
span { border-color: #940DAE; }
span { border-color: rgb(148,13,174); }
td.TdClassName
{
border-color: #940DAE;
}
.TagClassName
{
border-color: #940DAE;
}
</style>