Shades of Dark Magenta #94077F
Tints of Dark Magenta #94077F
RGB
CMYK
RGB Variations
Color information
#94077F (or 0x94077F) is known color: Dark Magenta. HEX triplet: 94, 07 and 7F. RGB value is (148,7,127). Sum of RGB (Red+Green+Blue) = 148+7+127=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94077F is #6BF880. Grayscale: #3E3E3E. Windows color (decimal): -7075969 or 8325012. OLE color: 8325012.
HSL color Cylindrical-coordinate representation of color #94077F: hue angle of 308.94º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94077F is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.42 |
| HSL | 308.94º | 0.91% | 0.3% | - |
| HSV(B) | 308.94º | 0.95% | 0.58% | - |
| XYZ | 16.12 | 7.98 | 20.77 | - |
| YUV | 62.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 127 | 0 | 0.95 | 0.14 | 0.42 | 308.94 | 0.91 | 0.3 |
| Hex | 94 | 7 | 7F | 0 | 5F | E | 2A | 135 | 5B | 1E |
| Octal | 224 | 7 | 177 | 0 | 137 | 16 | 52 | 465 | 133 | 36 |
| Binary | 10010100 | 111 | 1111111 | 0 | 1011111 | 1110 | 101010 | 100110101 | 1011011 | 11110 |
Color Harmonies of #94077F
Complementary color
Monochromatic Colors of #94077F
Black with #94077F
Text Example
Text Example
White with #94077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94077F; }
p { color: rgb(148,7,127); }
H1.HeaderClassName
{
color: #94077F;
}
.AnyTagClassName
{
color: #94077F;
}
</style>
background-color css
<style>
a { background-color: #94077F; }
a { background-color: rgb(148,7,127); }
div.DivClassName
{
background-color: #94077F;
}
.BgClassName
{
background-color: #94077F;
}
</style>
border-color css
<style>
span { border-color: #94077F; }
span { border-color: rgb(148,7,127); }
td.TdClassName
{
border-color: #94077F;
}
.TagClassName
{
border-color: #94077F;
}
</style>