Shades of Dark Magenta #990699
Tints of Dark Magenta #990699
RGB
CMYK
RGB Variations
Color information
#990699 (or 0x990699) is known color: Dark Magenta. HEX triplet: 99, 06 and 99. RGB value is (153,6,153). Sum of RGB (Red+Green+Blue) = 153+6+153=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #990699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990699 is #66F966. Grayscale: #424242. Windows color (decimal): -6748519 or 10028697. OLE color: 10028697.
HSL color Cylindrical-coordinate representation of color #990699: hue angle of 300º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990699 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 153 | - |
| CMYK | 0 | 0.96 | 0 | 0.4 |
| HSL | 300º | 0.92% | 0.31% | - |
| HSV(B) | 300º | 0.96% | 0.6% | - |
| XYZ | 18.95 | 9.2 | 30.91 | - |
| YUV | 66.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 153 | 0 | 0.96 | 0 | 0.4 | 300 | 0.92 | 0.31 |
| Hex | 99 | 6 | 99 | 0 | 60 | 0 | 28 | 12C | 5C | 1F |
| Octal | 231 | 6 | 231 | 0 | 140 | 0 | 50 | 454 | 134 | 37 |
| Binary | 10011001 | 110 | 10011001 | 0 | 1100000 | 0 | 101000 | 100101100 | 1011100 | 11111 |
Color Harmonies of #990699
Complementary color
Monochromatic Colors of #990699
Black with #990699
Text Example
Text Example
White with #990699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990699; }
p { color: rgb(153,6,153); }
H1.HeaderClassName
{
color: #990699;
}
.AnyTagClassName
{
color: #990699;
}
</style>
background-color css
<style>
a { background-color: #990699; }
a { background-color: rgb(153,6,153); }
div.DivClassName
{
background-color: #990699;
}
.BgClassName
{
background-color: #990699;
}
</style>
border-color css
<style>
span { border-color: #990699; }
span { border-color: rgb(153,6,153); }
td.TdClassName
{
border-color: #990699;
}
.TagClassName
{
border-color: #990699;
}
</style>