Shades of Dark Magenta #940686
Tints of Dark Magenta #940686
RGB
CMYK
RGB Variations
Color information
#940686 (or 0x940686) is known color: Dark Magenta. HEX triplet: 94, 06 and 86. RGB value is (148,6,134). Sum of RGB (Red+Green+Blue) = 148+6+134=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940686 is #6BF979. Grayscale: #3E3E3E. Windows color (decimal): -7076218 or 8783508. OLE color: 8783508.
HSL color Cylindrical-coordinate representation of color #940686: hue angle of 305.92º 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 #940686 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 134 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.42 |
| HSL | 305.92º | 0.92% | 0.3% | - |
| HSV(B) | 305.92º | 0.96% | 0.58% | - |
| XYZ | 16.58 | 8.15 | 23.25 | - |
| YUV | 63.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 134 | 0 | 0.96 | 0.09 | 0.42 | 305.92 | 0.92 | 0.3 |
| Hex | 94 | 6 | 86 | 0 | 60 | 9 | 2A | 132 | 5C | 1E |
| Octal | 224 | 6 | 206 | 0 | 140 | 11 | 52 | 462 | 134 | 36 |
| Binary | 10010100 | 110 | 10000110 | 0 | 1100000 | 1001 | 101010 | 100110010 | 1011100 | 11110 |
Color Harmonies of #940686
Complementary color
Monochromatic Colors of #940686
Black with #940686
Text Example
Text Example
White with #940686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940686; }
p { color: rgb(148,6,134); }
H1.HeaderClassName
{
color: #940686;
}
.AnyTagClassName
{
color: #940686;
}
</style>
background-color css
<style>
a { background-color: #940686; }
a { background-color: rgb(148,6,134); }
div.DivClassName
{
background-color: #940686;
}
.BgClassName
{
background-color: #940686;
}
</style>
border-color css
<style>
span { border-color: #940686; }
span { border-color: rgb(148,6,134); }
td.TdClassName
{
border-color: #940686;
}
.TagClassName
{
border-color: #940686;
}
</style>