Shades of Dark Magenta #940C95
Tints of Dark Magenta #940C95
RGB
CMYK
RGB Variations
Color information
#940C95 (or 0x940C95) is known color: Dark Magenta. HEX triplet: 94, 0C and 95. RGB value is (148,12,149). Sum of RGB (Red+Green+Blue) = 148+12+149=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #940C95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C95 is #6BF36A. Grayscale: #434343. Windows color (decimal): -7074667 or 9768084. OLE color: 9768084.
HSL color Cylindrical-coordinate representation of color #940C95: hue angle of 299.56º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C95 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 149 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.42 |
| HSL | 299.56º | 0.85% | 0.32% | - |
| HSV(B) | 299.56º | 0.92% | 0.58% | - |
| XYZ | 17.77 | 8.73 | 29.18 | - |
| YUV | 68.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 149 | 0.01 | 0.92 | 0 | 0.42 | 299.56 | 0.85 | 0.32 |
| Hex | 94 | C | 95 | 1 | 5C | 0 | 2A | 12C | 55 | 20 |
| Octal | 224 | 14 | 225 | 1 | 134 | 0 | 52 | 454 | 125 | 40 |
| Binary | 10010100 | 1100 | 10010101 | 1 | 1011100 | 0 | 101010 | 100101100 | 1010101 | 100000 |
Color Harmonies of #940C95
Complementary color
Monochromatic Colors of #940C95
Black with #940C95
Text Example
Text Example
White with #940C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C95; }
p { color: rgb(148,12,149); }
H1.HeaderClassName
{
color: #940C95;
}
.AnyTagClassName
{
color: #940C95;
}
</style>
background-color css
<style>
a { background-color: #940C95; }
a { background-color: rgb(148,12,149); }
div.DivClassName
{
background-color: #940C95;
}
.BgClassName
{
background-color: #940C95;
}
</style>
border-color css
<style>
span { border-color: #940C95; }
span { border-color: rgb(148,12,149); }
td.TdClassName
{
border-color: #940C95;
}
.TagClassName
{
border-color: #940C95;
}
</style>