Shades of Dark Magenta #94128C
Tints of Dark Magenta #94128C
RGB
CMYK
RGB Variations
Color information
#94128C (or 0x94128C) is known color: Dark Magenta. HEX triplet: 94, 12 and 8C. RGB value is (148,18,140). Sum of RGB (Red+Green+Blue) = 148+18+140=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94128C is #6BED73. Grayscale: #464646. Windows color (decimal): -7073140 or 9179796. OLE color: 9179796.
HSL color Cylindrical-coordinate representation of color #94128C: hue angle of 303.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94128C is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 140 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.42 |
| HSL | 303.69º | 0.78% | 0.33% | - |
| HSV(B) | 303.69º | 0.88% | 0.58% | - |
| XYZ | 17.16 | 8.62 | 25.57 | - |
| YUV | 70.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 140 | 0 | 0.88 | 0.05 | 0.42 | 303.69 | 0.78 | 0.33 |
| Hex | 94 | 12 | 8C | 0 | 58 | 5 | 2A | 130 | 4E | 21 |
| Octal | 224 | 22 | 214 | 0 | 130 | 5 | 52 | 460 | 116 | 41 |
| Binary | 10010100 | 10010 | 10001100 | 0 | 1011000 | 101 | 101010 | 100110000 | 1001110 | 100001 |
Color Harmonies of #94128C
Complementary color
Monochromatic Colors of #94128C
Black with #94128C
Text Example
Text Example
White with #94128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94128C; }
p { color: rgb(148,18,140); }
H1.HeaderClassName
{
color: #94128C;
}
.AnyTagClassName
{
color: #94128C;
}
</style>
background-color css
<style>
a { background-color: #94128C; }
a { background-color: rgb(148,18,140); }
div.DivClassName
{
background-color: #94128C;
}
.BgClassName
{
background-color: #94128C;
}
</style>
border-color css
<style>
span { border-color: #94128C; }
span { border-color: rgb(148,18,140); }
td.TdClassName
{
border-color: #94128C;
}
.TagClassName
{
border-color: #94128C;
}
</style>