Shades of Dark Magenta #940083
Tints of Dark Magenta #940083
RGB
CMYK
RGB Variations
Color information
#940083 (or 0x940083) is known color: Dark Magenta. HEX triplet: 94, 00 and 83. RGB value is (148,0,131). Sum of RGB (Red+Green+Blue) = 148+0+131=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #940083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940083 is #6BFF7C. Grayscale: #3A3A3A. Windows color (decimal): -7077757 or 8585364. OLE color: 8585364.
HSL color Cylindrical-coordinate representation of color #940083: hue angle of 306.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940083 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.11 | 0.42 |
| HSL | 306.89º | 1% | 0.29% | - |
| HSV(B) | 306.89º | 1% | 0.58% | - |
| XYZ | 16.31 | 7.93 | 22.14 | - |
| YUV | 59.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 131 | 0 | 1 | 0.11 | 0.42 | 306.89 | 1 | 0.29 |
| Hex | 94 | 0 | 83 | 0 | 64 | B | 2A | 133 | 64 | 1D |
| Octal | 224 | 0 | 203 | 0 | 144 | 13 | 52 | 463 | 144 | 35 |
| Binary | 10010100 | 0 | 10000011 | 0 | 1100100 | 1011 | 101010 | 100110011 | 1100100 | 11101 |
Color Harmonies of #940083
Complementary color
Monochromatic Colors of #940083
Black with #940083
Text Example
Text Example
White with #940083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940083; }
p { color: rgb(148,0,131); }
H1.HeaderClassName
{
color: #940083;
}
.AnyTagClassName
{
color: #940083;
}
</style>
background-color css
<style>
a { background-color: #940083; }
a { background-color: rgb(148,0,131); }
div.DivClassName
{
background-color: #940083;
}
.BgClassName
{
background-color: #940083;
}
</style>
border-color css
<style>
span { border-color: #940083; }
span { border-color: rgb(148,0,131); }
td.TdClassName
{
border-color: #940083;
}
.TagClassName
{
border-color: #940083;
}
</style>