Shades of Dark Magenta #941394
Tints of Dark Magenta #941394
RGB
CMYK
RGB Variations
Color information
#941394 (or 0x941394) is known color: Dark Magenta. HEX triplet: 94, 13 and 94. RGB value is (148,19,148). Sum of RGB (Red+Green+Blue) = 148+19+148=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #941394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941394 is #6BEC6B. Grayscale: #474747. Windows color (decimal): -7072876 or 9704340. OLE color: 9704340.
HSL color Cylindrical-coordinate representation of color #941394: hue angle of 300º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941394 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 148 | - |
| CMYK | 0 | 0.87 | 0 | 0.42 |
| HSL | 300º | 0.77% | 0.33% | - |
| HSV(B) | 300º | 0.87% | 0.58% | - |
| XYZ | 17.79 | 8.9 | 28.8 | - |
| YUV | 72.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 148 | 0 | 0.87 | 0 | 0.42 | 300 | 0.77 | 0.33 |
| Hex | 94 | 13 | 94 | 0 | 57 | 0 | 2A | 12C | 4D | 21 |
| Octal | 224 | 23 | 224 | 0 | 127 | 0 | 52 | 454 | 115 | 41 |
| Binary | 10010100 | 10011 | 10010100 | 0 | 1010111 | 0 | 101010 | 100101100 | 1001101 | 100001 |
Color Harmonies of #941394
Complementary color
Monochromatic Colors of #941394
Black with #941394
Text Example
Text Example
White with #941394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941394; }
p { color: rgb(148,19,148); }
H1.HeaderClassName
{
color: #941394;
}
.AnyTagClassName
{
color: #941394;
}
</style>
background-color css
<style>
a { background-color: #941394; }
a { background-color: rgb(148,19,148); }
div.DivClassName
{
background-color: #941394;
}
.BgClassName
{
background-color: #941394;
}
</style>
border-color css
<style>
span { border-color: #941394; }
span { border-color: rgb(148,19,148); }
td.TdClassName
{
border-color: #941394;
}
.TagClassName
{
border-color: #941394;
}
</style>