Shades of Dark Magenta #94057B
Tints of Dark Magenta #94057B
RGB
CMYK
RGB Variations
Color information
#94057B (or 0x94057B) is known color: Dark Magenta. HEX triplet: 94, 05 and 7B. RGB value is (148,5,123). Sum of RGB (Red+Green+Blue) = 148+5+123=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94057B is #6BFA84. Grayscale: #3C3C3C. Windows color (decimal): -7076485 or 8062356. OLE color: 8062356.
HSL color Cylindrical-coordinate representation of color #94057B: hue angle of 310.49º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94057B is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.42 |
| HSL | 310.49º | 0.93% | 0.3% | - |
| HSV(B) | 310.49º | 0.97% | 0.58% | - |
| XYZ | 15.84 | 7.83 | 19.42 | - |
| YUV | 61.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 123 | 0 | 0.97 | 0.17 | 0.42 | 310.49 | 0.93 | 0.3 |
| Hex | 94 | 5 | 7B | 0 | 61 | 11 | 2A | 136 | 5D | 1E |
| Octal | 224 | 5 | 173 | 0 | 141 | 21 | 52 | 466 | 135 | 36 |
| Binary | 10010100 | 101 | 1111011 | 0 | 1100001 | 10001 | 101010 | 100110110 | 1011101 | 11110 |
Color Harmonies of #94057B
Complementary color
Monochromatic Colors of #94057B
Black with #94057B
Text Example
Text Example
White with #94057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94057B; }
p { color: rgb(148,5,123); }
H1.HeaderClassName
{
color: #94057B;
}
.AnyTagClassName
{
color: #94057B;
}
</style>
background-color css
<style>
a { background-color: #94057B; }
a { background-color: rgb(148,5,123); }
div.DivClassName
{
background-color: #94057B;
}
.BgClassName
{
background-color: #94057B;
}
</style>
border-color css
<style>
span { border-color: #94057B; }
span { border-color: rgb(148,5,123); }
td.TdClassName
{
border-color: #94057B;
}
.TagClassName
{
border-color: #94057B;
}
</style>