Shades of Dark Magenta #94188F
Tints of Dark Magenta #94188F
RGB
CMYK
RGB Variations
Color information
#94188F (or 0x94188F) is known color: Dark Magenta. HEX triplet: 94, 18 and 8F. RGB value is (148,24,143). Sum of RGB (Red+Green+Blue) = 148+24+143=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #94188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94188F is #6BE770. Grayscale: #4A4A4A. Windows color (decimal): -7071601 or 9377940. OLE color: 9377940.
HSL color Cylindrical-coordinate representation of color #94188F: hue angle of 302.42º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94188F is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 143 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.42 |
| HSL | 302.42º | 0.72% | 0.34% | - |
| HSV(B) | 302.42º | 0.84% | 0.58% | - |
| XYZ | 17.5 | 8.93 | 26.79 | - |
| YUV | 74.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 143 | 0 | 0.84 | 0.03 | 0.42 | 302.42 | 0.72 | 0.34 |
| Hex | 94 | 18 | 8F | 0 | 54 | 3 | 2A | 12E | 48 | 22 |
| Octal | 224 | 30 | 217 | 0 | 124 | 3 | 52 | 456 | 110 | 42 |
| Binary | 10010100 | 11000 | 10001111 | 0 | 1010100 | 11 | 101010 | 100101110 | 1001000 | 100010 |
Color Harmonies of #94188F
Complementary color
Monochromatic Colors of #94188F
Black with #94188F
Text Example
Text Example
White with #94188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94188F; }
p { color: rgb(148,24,143); }
H1.HeaderClassName
{
color: #94188F;
}
.AnyTagClassName
{
color: #94188F;
}
</style>
background-color css
<style>
a { background-color: #94188F; }
a { background-color: rgb(148,24,143); }
div.DivClassName
{
background-color: #94188F;
}
.BgClassName
{
background-color: #94188F;
}
</style>
border-color css
<style>
span { border-color: #94188F; }
span { border-color: rgb(148,24,143); }
td.TdClassName
{
border-color: #94188F;
}
.TagClassName
{
border-color: #94188F;
}
</style>