Shades of Dark Magenta #990A82
Tints of Dark Magenta #990A82
RGB
CMYK
RGB Variations
Color information
#990A82 (or 0x990A82) is known color: Dark Magenta. HEX triplet: 99, 0A and 82. RGB value is (153,10,130). Sum of RGB (Red+Green+Blue) = 153+10+130=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #990A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990A82 is #66F57D. Grayscale: #424242. Windows color (decimal): -6747518 or 8522393. OLE color: 8522393.
HSL color Cylindrical-coordinate representation of color #990A82: hue angle of 309.65º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A82 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 130 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.4 |
| HSL | 309.65º | 0.88% | 0.32% | - |
| HSV(B) | 309.65º | 0.93% | 0.6% | - |
| XYZ | 17.27 | 8.6 | 21.87 | - |
| YUV | 66.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 130 | 0 | 0.93 | 0.15 | 0.4 | 309.65 | 0.88 | 0.32 |
| Hex | 99 | A | 82 | 0 | 5D | F | 28 | 136 | 58 | 20 |
| Octal | 231 | 12 | 202 | 0 | 135 | 17 | 50 | 466 | 130 | 40 |
| Binary | 10011001 | 1010 | 10000010 | 0 | 1011101 | 1111 | 101000 | 100110110 | 1011000 | 100000 |
Color Harmonies of #990A82
Complementary color
Monochromatic Colors of #990A82
Black with #990A82
Text Example
Text Example
White with #990A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A82; }
p { color: rgb(153,10,130); }
H1.HeaderClassName
{
color: #990A82;
}
.AnyTagClassName
{
color: #990A82;
}
</style>
background-color css
<style>
a { background-color: #990A82; }
a { background-color: rgb(153,10,130); }
div.DivClassName
{
background-color: #990A82;
}
.BgClassName
{
background-color: #990A82;
}
</style>
border-color css
<style>
span { border-color: #990A82; }
span { border-color: rgb(153,10,130); }
td.TdClassName
{
border-color: #990A82;
}
.TagClassName
{
border-color: #990A82;
}
</style>