Shades of Dark Magenta #940B83
Tints of Dark Magenta #940B83
RGB
CMYK
RGB Variations
Color information
#940B83 (or 0x940B83) is known color: Dark Magenta. HEX triplet: 94, 0B and 83. RGB value is (148,11,131). Sum of RGB (Red+Green+Blue) = 148+11+131=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #940B83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940B83 is #6BF47C. Grayscale: #414141. Windows color (decimal): -7074941 or 8588180. OLE color: 8588180.
HSL color Cylindrical-coordinate representation of color #940B83: hue angle of 307.45º 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 #940B83 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 131 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.42 |
| HSL | 307.45º | 0.86% | 0.31% | - |
| HSV(B) | 307.45º | 0.93% | 0.58% | - |
| XYZ | 16.43 | 8.17 | 22.18 | - |
| YUV | 65.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 131 | 0 | 0.93 | 0.11 | 0.42 | 307.45 | 0.86 | 0.31 |
| Hex | 94 | B | 83 | 0 | 5D | B | 2A | 133 | 56 | 1F |
| Octal | 224 | 13 | 203 | 0 | 135 | 13 | 52 | 463 | 126 | 37 |
| Binary | 10010100 | 1011 | 10000011 | 0 | 1011101 | 1011 | 101010 | 100110011 | 1010110 | 11111 |
Color Harmonies of #940B83
Complementary color
Monochromatic Colors of #940B83
Black with #940B83
Text Example
Text Example
White with #940B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B83; }
p { color: rgb(148,11,131); }
H1.HeaderClassName
{
color: #940B83;
}
.AnyTagClassName
{
color: #940B83;
}
</style>
background-color css
<style>
a { background-color: #940B83; }
a { background-color: rgb(148,11,131); }
div.DivClassName
{
background-color: #940B83;
}
.BgClassName
{
background-color: #940B83;
}
</style>
border-color css
<style>
span { border-color: #940B83; }
span { border-color: rgb(148,11,131); }
td.TdClassName
{
border-color: #940B83;
}
.TagClassName
{
border-color: #940B83;
}
</style>