Shades of Dark Magenta #900980
Tints of Dark Magenta #900980
RGB
CMYK
RGB Variations
Color information
#900980 (or 0x900980) is known color: Dark Magenta. HEX triplet: 90, 09 and 80. RGB value is (144,9,128). Sum of RGB (Red+Green+Blue) = 144+9+128=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #900980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900980 is #6FF67F. Grayscale: #3E3E3E. Windows color (decimal): -7337600 or 8391056. OLE color: 8391056.
HSL color Cylindrical-coordinate representation of color #900980: hue angle of 307.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900980 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 128 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.44 |
| HSL | 307.11º | 0.88% | 0.3% | - |
| HSV(B) | 307.11º | 0.94% | 0.56% | - |
| XYZ | 15.5 | 7.68 | 21.09 | - |
| YUV | 62.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 128 | 0 | 0.94 | 0.11 | 0.44 | 307.11 | 0.88 | 0.3 |
| Hex | 90 | 9 | 80 | 0 | 5E | B | 2C | 133 | 58 | 1E |
| Octal | 220 | 11 | 200 | 0 | 136 | 13 | 54 | 463 | 130 | 36 |
| Binary | 10010000 | 1001 | 10000000 | 0 | 1011110 | 1011 | 101100 | 100110011 | 1011000 | 11110 |
Color Harmonies of #900980
Complementary color
Monochromatic Colors of #900980
Black with #900980
Text Example
Text Example
White with #900980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900980; }
p { color: rgb(144,9,128); }
H1.HeaderClassName
{
color: #900980;
}
.AnyTagClassName
{
color: #900980;
}
</style>
background-color css
<style>
a { background-color: #900980; }
a { background-color: rgb(144,9,128); }
div.DivClassName
{
background-color: #900980;
}
.BgClassName
{
background-color: #900980;
}
</style>
border-color css
<style>
span { border-color: #900980; }
span { border-color: rgb(144,9,128); }
td.TdClassName
{
border-color: #900980;
}
.TagClassName
{
border-color: #900980;
}
</style>