Shades of Dark Magenta #94099C
Tints of Dark Magenta #94099C
RGB
CMYK
RGB Variations
Color information
#94099C (or 0x94099C) is known color: Dark Magenta. HEX triplet: 94, 09 and 9C. RGB value is (148,9,156). Sum of RGB (Red+Green+Blue) = 148+9+156=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #94099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94099C is #6BF663. Grayscale: #424242. Windows color (decimal): -7075428 or 10226068. OLE color: 10226068.
HSL color Cylindrical-coordinate representation of color #94099C: hue angle of 296.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94099C is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 9 | 156 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.39 |
| HSL | 296.73º | 0.89% | 0.32% | - |
| HSV(B) | 296.73º | 0.94% | 0.61% | - |
| XYZ | 18.31 | 8.89 | 32.2 | - |
| YUV | 67.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 156 | 0.05 | 0.94 | 0 | 0.39 | 296.73 | 0.89 | 0.32 |
| Hex | 94 | 9 | 9C | 5 | 5E | 0 | 27 | 129 | 59 | 20 |
| Octal | 224 | 11 | 234 | 5 | 136 | 0 | 47 | 451 | 131 | 40 |
| Binary | 10010100 | 1001 | 10011100 | 101 | 1011110 | 0 | 100111 | 100101001 | 1011001 | 100000 |
Color Harmonies of #94099C
Complementary color
Monochromatic Colors of #94099C
Black with #94099C
Text Example
Text Example
White with #94099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94099C; }
p { color: rgb(148,9,156); }
H1.HeaderClassName
{
color: #94099C;
}
.AnyTagClassName
{
color: #94099C;
}
</style>
background-color css
<style>
a { background-color: #94099C; }
a { background-color: rgb(148,9,156); }
div.DivClassName
{
background-color: #94099C;
}
.BgClassName
{
background-color: #94099C;
}
</style>
border-color css
<style>
span { border-color: #94099C; }
span { border-color: rgb(148,9,156); }
td.TdClassName
{
border-color: #94099C;
}
.TagClassName
{
border-color: #94099C;
}
</style>