Shades of Dark Magenta #94119B
Tints of Dark Magenta #94119B
RGB
CMYK
RGB Variations
Color information
#94119B (or 0x94119B) is known color: Dark Magenta. HEX triplet: 94, 11 and 9B. RGB value is (148,17,155). Sum of RGB (Red+Green+Blue) = 148+17+155=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #94119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94119B is #6BEE64. Grayscale: #474747. Windows color (decimal): -7073381 or 10162580. OLE color: 10162580.
HSL color Cylindrical-coordinate representation of color #94119B: hue angle of 296.96º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94119B is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 17 | 155 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.39 |
| HSL | 296.96º | 0.8% | 0.34% | - |
| HSV(B) | 296.96º | 0.89% | 0.61% | - |
| XYZ | 18.33 | 9.06 | 31.79 | - |
| YUV | 71.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 155 | 0.05 | 0.89 | 0 | 0.39 | 296.96 | 0.8 | 0.34 |
| Hex | 94 | 11 | 9B | 5 | 59 | 0 | 27 | 129 | 50 | 22 |
| Octal | 224 | 21 | 233 | 5 | 131 | 0 | 47 | 451 | 120 | 42 |
| Binary | 10010100 | 10001 | 10011011 | 101 | 1011001 | 0 | 100111 | 100101001 | 1010000 | 100010 |
Color Harmonies of #94119B
Complementary color
Monochromatic Colors of #94119B
Black with #94119B
Text Example
Text Example
White with #94119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94119B; }
p { color: rgb(148,17,155); }
H1.HeaderClassName
{
color: #94119B;
}
.AnyTagClassName
{
color: #94119B;
}
</style>
background-color css
<style>
a { background-color: #94119B; }
a { background-color: rgb(148,17,155); }
div.DivClassName
{
background-color: #94119B;
}
.BgClassName
{
background-color: #94119B;
}
</style>
border-color css
<style>
span { border-color: #94119B; }
span { border-color: rgb(148,17,155); }
td.TdClassName
{
border-color: #94119B;
}
.TagClassName
{
border-color: #94119B;
}
</style>