Shades of Dark Magenta #940990
Tints of Dark Magenta #940990
RGB
CMYK
RGB Variations
Color information
#940990 (or 0x940990) is known color: Dark Magenta. HEX triplet: 94, 09 and 90. RGB value is (148,9,144). Sum of RGB (Red+Green+Blue) = 148+9+144=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #940990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940990 is #6BF66F. Grayscale: #414141. Windows color (decimal): -7075440 or 9439636. OLE color: 9439636.
HSL color Cylindrical-coordinate representation of color #940990: hue angle of 301.73º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940990 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 144 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.42 |
| HSL | 301.73º | 0.89% | 0.31% | - |
| HSV(B) | 301.73º | 0.94% | 0.58% | - |
| XYZ | 17.34 | 8.5 | 27.11 | - |
| YUV | 65.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 144 | 0 | 0.94 | 0.03 | 0.42 | 301.73 | 0.89 | 0.31 |
| Hex | 94 | 9 | 90 | 0 | 5E | 3 | 2A | 12E | 59 | 1F |
| Octal | 224 | 11 | 220 | 0 | 136 | 3 | 52 | 456 | 131 | 37 |
| Binary | 10010100 | 1001 | 10010000 | 0 | 1011110 | 11 | 101010 | 100101110 | 1011001 | 11111 |
Color Harmonies of #940990
Complementary color
Monochromatic Colors of #940990
Black with #940990
Text Example
Text Example
White with #940990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940990; }
p { color: rgb(148,9,144); }
H1.HeaderClassName
{
color: #940990;
}
.AnyTagClassName
{
color: #940990;
}
</style>
background-color css
<style>
a { background-color: #940990; }
a { background-color: rgb(148,9,144); }
div.DivClassName
{
background-color: #940990;
}
.BgClassName
{
background-color: #940990;
}
</style>
border-color css
<style>
span { border-color: #940990; }
span { border-color: rgb(148,9,144); }
td.TdClassName
{
border-color: #940990;
}
.TagClassName
{
border-color: #940990;
}
</style>