Shades of Dark Magenta #940389
Tints of Dark Magenta #940389
RGB
CMYK
RGB Variations
Color information
#940389 (or 0x940389) is known color: Dark Magenta. HEX triplet: 94, 03 and 89. RGB value is (148,3,137). Sum of RGB (Red+Green+Blue) = 148+3+137=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940389 is #6BFC76. Grayscale: #3D3D3D. Windows color (decimal): -7076983 or 8979348. OLE color: 8979348.
HSL color Cylindrical-coordinate representation of color #940389: hue angle of 304.55º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940389 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.42 |
| HSL | 304.55º | 0.96% | 0.3% | - |
| HSV(B) | 304.55º | 0.98% | 0.58% | - |
| XYZ | 16.76 | 8.17 | 24.36 | - |
| YUV | 61.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 137 | 0 | 0.98 | 0.07 | 0.42 | 304.55 | 0.96 | 0.3 |
| Hex | 94 | 3 | 89 | 0 | 62 | 7 | 2A | 131 | 60 | 1E |
| Octal | 224 | 3 | 211 | 0 | 142 | 7 | 52 | 461 | 140 | 36 |
| Binary | 10010100 | 11 | 10001001 | 0 | 1100010 | 111 | 101010 | 100110001 | 1100000 | 11110 |
Color Harmonies of #940389
Complementary color
Monochromatic Colors of #940389
Black with #940389
Text Example
Text Example
White with #940389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940389; }
p { color: rgb(148,3,137); }
H1.HeaderClassName
{
color: #940389;
}
.AnyTagClassName
{
color: #940389;
}
</style>
background-color css
<style>
a { background-color: #940389; }
a { background-color: rgb(148,3,137); }
div.DivClassName
{
background-color: #940389;
}
.BgClassName
{
background-color: #940389;
}
</style>
border-color css
<style>
span { border-color: #940389; }
span { border-color: rgb(148,3,137); }
td.TdClassName
{
border-color: #940389;
}
.TagClassName
{
border-color: #940389;
}
</style>