Shades of Dark Magenta #940C8D
Tints of Dark Magenta #940C8D
RGB
CMYK
RGB Variations
Color information
#940C8D (or 0x940C8D) is known color: Dark Magenta. HEX triplet: 94, 0C and 8D. RGB value is (148,12,141). Sum of RGB (Red+Green+Blue) = 148+12+141=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #940C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C8D is #6BF372. Grayscale: #424242. Windows color (decimal): -7074675 or 9243796. OLE color: 9243796.
HSL color Cylindrical-coordinate representation of color #940C8D: hue angle of 303.09º 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 #940C8D is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 141 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.42 |
| HSL | 303.09º | 0.85% | 0.31% | - |
| HSV(B) | 303.09º | 0.92% | 0.58% | - |
| XYZ | 17.15 | 8.48 | 25.93 | - |
| YUV | 67.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 141 | 0 | 0.92 | 0.05 | 0.42 | 303.09 | 0.85 | 0.31 |
| Hex | 94 | C | 8D | 0 | 5C | 5 | 2A | 12F | 55 | 1F |
| Octal | 224 | 14 | 215 | 0 | 134 | 5 | 52 | 457 | 125 | 37 |
| Binary | 10010100 | 1100 | 10001101 | 0 | 1011100 | 101 | 101010 | 100101111 | 1010101 | 11111 |
Color Harmonies of #940C8D
Complementary color
Monochromatic Colors of #940C8D
Black with #940C8D
Text Example
Text Example
White with #940C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C8D; }
p { color: rgb(148,12,141); }
H1.HeaderClassName
{
color: #940C8D;
}
.AnyTagClassName
{
color: #940C8D;
}
</style>
background-color css
<style>
a { background-color: #940C8D; }
a { background-color: rgb(148,12,141); }
div.DivClassName
{
background-color: #940C8D;
}
.BgClassName
{
background-color: #940C8D;
}
</style>
border-color css
<style>
span { border-color: #940C8D; }
span { border-color: rgb(148,12,141); }
td.TdClassName
{
border-color: #940C8D;
}
.TagClassName
{
border-color: #940C8D;
}
</style>