Shades of Dark Magenta #94078F
Tints of Dark Magenta #94078F
RGB
CMYK
RGB Variations
Color information
#94078F (or 0x94078F) is known color: Dark Magenta. HEX triplet: 94, 07 and 8F. RGB value is (148,7,143). Sum of RGB (Red+Green+Blue) = 148+7+143=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94078F is #6BF870. Grayscale: #404040. Windows color (decimal): -7075953 or 9373588. OLE color: 9373588.
HSL color Cylindrical-coordinate representation of color #94078F: hue angle of 302.13º 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 #94078F is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 143 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.42 |
| HSL | 302.13º | 0.91% | 0.3% | - |
| HSV(B) | 302.13º | 0.95% | 0.58% | - |
| XYZ | 17.25 | 8.43 | 26.7 | - |
| YUV | 64.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 143 | 0 | 0.95 | 0.03 | 0.42 | 302.13 | 0.91 | 0.3 |
| Hex | 94 | 7 | 8F | 0 | 5F | 3 | 2A | 12E | 5B | 1E |
| Octal | 224 | 7 | 217 | 0 | 137 | 3 | 52 | 456 | 133 | 36 |
| Binary | 10010100 | 111 | 10001111 | 0 | 1011111 | 11 | 101010 | 100101110 | 1011011 | 11110 |
Color Harmonies of #94078F
Complementary color
Monochromatic Colors of #94078F
Black with #94078F
Text Example
Text Example
White with #94078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94078F; }
p { color: rgb(148,7,143); }
H1.HeaderClassName
{
color: #94078F;
}
.AnyTagClassName
{
color: #94078F;
}
</style>
background-color css
<style>
a { background-color: #94078F; }
a { background-color: rgb(148,7,143); }
div.DivClassName
{
background-color: #94078F;
}
.BgClassName
{
background-color: #94078F;
}
</style>
border-color css
<style>
span { border-color: #94078F; }
span { border-color: rgb(148,7,143); }
td.TdClassName
{
border-color: #94078F;
}
.TagClassName
{
border-color: #94078F;
}
</style>