Shades of Dark Magenta #990E9C
Tints of Dark Magenta #990E9C
RGB
CMYK
RGB Variations
Color information
#990E9C (or 0x990E9C) is known color: Dark Magenta. HEX triplet: 99, 0E and 9C. RGB value is (153,14,156). Sum of RGB (Red+Green+Blue) = 153+14+156=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #990E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990E9C is #66F163. Grayscale: #474747. Windows color (decimal): -6746468 or 10227353. OLE color: 10227353.
HSL color Cylindrical-coordinate representation of color #990E9C: hue angle of 298.73º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E9C is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 14 | 156 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.39 |
| HSL | 298.73º | 0.84% | 0.33% | - |
| HSV(B) | 298.73º | 0.91% | 0.61% | - |
| XYZ | 19.29 | 9.49 | 32.27 | - |
| YUV | 71.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 156 | 0.02 | 0.91 | 0 | 0.39 | 298.73 | 0.84 | 0.33 |
| Hex | 99 | E | 9C | 2 | 5B | 0 | 27 | 12B | 54 | 21 |
| Octal | 231 | 16 | 234 | 2 | 133 | 0 | 47 | 453 | 124 | 41 |
| Binary | 10011001 | 1110 | 10011100 | 10 | 1011011 | 0 | 100111 | 100101011 | 1010100 | 100001 |
Color Harmonies of #990E9C
Complementary color
Monochromatic Colors of #990E9C
Black with #990E9C
Text Example
Text Example
White with #990E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E9C; }
p { color: rgb(153,14,156); }
H1.HeaderClassName
{
color: #990E9C;
}
.AnyTagClassName
{
color: #990E9C;
}
</style>
background-color css
<style>
a { background-color: #990E9C; }
a { background-color: rgb(153,14,156); }
div.DivClassName
{
background-color: #990E9C;
}
.BgClassName
{
background-color: #990E9C;
}
</style>
border-color css
<style>
span { border-color: #990E9C; }
span { border-color: rgb(153,14,156); }
td.TdClassName
{
border-color: #990E9C;
}
.TagClassName
{
border-color: #990E9C;
}
</style>