Shades of Dark Magenta #941398
Tints of Dark Magenta #941398
RGB
CMYK
RGB Variations
Color information
#941398 (or 0x941398) is known color: Dark Magenta. HEX triplet: 94, 13 and 98. RGB value is (148,19,152). Sum of RGB (Red+Green+Blue) = 148+19+152=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #941398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941398 is #6BEC67. Grayscale: #484848. Windows color (decimal): -7072872 or 9966484. OLE color: 9966484.
HSL color Cylindrical-coordinate representation of color #941398: hue angle of 298.2º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941398 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 19 | 152 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.40 |
| HSL | 298.2º | 0.78% | 0.34% | - |
| HSV(B) | 298.2º | 0.88% | 0.6% | - |
| XYZ | 18.11 | 9.03 | 30.49 | - |
| YUV | 72.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 152 | 0.03 | 0.87 | 0 | 0.40 | 298.2 | 0.78 | 0.34 |
| Hex | 94 | 13 | 98 | 3 | 57 | 0 | 28 | 12A | 4E | 22 |
| Octal | 224 | 23 | 230 | 3 | 127 | 0 | 50 | 452 | 116 | 42 |
| Binary | 10010100 | 10011 | 10011000 | 11 | 1010111 | 0 | 101000 | 100101010 | 1001110 | 100010 |
Color Harmonies of #941398
Complementary color
Monochromatic Colors of #941398
Black with #941398
Text Example
Text Example
White with #941398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941398; }
p { color: rgb(148,19,152); }
H1.HeaderClassName
{
color: #941398;
}
.AnyTagClassName
{
color: #941398;
}
</style>
background-color css
<style>
a { background-color: #941398; }
a { background-color: rgb(148,19,152); }
div.DivClassName
{
background-color: #941398;
}
.BgClassName
{
background-color: #941398;
}
</style>
border-color css
<style>
span { border-color: #941398; }
span { border-color: rgb(148,19,152); }
td.TdClassName
{
border-color: #941398;
}
.TagClassName
{
border-color: #941398;
}
</style>