Shades of Dark Magenta #940CAC
Tints of Dark Magenta #940CAC
RGB
CMYK
RGB Variations
Color information
#940CAC (or 0x940CAC) is known color: Dark Magenta. HEX triplet: 94, 0C and AC. RGB value is (148,12,172). Sum of RGB (Red+Green+Blue) = 148+12+172=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #940CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940CAC is #6BF353. Grayscale: #464646. Windows color (decimal): -7074644 or 11275412. OLE color: 11275412.
HSL color Cylindrical-coordinate representation of color #940CAC: hue angle of 291º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940CAC is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 12 | 172 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.33 |
| HSL | 291º | 0.87% | 0.36% | - |
| HSV(B) | 291º | 0.93% | 0.67% | - |
| XYZ | 19.79 | 9.54 | 39.83 | - |
| YUV | 70.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 172 | 0.14 | 0.93 | 0 | 0.33 | 291 | 0.87 | 0.36 |
| Hex | 94 | C | AC | E | 5D | 0 | 21 | 123 | 57 | 24 |
| Octal | 224 | 14 | 254 | 16 | 135 | 0 | 41 | 443 | 127 | 44 |
| Binary | 10010100 | 1100 | 10101100 | 1110 | 1011101 | 0 | 100001 | 100100011 | 1010111 | 100100 |
Color Harmonies of #940CAC
Complementary color
Monochromatic Colors of #940CAC
Black with #940CAC
Text Example
Text Example
White with #940CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CAC; }
p { color: rgb(148,12,172); }
H1.HeaderClassName
{
color: #940CAC;
}
.AnyTagClassName
{
color: #940CAC;
}
</style>
background-color css
<style>
a { background-color: #940CAC; }
a { background-color: rgb(148,12,172); }
div.DivClassName
{
background-color: #940CAC;
}
.BgClassName
{
background-color: #940CAC;
}
</style>
border-color css
<style>
span { border-color: #940CAC; }
span { border-color: rgb(148,12,172); }
td.TdClassName
{
border-color: #940CAC;
}
.TagClassName
{
border-color: #940CAC;
}
</style>