Shades of Dark Magenta #990088
Tints of Dark Magenta #990088
RGB
CMYK
RGB Variations
Color information
#990088 (or 0x990088) is known color: Dark Magenta. HEX triplet: 99, 00 and 88. RGB value is (153,0,136). Sum of RGB (Red+Green+Blue) = 153+0+136=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #990088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990088 is #66FF77. Grayscale: #3C3C3C. Windows color (decimal): -6750072 or 8913049. OLE color: 8913049.
HSL color Cylindrical-coordinate representation of color #990088: hue angle of 306.67º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990088 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.11 | 0.4 |
| HSL | 306.67º | 1% | 0.3% | - |
| HSV(B) | 306.67º | 1% | 0.6% | - |
| XYZ | 17.58 | 8.55 | 24.02 | - |
| YUV | 61.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 136 | 0 | 1 | 0.11 | 0.4 | 306.67 | 1 | 0.3 |
| Hex | 99 | 0 | 88 | 0 | 64 | B | 28 | 133 | 64 | 1E |
| Octal | 231 | 0 | 210 | 0 | 144 | 13 | 50 | 463 | 144 | 36 |
| Binary | 10011001 | 0 | 10001000 | 0 | 1100100 | 1011 | 101000 | 100110011 | 1100100 | 11110 |
Color Harmonies of #990088
Complementary color
Monochromatic Colors of #990088
Black with #990088
Text Example
Text Example
White with #990088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990088; }
p { color: rgb(153,0,136); }
H1.HeaderClassName
{
color: #990088;
}
.AnyTagClassName
{
color: #990088;
}
</style>
background-color css
<style>
a { background-color: #990088; }
a { background-color: rgb(153,0,136); }
div.DivClassName
{
background-color: #990088;
}
.BgClassName
{
background-color: #990088;
}
</style>
border-color css
<style>
span { border-color: #990088; }
span { border-color: rgb(153,0,136); }
td.TdClassName
{
border-color: #990088;
}
.TagClassName
{
border-color: #990088;
}
</style>