Shades of Dark Magenta #940D85
Tints of Dark Magenta #940D85
RGB
CMYK
RGB Variations
Color information
#940D85 (or 0x940D85) is known color: Dark Magenta. HEX triplet: 94, 0D and 85. RGB value is (148,13,133). Sum of RGB (Red+Green+Blue) = 148+13+133=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #940D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D85 is #6BF27A. Grayscale: #424242. Windows color (decimal): -7074427 or 8719764. OLE color: 8719764.
HSL color Cylindrical-coordinate representation of color #940D85: hue angle of 306.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 #940D85 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 133 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.42 |
| HSL | 306.67º | 0.84% | 0.32% | - |
| HSV(B) | 306.67º | 0.91% | 0.58% | - |
| XYZ | 16.59 | 8.28 | 22.91 | - |
| YUV | 67.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 133 | 0 | 0.91 | 0.10 | 0.42 | 306.67 | 0.84 | 0.32 |
| Hex | 94 | D | 85 | 0 | 5B | A | 2A | 133 | 54 | 20 |
| Octal | 224 | 15 | 205 | 0 | 133 | 12 | 52 | 463 | 124 | 40 |
| Binary | 10010100 | 1101 | 10000101 | 0 | 1011011 | 1010 | 101010 | 100110011 | 1010100 | 100000 |
Color Harmonies of #940D85
Complementary color
Monochromatic Colors of #940D85
Black with #940D85
Text Example
Text Example
White with #940D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D85; }
p { color: rgb(148,13,133); }
H1.HeaderClassName
{
color: #940D85;
}
.AnyTagClassName
{
color: #940D85;
}
</style>
background-color css
<style>
a { background-color: #940D85; }
a { background-color: rgb(148,13,133); }
div.DivClassName
{
background-color: #940D85;
}
.BgClassName
{
background-color: #940D85;
}
</style>
border-color css
<style>
span { border-color: #940D85; }
span { border-color: rgb(148,13,133); }
td.TdClassName
{
border-color: #940D85;
}
.TagClassName
{
border-color: #940D85;
}
</style>