Shades of Dark Magenta #940690
Tints of Dark Magenta #940690
RGB
CMYK
RGB Variations
Color information
#940690 (or 0x940690) is known color: Dark Magenta. HEX triplet: 94, 06 and 90. RGB value is (148,6,144). Sum of RGB (Red+Green+Blue) = 148+6+144=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #940690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940690 is #6BF96F. Grayscale: #3F3F3F. Windows color (decimal): -7076208 or 9438868. OLE color: 9438868.
HSL color Cylindrical-coordinate representation of color #940690: hue angle of 301.69º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940690 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 144 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.42 |
| HSL | 301.69º | 0.92% | 0.3% | - |
| HSV(B) | 301.69º | 0.96% | 0.58% | - |
| XYZ | 17.31 | 8.44 | 27.1 | - |
| YUV | 64.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 144 | 0 | 0.96 | 0.03 | 0.42 | 301.69 | 0.92 | 0.3 |
| Hex | 94 | 6 | 90 | 0 | 60 | 3 | 2A | 12E | 5C | 1E |
| Octal | 224 | 6 | 220 | 0 | 140 | 3 | 52 | 456 | 134 | 36 |
| Binary | 10010100 | 110 | 10010000 | 0 | 1100000 | 11 | 101010 | 100101110 | 1011100 | 11110 |
Color Harmonies of #940690
Complementary color
Monochromatic Colors of #940690
Black with #940690
Text Example
Text Example
White with #940690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940690; }
p { color: rgb(148,6,144); }
H1.HeaderClassName
{
color: #940690;
}
.AnyTagClassName
{
color: #940690;
}
</style>
background-color css
<style>
a { background-color: #940690; }
a { background-color: rgb(148,6,144); }
div.DivClassName
{
background-color: #940690;
}
.BgClassName
{
background-color: #940690;
}
</style>
border-color css
<style>
span { border-color: #940690; }
span { border-color: rgb(148,6,144); }
td.TdClassName
{
border-color: #940690;
}
.TagClassName
{
border-color: #940690;
}
</style>