Shades of Dark Magenta #941295
Tints of Dark Magenta #941295
RGB
CMYK
RGB Variations
Color information
#941295 (or 0x941295) is known color: Dark Magenta. HEX triplet: 94, 12 and 95. RGB value is (148,18,149). Sum of RGB (Red+Green+Blue) = 148+18+149=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #941295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941295 is #6BED6A. Grayscale: #474747. Windows color (decimal): -7073131 or 9769620. OLE color: 9769620.
HSL color Cylindrical-coordinate representation of color #941295: hue angle of 299.54º 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 #941295 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 149 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.42 |
| HSL | 299.54º | 0.78% | 0.33% | - |
| HSV(B) | 299.54º | 0.88% | 0.58% | - |
| XYZ | 17.85 | 8.9 | 29.21 | - |
| YUV | 71.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 149 | 0.01 | 0.88 | 0 | 0.42 | 299.54 | 0.78 | 0.33 |
| Hex | 94 | 12 | 95 | 1 | 58 | 0 | 2A | 12C | 4E | 21 |
| Octal | 224 | 22 | 225 | 1 | 130 | 0 | 52 | 454 | 116 | 41 |
| Binary | 10010100 | 10010 | 10010101 | 1 | 1011000 | 0 | 101010 | 100101100 | 1001110 | 100001 |
Color Harmonies of #941295
Complementary color
Monochromatic Colors of #941295
Black with #941295
Text Example
Text Example
White with #941295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941295; }
p { color: rgb(148,18,149); }
H1.HeaderClassName
{
color: #941295;
}
.AnyTagClassName
{
color: #941295;
}
</style>
background-color css
<style>
a { background-color: #941295; }
a { background-color: rgb(148,18,149); }
div.DivClassName
{
background-color: #941295;
}
.BgClassName
{
background-color: #941295;
}
</style>
border-color css
<style>
span { border-color: #941295; }
span { border-color: rgb(148,18,149); }
td.TdClassName
{
border-color: #941295;
}
.TagClassName
{
border-color: #941295;
}
</style>