Shades of Dark Magenta #940987
Tints of Dark Magenta #940987
RGB
CMYK
RGB Variations
Color information
#940987 (or 0x940987) is known color: Dark Magenta. HEX triplet: 94, 09 and 87. RGB value is (148,9,135). Sum of RGB (Red+Green+Blue) = 148+9+135=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #940987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940987 is #6BF678. Grayscale: #404040. Windows color (decimal): -7075449 or 8849812. OLE color: 8849812.
HSL color Cylindrical-coordinate representation of color #940987: hue angle of 305.61º 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 #940987 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 135 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.42 |
| HSL | 305.61º | 0.89% | 0.31% | - |
| HSV(B) | 305.61º | 0.94% | 0.58% | - |
| XYZ | 16.68 | 8.24 | 23.63 | - |
| YUV | 64.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 135 | 0 | 0.94 | 0.09 | 0.42 | 305.61 | 0.89 | 0.31 |
| Hex | 94 | 9 | 87 | 0 | 5E | 9 | 2A | 132 | 59 | 1F |
| Octal | 224 | 11 | 207 | 0 | 136 | 11 | 52 | 462 | 131 | 37 |
| Binary | 10010100 | 1001 | 10000111 | 0 | 1011110 | 1001 | 101010 | 100110010 | 1011001 | 11111 |
Color Harmonies of #940987
Complementary color
Monochromatic Colors of #940987
Black with #940987
Text Example
Text Example
White with #940987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940987; }
p { color: rgb(148,9,135); }
H1.HeaderClassName
{
color: #940987;
}
.AnyTagClassName
{
color: #940987;
}
</style>
background-color css
<style>
a { background-color: #940987; }
a { background-color: rgb(148,9,135); }
div.DivClassName
{
background-color: #940987;
}
.BgClassName
{
background-color: #940987;
}
</style>
border-color css
<style>
span { border-color: #940987; }
span { border-color: rgb(148,9,135); }
td.TdClassName
{
border-color: #940987;
}
.TagClassName
{
border-color: #940987;
}
</style>