Shades of Dark Magenta #94038D
Tints of Dark Magenta #94038D
RGB
CMYK
RGB Variations
Color information
#94038D (or 0x94038D) is known color: Dark Magenta. HEX triplet: 94, 03 and 8D. RGB value is (148,3,141). Sum of RGB (Red+Green+Blue) = 148+3+141=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94038D is #6BFC72. Grayscale: #3D3D3D. Windows color (decimal): -7076979 or 9241492. OLE color: 9241492.
HSL color Cylindrical-coordinate representation of color #94038D: hue angle of 302.9º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94038D is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 141 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.42 |
| HSL | 302.9º | 0.96% | 0.3% | - |
| HSV(B) | 302.9º | 0.98% | 0.58% | - |
| XYZ | 17.05 | 8.28 | 25.9 | - |
| YUV | 62.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 141 | 0 | 0.98 | 0.05 | 0.42 | 302.9 | 0.96 | 0.3 |
| Hex | 94 | 3 | 8D | 0 | 62 | 5 | 2A | 12F | 60 | 1E |
| Octal | 224 | 3 | 215 | 0 | 142 | 5 | 52 | 457 | 140 | 36 |
| Binary | 10010100 | 11 | 10001101 | 0 | 1100010 | 101 | 101010 | 100101111 | 1100000 | 11110 |
Color Harmonies of #94038D
Complementary color
Monochromatic Colors of #94038D
Black with #94038D
Text Example
Text Example
White with #94038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94038D; }
p { color: rgb(148,3,141); }
H1.HeaderClassName
{
color: #94038D;
}
.AnyTagClassName
{
color: #94038D;
}
</style>
background-color css
<style>
a { background-color: #94038D; }
a { background-color: rgb(148,3,141); }
div.DivClassName
{
background-color: #94038D;
}
.BgClassName
{
background-color: #94038D;
}
</style>
border-color css
<style>
span { border-color: #94038D; }
span { border-color: rgb(148,3,141); }
td.TdClassName
{
border-color: #94038D;
}
.TagClassName
{
border-color: #94038D;
}
</style>