Shades of Dark Magenta #940F87
Tints of Dark Magenta #940F87
RGB
CMYK
RGB Variations
Color information
#940F87 (or 0x940F87) is known color: Dark Magenta. HEX triplet: 94, 0F and 87. RGB value is (148,15,135). Sum of RGB (Red+Green+Blue) = 148+15+135=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #940F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940F87 is #6BF078. Grayscale: #444444. Windows color (decimal): -7073913 or 8851348. OLE color: 8851348.
HSL color Cylindrical-coordinate representation of color #940F87: hue angle of 305.86º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F87 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 135 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.42 |
| HSL | 305.86º | 0.82% | 0.32% | - |
| HSV(B) | 305.86º | 0.9% | 0.58% | - |
| XYZ | 16.76 | 8.39 | 23.66 | - |
| YUV | 68.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 135 | 0 | 0.90 | 0.09 | 0.42 | 305.86 | 0.82 | 0.32 |
| Hex | 94 | F | 87 | 0 | 5A | 9 | 2A | 132 | 52 | 20 |
| Octal | 224 | 17 | 207 | 0 | 132 | 11 | 52 | 462 | 122 | 40 |
| Binary | 10010100 | 1111 | 10000111 | 0 | 1011010 | 1001 | 101010 | 100110010 | 1010010 | 100000 |
Color Harmonies of #940F87
Complementary color
Monochromatic Colors of #940F87
Black with #940F87
Text Example
Text Example
White with #940F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F87; }
p { color: rgb(148,15,135); }
H1.HeaderClassName
{
color: #940F87;
}
.AnyTagClassName
{
color: #940F87;
}
</style>
background-color css
<style>
a { background-color: #940F87; }
a { background-color: rgb(148,15,135); }
div.DivClassName
{
background-color: #940F87;
}
.BgClassName
{
background-color: #940F87;
}
</style>
border-color css
<style>
span { border-color: #940F87; }
span { border-color: rgb(148,15,135); }
td.TdClassName
{
border-color: #940F87;
}
.TagClassName
{
border-color: #940F87;
}
</style>