Shades of Dark Magenta #940D8F
Tints of Dark Magenta #940D8F
RGB
CMYK
RGB Variations
Color information
#940D8F (or 0x940D8F) is known color: Dark Magenta. HEX triplet: 94, 0D and 8F. RGB value is (148,13,143). Sum of RGB (Red+Green+Blue) = 148+13+143=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #940D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D8F is #6BF270. Grayscale: #434343. Windows color (decimal): -7074417 or 9375124. OLE color: 9375124.
HSL color Cylindrical-coordinate representation of color #940D8F: hue angle of 302.22º 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 #940D8F is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 143 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.42 |
| HSL | 302.22º | 0.84% | 0.32% | - |
| HSV(B) | 302.22º | 0.91% | 0.58% | - |
| XYZ | 17.31 | 8.57 | 26.73 | - |
| YUV | 68.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 143 | 0 | 0.91 | 0.03 | 0.42 | 302.22 | 0.84 | 0.32 |
| Hex | 94 | D | 8F | 0 | 5B | 3 | 2A | 12E | 54 | 20 |
| Octal | 224 | 15 | 217 | 0 | 133 | 3 | 52 | 456 | 124 | 40 |
| Binary | 10010100 | 1101 | 10001111 | 0 | 1011011 | 11 | 101010 | 100101110 | 1010100 | 100000 |
Color Harmonies of #940D8F
Complementary color
Monochromatic Colors of #940D8F
Black with #940D8F
Text Example
Text Example
White with #940D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D8F; }
p { color: rgb(148,13,143); }
H1.HeaderClassName
{
color: #940D8F;
}
.AnyTagClassName
{
color: #940D8F;
}
</style>
background-color css
<style>
a { background-color: #940D8F; }
a { background-color: rgb(148,13,143); }
div.DivClassName
{
background-color: #940D8F;
}
.BgClassName
{
background-color: #940D8F;
}
</style>
border-color css
<style>
span { border-color: #940D8F; }
span { border-color: rgb(148,13,143); }
td.TdClassName
{
border-color: #940D8F;
}
.TagClassName
{
border-color: #940D8F;
}
</style>