Shades of Dark Magenta #940C84
Tints of Dark Magenta #940C84
RGB
CMYK
RGB Variations
Color information
#940C84 (or 0x940C84) is known color: Dark Magenta. HEX triplet: 94, 0C and 84. RGB value is (148,12,132). Sum of RGB (Red+Green+Blue) = 148+12+132=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #940C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C84 is #6BF37B. Grayscale: #424242. Windows color (decimal): -7074684 or 8653972. OLE color: 8653972.
HSL color Cylindrical-coordinate representation of color #940C84: hue angle of 307.06º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C84 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 132 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.42 |
| HSL | 307.06º | 0.85% | 0.31% | - |
| HSV(B) | 307.06º | 0.92% | 0.58% | - |
| XYZ | 16.51 | 8.22 | 22.55 | - |
| YUV | 66.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 132 | 0 | 0.92 | 0.11 | 0.42 | 307.06 | 0.85 | 0.31 |
| Hex | 94 | C | 84 | 0 | 5C | B | 2A | 133 | 55 | 1F |
| Octal | 224 | 14 | 204 | 0 | 134 | 13 | 52 | 463 | 125 | 37 |
| Binary | 10010100 | 1100 | 10000100 | 0 | 1011100 | 1011 | 101010 | 100110011 | 1010101 | 11111 |
Color Harmonies of #940C84
Complementary color
Monochromatic Colors of #940C84
Black with #940C84
Text Example
Text Example
White with #940C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C84; }
p { color: rgb(148,12,132); }
H1.HeaderClassName
{
color: #940C84;
}
.AnyTagClassName
{
color: #940C84;
}
</style>
background-color css
<style>
a { background-color: #940C84; }
a { background-color: rgb(148,12,132); }
div.DivClassName
{
background-color: #940C84;
}
.BgClassName
{
background-color: #940C84;
}
</style>
border-color css
<style>
span { border-color: #940C84; }
span { border-color: rgb(148,12,132); }
td.TdClassName
{
border-color: #940C84;
}
.TagClassName
{
border-color: #940C84;
}
</style>