Shades of Dark Magenta #94007C
Tints of Dark Magenta #94007C
RGB
CMYK
RGB Variations
Color information
#94007C (or 0x94007C) is known color: Dark Magenta. HEX triplet: 94, 00 and 7C. RGB value is (148,0,124). Sum of RGB (Red+Green+Blue) = 148+0+124=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #94007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94007C is #6BFF83. Grayscale: #3A3A3A. Windows color (decimal): -7077764 or 8126612. OLE color: 8126612.
HSL color Cylindrical-coordinate representation of color #94007C: hue angle of 309.73º 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 #94007C is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.16 | 0.42 |
| HSL | 309.73º | 1% | 0.29% | - |
| HSV(B) | 309.73º | 1% | 0.58% | - |
| XYZ | 15.85 | 7.75 | 19.73 | - |
| YUV | 58.39 | 165.03 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 124 | 0 | 1 | 0.16 | 0.42 | 309.73 | 1 | 0.29 |
| Hex | 94 | 0 | 7C | 0 | 64 | 10 | 2A | 136 | 64 | 1D |
| Octal | 224 | 0 | 174 | 0 | 144 | 20 | 52 | 466 | 144 | 35 |
| Binary | 10010100 | 0 | 1111100 | 0 | 1100100 | 10000 | 101010 | 100110110 | 1100100 | 11101 |
Color Harmonies of #94007C
Complementary color
Monochromatic Colors of #94007C
Black with #94007C
Text Example
Text Example
White with #94007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94007C; }
p { color: rgb(148,0,124); }
H1.HeaderClassName
{
color: #94007C;
}
.AnyTagClassName
{
color: #94007C;
}
</style>
background-color css
<style>
a { background-color: #94007C; }
a { background-color: rgb(148,0,124); }
div.DivClassName
{
background-color: #94007C;
}
.BgClassName
{
background-color: #94007C;
}
</style>
border-color css
<style>
span { border-color: #94007C; }
span { border-color: rgb(148,0,124); }
td.TdClassName
{
border-color: #94007C;
}
.TagClassName
{
border-color: #94007C;
}
</style>