Shades of Dark Magenta #990380
Tints of Dark Magenta #990380
RGB
CMYK
RGB Variations
Color information
#990380 (or 0x990380) is known color: Dark Magenta. HEX triplet: 99, 03 and 80. RGB value is (153,3,128). Sum of RGB (Red+Green+Blue) = 153+3+128=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #990380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990380 is #66FC7F. Grayscale: #3D3D3D. Windows color (decimal): -6749312 or 8389529. OLE color: 8389529.
HSL color Cylindrical-coordinate representation of color #990380: hue angle of 310º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990380 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.4 |
| HSL | 310º | 0.96% | 0.31% | - |
| HSV(B) | 310º | 0.98% | 0.6% | - |
| XYZ | 17.07 | 8.4 | 21.14 | - |
| YUV | 62.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 128 | 0 | 0.98 | 0.16 | 0.4 | 310 | 0.96 | 0.31 |
| Hex | 99 | 3 | 80 | 0 | 62 | 10 | 28 | 136 | 60 | 1F |
| Octal | 231 | 3 | 200 | 0 | 142 | 20 | 50 | 466 | 140 | 37 |
| Binary | 10011001 | 11 | 10000000 | 0 | 1100010 | 10000 | 101000 | 100110110 | 1100000 | 11111 |
Color Harmonies of #990380
Complementary color
Monochromatic Colors of #990380
Black with #990380
Text Example
Text Example
White with #990380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990380; }
p { color: rgb(153,3,128); }
H1.HeaderClassName
{
color: #990380;
}
.AnyTagClassName
{
color: #990380;
}
</style>
background-color css
<style>
a { background-color: #990380; }
a { background-color: rgb(153,3,128); }
div.DivClassName
{
background-color: #990380;
}
.BgClassName
{
background-color: #990380;
}
</style>
border-color css
<style>
span { border-color: #990380; }
span { border-color: rgb(153,3,128); }
td.TdClassName
{
border-color: #990380;
}
.TagClassName
{
border-color: #990380;
}
</style>