Shades of Dark Magenta #990482
Tints of Dark Magenta #990482
RGB
CMYK
RGB Variations
Color information
#990482 (or 0x990482) is known color: Dark Magenta. HEX triplet: 99, 04 and 82. RGB value is (153,4,130). Sum of RGB (Red+Green+Blue) = 153+4+130=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #990482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990482 is #66FB7D. Grayscale: #3E3E3E. Windows color (decimal): -6749054 or 8520857. OLE color: 8520857.
HSL color Cylindrical-coordinate representation of color #990482: hue angle of 309.26º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990482 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 130 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.4 |
| HSL | 309.26º | 0.95% | 0.31% | - |
| HSV(B) | 309.26º | 0.97% | 0.6% | - |
| XYZ | 17.21 | 8.47 | 21.85 | - |
| YUV | 62.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 130 | 0 | 0.97 | 0.15 | 0.4 | 309.26 | 0.95 | 0.31 |
| Hex | 99 | 4 | 82 | 0 | 61 | F | 28 | 135 | 5F | 1F |
| Octal | 231 | 4 | 202 | 0 | 141 | 17 | 50 | 465 | 137 | 37 |
| Binary | 10011001 | 100 | 10000010 | 0 | 1100001 | 1111 | 101000 | 100110101 | 1011111 | 11111 |
Color Harmonies of #990482
Complementary color
Monochromatic Colors of #990482
Black with #990482
Text Example
Text Example
White with #990482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990482; }
p { color: rgb(153,4,130); }
H1.HeaderClassName
{
color: #990482;
}
.AnyTagClassName
{
color: #990482;
}
</style>
background-color css
<style>
a { background-color: #990482; }
a { background-color: rgb(153,4,130); }
div.DivClassName
{
background-color: #990482;
}
.BgClassName
{
background-color: #990482;
}
</style>
border-color css
<style>
span { border-color: #990482; }
span { border-color: rgb(153,4,130); }
td.TdClassName
{
border-color: #990482;
}
.TagClassName
{
border-color: #990482;
}
</style>