Shades of Dark Magenta #940D8D
Tints of Dark Magenta #940D8D
RGB
CMYK
RGB Variations
Color information
#940D8D (or 0x940D8D) is known color: Dark Magenta. HEX triplet: 94, 0D and 8D. RGB value is (148,13,141). Sum of RGB (Red+Green+Blue) = 148+13+141=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #940D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D8D is #6BF272. Grayscale: #434343. Windows color (decimal): -7074419 or 9244052. OLE color: 9244052.
HSL color Cylindrical-coordinate representation of color #940D8D: hue angle of 303.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D8D is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 141 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.42 |
| HSL | 303.11º | 0.84% | 0.32% | - |
| HSV(B) | 303.11º | 0.91% | 0.58% | - |
| XYZ | 17.16 | 8.51 | 25.94 | - |
| YUV | 67.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 141 | 0 | 0.91 | 0.05 | 0.42 | 303.11 | 0.84 | 0.32 |
| Hex | 94 | D | 8D | 0 | 5B | 5 | 2A | 12F | 54 | 20 |
| Octal | 224 | 15 | 215 | 0 | 133 | 5 | 52 | 457 | 124 | 40 |
| Binary | 10010100 | 1101 | 10001101 | 0 | 1011011 | 101 | 101010 | 100101111 | 1010100 | 100000 |
Color Harmonies of #940D8D
Complementary color
Monochromatic Colors of #940D8D
Black with #940D8D
Text Example
Text Example
White with #940D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D8D; }
p { color: rgb(148,13,141); }
H1.HeaderClassName
{
color: #940D8D;
}
.AnyTagClassName
{
color: #940D8D;
}
</style>
background-color css
<style>
a { background-color: #940D8D; }
a { background-color: rgb(148,13,141); }
div.DivClassName
{
background-color: #940D8D;
}
.BgClassName
{
background-color: #940D8D;
}
</style>
border-color css
<style>
span { border-color: #940D8D; }
span { border-color: rgb(148,13,141); }
td.TdClassName
{
border-color: #940D8D;
}
.TagClassName
{
border-color: #940D8D;
}
</style>