Shades of Dark Magenta #940DA3
Tints of Dark Magenta #940DA3
RGB
CMYK
RGB Variations
Color information
#940DA3 (or 0x940DA3) is known color: Dark Magenta. HEX triplet: 94, 0D and A3. RGB value is (148,13,163). Sum of RGB (Red+Green+Blue) = 148+13+163=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #940DA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DA3 is #6BF25C. Grayscale: #464646. Windows color (decimal): -7074397 or 10685844. OLE color: 10685844.
HSL color Cylindrical-coordinate representation of color #940DA3: hue angle of 294º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940DA3 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 13 | 163 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.36 |
| HSL | 294º | 0.85% | 0.35% | - |
| HSV(B) | 294º | 0.92% | 0.64% | - |
| XYZ | 18.97 | 9.23 | 35.43 | - |
| YUV | 70.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 163 | 0.09 | 0.92 | 0 | 0.36 | 294 | 0.85 | 0.35 |
| Hex | 94 | D | A3 | 9 | 5C | 0 | 24 | 126 | 55 | 23 |
| Octal | 224 | 15 | 243 | 11 | 134 | 0 | 44 | 446 | 125 | 43 |
| Binary | 10010100 | 1101 | 10100011 | 1001 | 1011100 | 0 | 100100 | 100100110 | 1010101 | 100011 |
Color Harmonies of #940DA3
Complementary color
Monochromatic Colors of #940DA3
Black with #940DA3
Text Example
Text Example
White with #940DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DA3; }
p { color: rgb(148,13,163); }
H1.HeaderClassName
{
color: #940DA3;
}
.AnyTagClassName
{
color: #940DA3;
}
</style>
background-color css
<style>
a { background-color: #940DA3; }
a { background-color: rgb(148,13,163); }
div.DivClassName
{
background-color: #940DA3;
}
.BgClassName
{
background-color: #940DA3;
}
</style>
border-color css
<style>
span { border-color: #940DA3; }
span { border-color: rgb(148,13,163); }
td.TdClassName
{
border-color: #940DA3;
}
.TagClassName
{
border-color: #940DA3;
}
</style>