Shades of Dark Magenta #941291
Tints of Dark Magenta #941291
RGB
CMYK
RGB Variations
Color information
#941291 (or 0x941291) is known color: Dark Magenta. HEX triplet: 94, 12 and 91. RGB value is (148,18,145). Sum of RGB (Red+Green+Blue) = 148+18+145=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #941291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941291 is #6BED6E. Grayscale: #464646. Windows color (decimal): -7073135 or 9507476. OLE color: 9507476.
HSL color Cylindrical-coordinate representation of color #941291: hue angle of 301.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941291 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 145 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.42 |
| HSL | 301.38º | 0.78% | 0.33% | - |
| HSV(B) | 301.38º | 0.88% | 0.58% | - |
| XYZ | 17.54 | 8.77 | 27.56 | - |
| YUV | 71.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 145 | 0 | 0.88 | 0.02 | 0.42 | 301.38 | 0.78 | 0.33 |
| Hex | 94 | 12 | 91 | 0 | 58 | 2 | 2A | 12D | 4E | 21 |
| Octal | 224 | 22 | 221 | 0 | 130 | 2 | 52 | 455 | 116 | 41 |
| Binary | 10010100 | 10010 | 10010001 | 0 | 1011000 | 10 | 101010 | 100101101 | 1001110 | 100001 |
Color Harmonies of #941291
Complementary color
Monochromatic Colors of #941291
Black with #941291
Text Example
Text Example
White with #941291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941291; }
p { color: rgb(148,18,145); }
H1.HeaderClassName
{
color: #941291;
}
.AnyTagClassName
{
color: #941291;
}
</style>
background-color css
<style>
a { background-color: #941291; }
a { background-color: rgb(148,18,145); }
div.DivClassName
{
background-color: #941291;
}
.BgClassName
{
background-color: #941291;
}
</style>
border-color css
<style>
span { border-color: #941291; }
span { border-color: rgb(148,18,145); }
td.TdClassName
{
border-color: #941291;
}
.TagClassName
{
border-color: #941291;
}
</style>