Shades of Dark Magenta #940B8F
Tints of Dark Magenta #940B8F
RGB
CMYK
RGB Variations
Color information
#940B8F (or 0x940B8F) is known color: Dark Magenta. HEX triplet: 94, 0B and 8F. RGB value is (148,11,143). Sum of RGB (Red+Green+Blue) = 148+11+143=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #940B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940B8F is #6BF470. Grayscale: #424242. Windows color (decimal): -7074929 or 9374612. OLE color: 9374612.
HSL color Cylindrical-coordinate representation of color #940B8F: hue angle of 302.19º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B8F is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 143 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.42 |
| HSL | 302.19º | 0.86% | 0.31% | - |
| HSV(B) | 302.19º | 0.93% | 0.58% | - |
| XYZ | 17.29 | 8.52 | 26.72 | - |
| YUV | 67.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 143 | 0 | 0.93 | 0.03 | 0.42 | 302.19 | 0.86 | 0.31 |
| Hex | 94 | B | 8F | 0 | 5D | 3 | 2A | 12E | 56 | 1F |
| Octal | 224 | 13 | 217 | 0 | 135 | 3 | 52 | 456 | 126 | 37 |
| Binary | 10010100 | 1011 | 10001111 | 0 | 1011101 | 11 | 101010 | 100101110 | 1010110 | 11111 |
Color Harmonies of #940B8F
Complementary color
Monochromatic Colors of #940B8F
Black with #940B8F
Text Example
Text Example
White with #940B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B8F; }
p { color: rgb(148,11,143); }
H1.HeaderClassName
{
color: #940B8F;
}
.AnyTagClassName
{
color: #940B8F;
}
</style>
background-color css
<style>
a { background-color: #940B8F; }
a { background-color: rgb(148,11,143); }
div.DivClassName
{
background-color: #940B8F;
}
.BgClassName
{
background-color: #940B8F;
}
</style>
border-color css
<style>
span { border-color: #940B8F; }
span { border-color: rgb(148,11,143); }
td.TdClassName
{
border-color: #940B8F;
}
.TagClassName
{
border-color: #940B8F;
}
</style>