Shades of Dark Magenta #990194
Tints of Dark Magenta #990194
RGB
CMYK
RGB Variations
Color information
#990194 (or 0x990194) is known color: Dark Magenta. HEX triplet: 99, 01 and 94. RGB value is (153,1,148). Sum of RGB (Red+Green+Blue) = 153+1+148=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #990194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990194 is #66FE6B. Grayscale: #3E3E3E. Windows color (decimal): -6749804 or 9699737. OLE color: 9699737.
HSL color Cylindrical-coordinate representation of color #990194: hue angle of 301.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990194 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.4 |
| HSL | 301.97º | 0.99% | 0.3% | - |
| HSV(B) | 301.97º | 0.99% | 0.6% | - |
| XYZ | 18.49 | 8.93 | 28.77 | - |
| YUV | 63.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 148 | 0 | 0.99 | 0.03 | 0.4 | 301.97 | 0.99 | 0.3 |
| Hex | 99 | 1 | 94 | 0 | 63 | 3 | 28 | 12E | 63 | 1E |
| Octal | 231 | 1 | 224 | 0 | 143 | 3 | 50 | 456 | 143 | 36 |
| Binary | 10011001 | 1 | 10010100 | 0 | 1100011 | 11 | 101000 | 100101110 | 1100011 | 11110 |
Color Harmonies of #990194
Complementary color
Monochromatic Colors of #990194
Black with #990194
Text Example
Text Example
White with #990194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990194; }
p { color: rgb(153,1,148); }
H1.HeaderClassName
{
color: #990194;
}
.AnyTagClassName
{
color: #990194;
}
</style>
background-color css
<style>
a { background-color: #990194; }
a { background-color: rgb(153,1,148); }
div.DivClassName
{
background-color: #990194;
}
.BgClassName
{
background-color: #990194;
}
</style>
border-color css
<style>
span { border-color: #990194; }
span { border-color: rgb(153,1,148); }
td.TdClassName
{
border-color: #990194;
}
.TagClassName
{
border-color: #990194;
}
</style>