Shades of Dark Magenta #940081
Tints of Dark Magenta #940081
RGB
CMYK
RGB Variations
Color information
#940081 (or 0x940081) is known color: Dark Magenta. HEX triplet: 94, 00 and 81. RGB value is (148,0,129). Sum of RGB (Red+Green+Blue) = 148+0+129=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #940081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940081 is #6BFF7E. Grayscale: #3A3A3A. Windows color (decimal): -7077759 or 8454292. OLE color: 8454292.
HSL color Cylindrical-coordinate representation of color #940081: hue angle of 307.7º 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 #940081 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.13 | 0.42 |
| HSL | 307.7º | 1% | 0.29% | - |
| HSV(B) | 307.7º | 1% | 0.58% | - |
| XYZ | 16.18 | 7.88 | 21.44 | - |
| YUV | 58.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 129 | 0 | 1 | 0.13 | 0.42 | 307.7 | 1 | 0.29 |
| Hex | 94 | 0 | 81 | 0 | 64 | D | 2A | 134 | 64 | 1D |
| Octal | 224 | 0 | 201 | 0 | 144 | 15 | 52 | 464 | 144 | 35 |
| Binary | 10010100 | 0 | 10000001 | 0 | 1100100 | 1101 | 101010 | 100110100 | 1100100 | 11101 |
Color Harmonies of #940081
Complementary color
Monochromatic Colors of #940081
Black with #940081
Text Example
Text Example
White with #940081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940081; }
p { color: rgb(148,0,129); }
H1.HeaderClassName
{
color: #940081;
}
.AnyTagClassName
{
color: #940081;
}
</style>
background-color css
<style>
a { background-color: #940081; }
a { background-color: rgb(148,0,129); }
div.DivClassName
{
background-color: #940081;
}
.BgClassName
{
background-color: #940081;
}
</style>
border-color css
<style>
span { border-color: #940081; }
span { border-color: rgb(148,0,129); }
td.TdClassName
{
border-color: #940081;
}
.TagClassName
{
border-color: #940081;
}
</style>