Shades of Dark Magenta #940781
Tints of Dark Magenta #940781
RGB
CMYK
RGB Variations
Color information
#940781 (or 0x940781) is known color: Dark Magenta. HEX triplet: 94, 07 and 81. RGB value is (148,7,129). Sum of RGB (Red+Green+Blue) = 148+7+129=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #940781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940781 is #6BF87E. Grayscale: #3E3E3E. Windows color (decimal): -7075967 or 8456084. OLE color: 8456084.
HSL color Cylindrical-coordinate representation of color #940781: hue angle of 308.09º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940781 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 129 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.42 |
| HSL | 308.09º | 0.91% | 0.3% | - |
| HSV(B) | 308.09º | 0.95% | 0.58% | - |
| XYZ | 16.25 | 8.03 | 21.46 | - |
| YUV | 63.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 129 | 0 | 0.95 | 0.13 | 0.42 | 308.09 | 0.91 | 0.3 |
| Hex | 94 | 7 | 81 | 0 | 5F | D | 2A | 134 | 5B | 1E |
| Octal | 224 | 7 | 201 | 0 | 137 | 15 | 52 | 464 | 133 | 36 |
| Binary | 10010100 | 111 | 10000001 | 0 | 1011111 | 1101 | 101010 | 100110100 | 1011011 | 11110 |
Color Harmonies of #940781
Complementary color
Monochromatic Colors of #940781
Black with #940781
Text Example
Text Example
White with #940781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940781; }
p { color: rgb(148,7,129); }
H1.HeaderClassName
{
color: #940781;
}
.AnyTagClassName
{
color: #940781;
}
</style>
background-color css
<style>
a { background-color: #940781; }
a { background-color: rgb(148,7,129); }
div.DivClassName
{
background-color: #940781;
}
.BgClassName
{
background-color: #940781;
}
</style>
border-color css
<style>
span { border-color: #940781; }
span { border-color: rgb(148,7,129); }
td.TdClassName
{
border-color: #940781;
}
.TagClassName
{
border-color: #940781;
}
</style>