Shades of Dark Magenta #940FAC
Tints of Dark Magenta #940FAC
RGB
CMYK
RGB Variations
Color information
#940FAC (or 0x940FAC) is known color: Dark Magenta. HEX triplet: 94, 0F and AC. RGB value is (148,15,172). Sum of RGB (Red+Green+Blue) = 148+15+172=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #940FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940FAC is #6BF053. Grayscale: #484848. Windows color (decimal): -7073876 or 11276180. OLE color: 11276180.
HSL color Cylindrical-coordinate representation of color #940FAC: hue angle of 290.83º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940FAC is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 15 | 172 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.33 |
| HSL | 290.83º | 0.84% | 0.37% | - |
| HSV(B) | 290.83º | 0.91% | 0.67% | - |
| XYZ | 19.83 | 9.62 | 39.84 | - |
| YUV | 72.67 | 184.06 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 172 | 0.14 | 0.91 | 0 | 0.33 | 290.83 | 0.84 | 0.37 |
| Hex | 94 | F | AC | E | 5B | 0 | 21 | 123 | 54 | 25 |
| Octal | 224 | 17 | 254 | 16 | 133 | 0 | 41 | 443 | 124 | 45 |
| Binary | 10010100 | 1111 | 10101100 | 1110 | 1011011 | 0 | 100001 | 100100011 | 1010100 | 100101 |
Color Harmonies of #940FAC
Complementary color
Monochromatic Colors of #940FAC
Black with #940FAC
Text Example
Text Example
White with #940FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FAC; }
p { color: rgb(148,15,172); }
H1.HeaderClassName
{
color: #940FAC;
}
.AnyTagClassName
{
color: #940FAC;
}
</style>
background-color css
<style>
a { background-color: #940FAC; }
a { background-color: rgb(148,15,172); }
div.DivClassName
{
background-color: #940FAC;
}
.BgClassName
{
background-color: #940FAC;
}
</style>
border-color css
<style>
span { border-color: #940FAC; }
span { border-color: rgb(148,15,172); }
td.TdClassName
{
border-color: #940FAC;
}
.TagClassName
{
border-color: #940FAC;
}
</style>