Shades of Dark Magenta #940D8E
Tints of Dark Magenta #940D8E
RGB
CMYK
RGB Variations
Color information
#940D8E (or 0x940D8E) is known color: Dark Magenta. HEX triplet: 94, 0D and 8E. RGB value is (148,13,142). Sum of RGB (Red+Green+Blue) = 148+13+142=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #940D8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D8E is #6BF271. Grayscale: #434343. Windows color (decimal): -7074418 or 9309588. OLE color: 9309588.
HSL color Cylindrical-coordinate representation of color #940D8E: hue angle of 302.67º 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 #940D8E is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 142 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.42 |
| HSL | 302.67º | 0.84% | 0.32% | - |
| HSV(B) | 302.67º | 0.91% | 0.58% | - |
| XYZ | 17.24 | 8.54 | 26.33 | - |
| YUV | 68.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 142 | 0 | 0.91 | 0.04 | 0.42 | 302.67 | 0.84 | 0.32 |
| Hex | 94 | D | 8E | 0 | 5B | 4 | 2A | 12F | 54 | 20 |
| Octal | 224 | 15 | 216 | 0 | 133 | 4 | 52 | 457 | 124 | 40 |
| Binary | 10010100 | 1101 | 10001110 | 0 | 1011011 | 100 | 101010 | 100101111 | 1010100 | 100000 |
Color Harmonies of #940D8E
Complementary color
Monochromatic Colors of #940D8E
Black with #940D8E
Text Example
Text Example
White with #940D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D8E; }
p { color: rgb(148,13,142); }
H1.HeaderClassName
{
color: #940D8E;
}
.AnyTagClassName
{
color: #940D8E;
}
</style>
background-color css
<style>
a { background-color: #940D8E; }
a { background-color: rgb(148,13,142); }
div.DivClassName
{
background-color: #940D8E;
}
.BgClassName
{
background-color: #940D8E;
}
</style>
border-color css
<style>
span { border-color: #940D8E; }
span { border-color: rgb(148,13,142); }
td.TdClassName
{
border-color: #940D8E;
}
.TagClassName
{
border-color: #940D8E;
}
</style>