Shades of Dark Magenta #941591
Tints of Dark Magenta #941591
RGB
CMYK
RGB Variations
Color information
#941591 (or 0x941591) is known color: Dark Magenta. HEX triplet: 94, 15 and 91. RGB value is (148,21,145). Sum of RGB (Red+Green+Blue) = 148+21+145=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #941591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941591 is #6BEA6E. Grayscale: #484848. Windows color (decimal): -7072367 or 9508244. OLE color: 9508244.
HSL color Cylindrical-coordinate representation of color #941591: hue angle of 301.42º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941591 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 145 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.42 |
| HSL | 301.42º | 0.75% | 0.33% | - |
| HSV(B) | 301.42º | 0.86% | 0.58% | - |
| XYZ | 17.59 | 8.88 | 27.57 | - |
| YUV | 73.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 145 | 0 | 0.86 | 0.02 | 0.42 | 301.42 | 0.75 | 0.33 |
| Hex | 94 | 15 | 91 | 0 | 56 | 2 | 2A | 12D | 4B | 21 |
| Octal | 224 | 25 | 221 | 0 | 126 | 2 | 52 | 455 | 113 | 41 |
| Binary | 10010100 | 10101 | 10010001 | 0 | 1010110 | 10 | 101010 | 100101101 | 1001011 | 100001 |
Color Harmonies of #941591
Complementary color
Monochromatic Colors of #941591
Black with #941591
Text Example
Text Example
White with #941591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941591; }
p { color: rgb(148,21,145); }
H1.HeaderClassName
{
color: #941591;
}
.AnyTagClassName
{
color: #941591;
}
</style>
background-color css
<style>
a { background-color: #941591; }
a { background-color: rgb(148,21,145); }
div.DivClassName
{
background-color: #941591;
}
.BgClassName
{
background-color: #941591;
}
</style>
border-color css
<style>
span { border-color: #941591; }
span { border-color: rgb(148,21,145); }
td.TdClassName
{
border-color: #941591;
}
.TagClassName
{
border-color: #941591;
}
</style>