Shades of Dark Magenta #94048C
Tints of Dark Magenta #94048C
RGB
CMYK
RGB Variations
Color information
#94048C (or 0x94048C) is known color: Dark Magenta. HEX triplet: 94, 04 and 8C. RGB value is (148,4,140). Sum of RGB (Red+Green+Blue) = 148+4+140=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94048C is #6BFB73. Grayscale: #3E3E3E. Windows color (decimal): -7076724 or 9176212. OLE color: 9176212.
HSL color Cylindrical-coordinate representation of color #94048C: hue angle of 303.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94048C is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 4 | 140 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.42 |
| HSL | 303.33º | 0.95% | 0.3% | - |
| HSV(B) | 303.33º | 0.97% | 0.58% | - |
| XYZ | 16.99 | 8.28 | 25.51 | - |
| YUV | 62.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 140 | 0 | 0.97 | 0.05 | 0.42 | 303.33 | 0.95 | 0.3 |
| Hex | 94 | 4 | 8C | 0 | 61 | 5 | 2A | 12F | 5F | 1E |
| Octal | 224 | 4 | 214 | 0 | 141 | 5 | 52 | 457 | 137 | 36 |
| Binary | 10010100 | 100 | 10001100 | 0 | 1100001 | 101 | 101010 | 100101111 | 1011111 | 11110 |
Color Harmonies of #94048C
Complementary color
Monochromatic Colors of #94048C
Black with #94048C
Text Example
Text Example
White with #94048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94048C; }
p { color: rgb(148,4,140); }
H1.HeaderClassName
{
color: #94048C;
}
.AnyTagClassName
{
color: #94048C;
}
</style>
background-color css
<style>
a { background-color: #94048C; }
a { background-color: rgb(148,4,140); }
div.DivClassName
{
background-color: #94048C;
}
.BgClassName
{
background-color: #94048C;
}
</style>
border-color css
<style>
span { border-color: #94048C; }
span { border-color: rgb(148,4,140); }
td.TdClassName
{
border-color: #94048C;
}
.TagClassName
{
border-color: #94048C;
}
</style>