Shades of Dark Magenta #940E8F
Tints of Dark Magenta #940E8F
RGB
CMYK
RGB Variations
Color information
#940E8F (or 0x940E8F) is known color: Dark Magenta. HEX triplet: 94, 0E and 8F. RGB value is (148,14,143). Sum of RGB (Red+Green+Blue) = 148+14+143=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #940E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940E8F is #6BF170. Grayscale: #444444. Windows color (decimal): -7074161 or 9375380. OLE color: 9375380.
HSL color Cylindrical-coordinate representation of color #940E8F: hue angle of 302.24º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E8F is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 143 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.42 |
| HSL | 302.24º | 0.83% | 0.32% | - |
| HSV(B) | 302.24º | 0.91% | 0.58% | - |
| XYZ | 17.33 | 8.59 | 26.73 | - |
| YUV | 68.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 143 | 0 | 0.91 | 0.03 | 0.42 | 302.24 | 0.83 | 0.32 |
| Hex | 94 | E | 8F | 0 | 5B | 3 | 2A | 12E | 53 | 20 |
| Octal | 224 | 16 | 217 | 0 | 133 | 3 | 52 | 456 | 123 | 40 |
| Binary | 10010100 | 1110 | 10001111 | 0 | 1011011 | 11 | 101010 | 100101110 | 1010011 | 100000 |
Color Harmonies of #940E8F
Complementary color
Monochromatic Colors of #940E8F
Black with #940E8F
Text Example
Text Example
White with #940E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E8F; }
p { color: rgb(148,14,143); }
H1.HeaderClassName
{
color: #940E8F;
}
.AnyTagClassName
{
color: #940E8F;
}
</style>
background-color css
<style>
a { background-color: #940E8F; }
a { background-color: rgb(148,14,143); }
div.DivClassName
{
background-color: #940E8F;
}
.BgClassName
{
background-color: #940E8F;
}
</style>
border-color css
<style>
span { border-color: #940E8F; }
span { border-color: rgb(148,14,143); }
td.TdClassName
{
border-color: #940E8F;
}
.TagClassName
{
border-color: #940E8F;
}
</style>