Shades of Dark Magenta #94007B
Tints of Dark Magenta #94007B
RGB
CMYK
RGB Variations
Color information
#94007B (or 0x94007B) is known color: Dark Magenta. HEX triplet: 94, 00 and 7B. RGB value is (148,0,123). Sum of RGB (Red+Green+Blue) = 148+0+123=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #94007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94007B is #6BFF84. Grayscale: #393939. Windows color (decimal): -7077765 or 8061076. OLE color: 8061076.
HSL color Cylindrical-coordinate representation of color #94007B: hue angle of 310.14º 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 #94007B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.17 | 0.42 |
| HSL | 310.14º | 1% | 0.29% | - |
| HSV(B) | 310.14º | 1% | 0.58% | - |
| XYZ | 15.79 | 7.73 | 19.4 | - |
| YUV | 58.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 123 | 0 | 1 | 0.17 | 0.42 | 310.14 | 1 | 0.29 |
| Hex | 94 | 0 | 7B | 0 | 64 | 11 | 2A | 136 | 64 | 1D |
| Octal | 224 | 0 | 173 | 0 | 144 | 21 | 52 | 466 | 144 | 35 |
| Binary | 10010100 | 0 | 1111011 | 0 | 1100100 | 10001 | 101010 | 100110110 | 1100100 | 11101 |
Color Harmonies of #94007B
Complementary color
Monochromatic Colors of #94007B
Black with #94007B
Text Example
Text Example
White with #94007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94007B; }
p { color: rgb(148,0,123); }
H1.HeaderClassName
{
color: #94007B;
}
.AnyTagClassName
{
color: #94007B;
}
</style>
background-color css
<style>
a { background-color: #94007B; }
a { background-color: rgb(148,0,123); }
div.DivClassName
{
background-color: #94007B;
}
.BgClassName
{
background-color: #94007B;
}
</style>
border-color css
<style>
span { border-color: #94007B; }
span { border-color: rgb(148,0,123); }
td.TdClassName
{
border-color: #94007B;
}
.TagClassName
{
border-color: #94007B;
}
</style>