Shades of Dark Magenta #94007F
Tints of Dark Magenta #94007F
RGB
CMYK
RGB Variations
Color information
#94007F (or 0x94007F) is known color: Dark Magenta. HEX triplet: 94, 00 and 7F. RGB value is (148,0,127). Sum of RGB (Red+Green+Blue) = 148+0+127=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94007F is #6BFF80. Grayscale: #3A3A3A. Windows color (decimal): -7077761 or 8323220. OLE color: 8323220.
HSL color Cylindrical-coordinate representation of color #94007F: hue angle of 308.51º 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 #94007F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.14 | 0.42 |
| HSL | 308.51º | 1% | 0.29% | - |
| HSV(B) | 308.51º | 1% | 0.58% | - |
| XYZ | 16.04 | 7.83 | 20.74 | - |
| YUV | 58.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 127 | 0 | 1 | 0.14 | 0.42 | 308.51 | 1 | 0.29 |
| Hex | 94 | 0 | 7F | 0 | 64 | E | 2A | 135 | 64 | 1D |
| Octal | 224 | 0 | 177 | 0 | 144 | 16 | 52 | 465 | 144 | 35 |
| Binary | 10010100 | 0 | 1111111 | 0 | 1100100 | 1110 | 101010 | 100110101 | 1100100 | 11101 |
Color Harmonies of #94007F
Complementary color
Monochromatic Colors of #94007F
Black with #94007F
Text Example
Text Example
White with #94007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94007F; }
p { color: rgb(148,0,127); }
H1.HeaderClassName
{
color: #94007F;
}
.AnyTagClassName
{
color: #94007F;
}
</style>
background-color css
<style>
a { background-color: #94007F; }
a { background-color: rgb(148,0,127); }
div.DivClassName
{
background-color: #94007F;
}
.BgClassName
{
background-color: #94007F;
}
</style>
border-color css
<style>
span { border-color: #94007F; }
span { border-color: rgb(148,0,127); }
td.TdClassName
{
border-color: #94007F;
}
.TagClassName
{
border-color: #94007F;
}
</style>