Shades of Dark Magenta #940EAC
Tints of Dark Magenta #940EAC
RGB
CMYK
RGB Variations
Color information
#940EAC (or 0x940EAC) is known color: Dark Magenta. HEX triplet: 94, 0E and AC. RGB value is (148,14,172). Sum of RGB (Red+Green+Blue) = 148+14+172=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #940EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940EAC is #6BF153. Grayscale: #474747. Windows color (decimal): -7074132 or 11275924. OLE color: 11275924.
HSL color Cylindrical-coordinate representation of color #940EAC: hue angle of 290.89º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940EAC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 14 | 172 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.33 |
| HSL | 290.89º | 0.85% | 0.36% | - |
| HSV(B) | 290.89º | 0.92% | 0.67% | - |
| XYZ | 19.82 | 9.59 | 39.84 | - |
| YUV | 72.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 172 | 0.14 | 0.92 | 0 | 0.33 | 290.89 | 0.85 | 0.36 |
| Hex | 94 | E | AC | E | 5C | 0 | 21 | 123 | 55 | 24 |
| Octal | 224 | 16 | 254 | 16 | 134 | 0 | 41 | 443 | 125 | 44 |
| Binary | 10010100 | 1110 | 10101100 | 1110 | 1011100 | 0 | 100001 | 100100011 | 1010101 | 100100 |
Color Harmonies of #940EAC
Complementary color
Monochromatic Colors of #940EAC
Black with #940EAC
Text Example
Text Example
White with #940EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940EAC; }
p { color: rgb(148,14,172); }
H1.HeaderClassName
{
color: #940EAC;
}
.AnyTagClassName
{
color: #940EAC;
}
</style>
background-color css
<style>
a { background-color: #940EAC; }
a { background-color: rgb(148,14,172); }
div.DivClassName
{
background-color: #940EAC;
}
.BgClassName
{
background-color: #940EAC;
}
</style>
border-color css
<style>
span { border-color: #940EAC; }
span { border-color: rgb(148,14,172); }
td.TdClassName
{
border-color: #940EAC;
}
.TagClassName
{
border-color: #940EAC;
}
</style>