Shades of Dark Magenta #990CA4
Tints of Dark Magenta #990CA4
RGB
CMYK
RGB Variations
Color information
#990CA4 (or 0x990CA4) is known color: Dark Magenta. HEX triplet: 99, 0C and A4. RGB value is (153,12,164). Sum of RGB (Red+Green+Blue) = 153+12+164=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #990CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990CA4 is #66F35B. Grayscale: #474747. Windows color (decimal): -6746972 or 10751129. OLE color: 10751129.
HSL color Cylindrical-coordinate representation of color #990CA4: hue angle of 295.66º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990CA4 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 12 | 164 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.36 |
| HSL | 295.66º | 0.86% | 0.35% | - |
| HSV(B) | 295.66º | 0.93% | 0.64% | - |
| XYZ | 19.97 | 9.72 | 35.94 | - |
| YUV | 71.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 164 | 0.07 | 0.93 | 0 | 0.36 | 295.66 | 0.86 | 0.35 |
| Hex | 99 | C | A4 | 7 | 5D | 0 | 24 | 128 | 56 | 23 |
| Octal | 231 | 14 | 244 | 7 | 135 | 0 | 44 | 450 | 126 | 43 |
| Binary | 10011001 | 1100 | 10100100 | 111 | 1011101 | 0 | 100100 | 100101000 | 1010110 | 100011 |
Color Harmonies of #990CA4
Complementary color
Monochromatic Colors of #990CA4
Black with #990CA4
Text Example
Text Example
White with #990CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CA4; }
p { color: rgb(153,12,164); }
H1.HeaderClassName
{
color: #990CA4;
}
.AnyTagClassName
{
color: #990CA4;
}
</style>
background-color css
<style>
a { background-color: #990CA4; }
a { background-color: rgb(153,12,164); }
div.DivClassName
{
background-color: #990CA4;
}
.BgClassName
{
background-color: #990CA4;
}
</style>
border-color css
<style>
span { border-color: #990CA4; }
span { border-color: rgb(153,12,164); }
td.TdClassName
{
border-color: #990CA4;
}
.TagClassName
{
border-color: #990CA4;
}
</style>