Shades of Dark Magenta #941791
Tints of Dark Magenta #941791
RGB
CMYK
RGB Variations
Color information
#941791 (or 0x941791) is known color: Dark Magenta. HEX triplet: 94, 17 and 91. RGB value is (148,23,145). Sum of RGB (Red+Green+Blue) = 148+23+145=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #941791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941791 is #6BE86E. Grayscale: #494949. Windows color (decimal): -7071855 or 9508756. OLE color: 9508756.
HSL color Cylindrical-coordinate representation of color #941791: hue angle of 301.44º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941791 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 23 | 145 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.42 |
| HSL | 301.44º | 0.73% | 0.34% | - |
| HSV(B) | 301.44º | 0.84% | 0.58% | - |
| XYZ | 17.63 | 8.95 | 27.59 | - |
| YUV | 74.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 145 | 0 | 0.84 | 0.02 | 0.42 | 301.44 | 0.73 | 0.34 |
| Hex | 94 | 17 | 91 | 0 | 54 | 2 | 2A | 12D | 49 | 22 |
| Octal | 224 | 27 | 221 | 0 | 124 | 2 | 52 | 455 | 111 | 42 |
| Binary | 10010100 | 10111 | 10010001 | 0 | 1010100 | 10 | 101010 | 100101101 | 1001001 | 100010 |
Color Harmonies of #941791
Complementary color
Monochromatic Colors of #941791
Black with #941791
Text Example
Text Example
White with #941791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941791; }
p { color: rgb(148,23,145); }
H1.HeaderClassName
{
color: #941791;
}
.AnyTagClassName
{
color: #941791;
}
</style>
background-color css
<style>
a { background-color: #941791; }
a { background-color: rgb(148,23,145); }
div.DivClassName
{
background-color: #941791;
}
.BgClassName
{
background-color: #941791;
}
</style>
border-color css
<style>
span { border-color: #941791; }
span { border-color: rgb(148,23,145); }
td.TdClassName
{
border-color: #941791;
}
.TagClassName
{
border-color: #941791;
}
</style>