Shades of Dark Magenta #940789
Tints of Dark Magenta #940789
RGB
CMYK
RGB Variations
Color information
#940789 (or 0x940789) is known color: Dark Magenta. HEX triplet: 94, 07 and 89. RGB value is (148,7,137). Sum of RGB (Red+Green+Blue) = 148+7+137=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #940789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940789 is #6BF876. Grayscale: #3F3F3F. Windows color (decimal): -7075959 or 8980372. OLE color: 8980372.
HSL color Cylindrical-coordinate representation of color #940789: hue angle of 304.68º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940789 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 137 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.42 |
| HSL | 304.68º | 0.91% | 0.3% | - |
| HSV(B) | 304.68º | 0.95% | 0.58% | - |
| XYZ | 16.8 | 8.25 | 24.37 | - |
| YUV | 63.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 137 | 0 | 0.95 | 0.07 | 0.42 | 304.68 | 0.91 | 0.3 |
| Hex | 94 | 7 | 89 | 0 | 5F | 7 | 2A | 131 | 5B | 1E |
| Octal | 224 | 7 | 211 | 0 | 137 | 7 | 52 | 461 | 133 | 36 |
| Binary | 10010100 | 111 | 10001001 | 0 | 1011111 | 111 | 101010 | 100110001 | 1011011 | 11110 |
Color Harmonies of #940789
Complementary color
Monochromatic Colors of #940789
Black with #940789
Text Example
Text Example
White with #940789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940789; }
p { color: rgb(148,7,137); }
H1.HeaderClassName
{
color: #940789;
}
.AnyTagClassName
{
color: #940789;
}
</style>
background-color css
<style>
a { background-color: #940789; }
a { background-color: rgb(148,7,137); }
div.DivClassName
{
background-color: #940789;
}
.BgClassName
{
background-color: #940789;
}
</style>
border-color css
<style>
span { border-color: #940789; }
span { border-color: rgb(148,7,137); }
td.TdClassName
{
border-color: #940789;
}
.TagClassName
{
border-color: #940789;
}
</style>