Shades of Dark Magenta #940D91
Tints of Dark Magenta #940D91
RGB
CMYK
RGB Variations
Color information
#940D91 (or 0x940D91) is known color: Dark Magenta. HEX triplet: 94, 0D and 91. RGB value is (148,13,145). Sum of RGB (Red+Green+Blue) = 148+13+145=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #940D91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D91 is #6BF26E. Grayscale: #444444. Windows color (decimal): -7074415 or 9506196. OLE color: 9506196.
HSL color Cylindrical-coordinate representation of color #940D91: hue angle of 301.33º 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 #940D91 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 145 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.42 |
| HSL | 301.33º | 0.84% | 0.32% | - |
| HSV(B) | 301.33º | 0.91% | 0.58% | - |
| XYZ | 17.47 | 8.63 | 27.53 | - |
| YUV | 68.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 145 | 0 | 0.91 | 0.02 | 0.42 | 301.33 | 0.84 | 0.32 |
| Hex | 94 | D | 91 | 0 | 5B | 2 | 2A | 12D | 54 | 20 |
| Octal | 224 | 15 | 221 | 0 | 133 | 2 | 52 | 455 | 124 | 40 |
| Binary | 10010100 | 1101 | 10010001 | 0 | 1011011 | 10 | 101010 | 100101101 | 1010100 | 100000 |
Color Harmonies of #940D91
Complementary color
Monochromatic Colors of #940D91
Black with #940D91
Text Example
Text Example
White with #940D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D91; }
p { color: rgb(148,13,145); }
H1.HeaderClassName
{
color: #940D91;
}
.AnyTagClassName
{
color: #940D91;
}
</style>
background-color css
<style>
a { background-color: #940D91; }
a { background-color: rgb(148,13,145); }
div.DivClassName
{
background-color: #940D91;
}
.BgClassName
{
background-color: #940D91;
}
</style>
border-color css
<style>
span { border-color: #940D91; }
span { border-color: rgb(148,13,145); }
td.TdClassName
{
border-color: #940D91;
}
.TagClassName
{
border-color: #940D91;
}
</style>