Shades of Dark Magenta #94078C
Tints of Dark Magenta #94078C
RGB
CMYK
RGB Variations
Color information
#94078C (or 0x94078C) is known color: Dark Magenta. HEX triplet: 94, 07 and 8C. RGB value is (148,7,140). Sum of RGB (Red+Green+Blue) = 148+7+140=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94078C is #6BF873. Grayscale: #3F3F3F. Windows color (decimal): -7075956 or 9176980. OLE color: 9176980.
HSL color Cylindrical-coordinate representation of color #94078C: hue angle of 303.4º 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 #94078C is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 140 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.42 |
| HSL | 303.4º | 0.91% | 0.3% | - |
| HSV(B) | 303.4º | 0.95% | 0.58% | - |
| XYZ | 17.02 | 8.34 | 25.52 | - |
| YUV | 64.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 140 | 0 | 0.95 | 0.05 | 0.42 | 303.4 | 0.91 | 0.3 |
| Hex | 94 | 7 | 8C | 0 | 5F | 5 | 2A | 12F | 5B | 1E |
| Octal | 224 | 7 | 214 | 0 | 137 | 5 | 52 | 457 | 133 | 36 |
| Binary | 10010100 | 111 | 10001100 | 0 | 1011111 | 101 | 101010 | 100101111 | 1011011 | 11110 |
Color Harmonies of #94078C
Complementary color
Monochromatic Colors of #94078C
Black with #94078C
Text Example
Text Example
White with #94078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94078C; }
p { color: rgb(148,7,140); }
H1.HeaderClassName
{
color: #94078C;
}
.AnyTagClassName
{
color: #94078C;
}
</style>
background-color css
<style>
a { background-color: #94078C; }
a { background-color: rgb(148,7,140); }
div.DivClassName
{
background-color: #94078C;
}
.BgClassName
{
background-color: #94078C;
}
</style>
border-color css
<style>
span { border-color: #94078C; }
span { border-color: rgb(148,7,140); }
td.TdClassName
{
border-color: #94078C;
}
.TagClassName
{
border-color: #94078C;
}
</style>