Shades of Dark Magenta #94008E
Tints of Dark Magenta #94008E
RGB
CMYK
RGB Variations
Color information
#94008E (or 0x94008E) is known color: Dark Magenta. HEX triplet: 94, 00 and 8E. RGB value is (148,0,142). Sum of RGB (Red+Green+Blue) = 148+0+142=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94008E is #6BFF71. Grayscale: #3C3C3C. Windows color (decimal): -7077746 or 9306260. OLE color: 9306260.
HSL color Cylindrical-coordinate representation of color #94008E: hue angle of 302.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94008E is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.04 | 0.42 |
| HSL | 302.43º | 1% | 0.29% | - |
| HSV(B) | 302.43º | 1% | 0.58% | - |
| XYZ | 17.1 | 8.25 | 26.28 | - |
| YUV | 60.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 142 | 0 | 1 | 0.04 | 0.42 | 302.43 | 1 | 0.29 |
| Hex | 94 | 0 | 8E | 0 | 64 | 4 | 2A | 12E | 64 | 1D |
| Octal | 224 | 0 | 216 | 0 | 144 | 4 | 52 | 456 | 144 | 35 |
| Binary | 10010100 | 0 | 10001110 | 0 | 1100100 | 100 | 101010 | 100101110 | 1100100 | 11101 |
Color Harmonies of #94008E
Complementary color
Monochromatic Colors of #94008E
Black with #94008E
Text Example
Text Example
White with #94008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94008E; }
p { color: rgb(148,0,142); }
H1.HeaderClassName
{
color: #94008E;
}
.AnyTagClassName
{
color: #94008E;
}
</style>
background-color css
<style>
a { background-color: #94008E; }
a { background-color: rgb(148,0,142); }
div.DivClassName
{
background-color: #94008E;
}
.BgClassName
{
background-color: #94008E;
}
</style>
border-color css
<style>
span { border-color: #94008E; }
span { border-color: rgb(148,0,142); }
td.TdClassName
{
border-color: #94008E;
}
.TagClassName
{
border-color: #94008E;
}
</style>