Shades of Dark Magenta #940BA0
Tints of Dark Magenta #940BA0
RGB
CMYK
RGB Variations
Color information
#940BA0 (or 0x940BA0) is known color: Dark Magenta. HEX triplet: 94, 0B and A0. RGB value is (148,11,160). Sum of RGB (Red+Green+Blue) = 148+11+160=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #940BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940BA0 is #6BF45F. Grayscale: #444444. Windows color (decimal): -7074912 or 10488724. OLE color: 10488724.
HSL color Cylindrical-coordinate representation of color #940BA0: hue angle of 295.17º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940BA0 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 11 | 160 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.37 |
| HSL | 295.17º | 0.87% | 0.34% | - |
| HSV(B) | 295.17º | 0.93% | 0.63% | - |
| XYZ | 18.68 | 9.07 | 34.02 | - |
| YUV | 68.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 160 | 0.07 | 0.93 | 0 | 0.37 | 295.17 | 0.87 | 0.34 |
| Hex | 94 | B | A0 | 7 | 5D | 0 | 25 | 127 | 57 | 22 |
| Octal | 224 | 13 | 240 | 7 | 135 | 0 | 45 | 447 | 127 | 42 |
| Binary | 10010100 | 1011 | 10100000 | 111 | 1011101 | 0 | 100101 | 100100111 | 1010111 | 100010 |
Color Harmonies of #940BA0
Complementary color
Monochromatic Colors of #940BA0
Black with #940BA0
Text Example
Text Example
White with #940BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940BA0; }
p { color: rgb(148,11,160); }
H1.HeaderClassName
{
color: #940BA0;
}
.AnyTagClassName
{
color: #940BA0;
}
</style>
background-color css
<style>
a { background-color: #940BA0; }
a { background-color: rgb(148,11,160); }
div.DivClassName
{
background-color: #940BA0;
}
.BgClassName
{
background-color: #940BA0;
}
</style>
border-color css
<style>
span { border-color: #940BA0; }
span { border-color: rgb(148,11,160); }
td.TdClassName
{
border-color: #940BA0;
}
.TagClassName
{
border-color: #940BA0;
}
</style>