Shades of Dark Magenta #940D89
Tints of Dark Magenta #940D89
RGB
CMYK
RGB Variations
Color information
#940D89 (or 0x940D89) is known color: Dark Magenta. HEX triplet: 94, 0D and 89. RGB value is (148,13,137). Sum of RGB (Red+Green+Blue) = 148+13+137=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #940D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D89 is #6BF276. Grayscale: #434343. Windows color (decimal): -7074423 or 8981908. OLE color: 8981908.
HSL color Cylindrical-coordinate representation of color #940D89: hue angle of 304.89º 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 #940D89 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 137 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.42 |
| HSL | 304.89º | 0.84% | 0.32% | - |
| HSV(B) | 304.89º | 0.91% | 0.58% | - |
| XYZ | 16.87 | 8.39 | 24.4 | - |
| YUV | 67.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 137 | 0 | 0.91 | 0.07 | 0.42 | 304.89 | 0.84 | 0.32 |
| Hex | 94 | D | 89 | 0 | 5B | 7 | 2A | 131 | 54 | 20 |
| Octal | 224 | 15 | 211 | 0 | 133 | 7 | 52 | 461 | 124 | 40 |
| Binary | 10010100 | 1101 | 10001001 | 0 | 1011011 | 111 | 101010 | 100110001 | 1010100 | 100000 |
Color Harmonies of #940D89
Complementary color
Monochromatic Colors of #940D89
Black with #940D89
Text Example
Text Example
White with #940D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D89; }
p { color: rgb(148,13,137); }
H1.HeaderClassName
{
color: #940D89;
}
.AnyTagClassName
{
color: #940D89;
}
</style>
background-color css
<style>
a { background-color: #940D89; }
a { background-color: rgb(148,13,137); }
div.DivClassName
{
background-color: #940D89;
}
.BgClassName
{
background-color: #940D89;
}
</style>
border-color css
<style>
span { border-color: #940D89; }
span { border-color: rgb(148,13,137); }
td.TdClassName
{
border-color: #940D89;
}
.TagClassName
{
border-color: #940D89;
}
</style>