Shades of Dark Magenta #900390
Tints of Dark Magenta #900390
RGB
CMYK
RGB Variations
Color information
#900390 (or 0x900390) is known color: Dark Magenta. HEX triplet: 90, 03 and 90. RGB value is (144,3,144). Sum of RGB (Red+Green+Blue) = 144+3+144=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #900390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900390 is #6FFC6F. Grayscale: #3C3C3C. Windows color (decimal): -7339120 or 9438096. OLE color: 9438096.
HSL color Cylindrical-coordinate representation of color #900390: hue angle of 300º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900390 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0 | 0.44 |
| HSL | 300º | 0.96% | 0.29% | - |
| HSV(B) | 300º | 0.98% | 0.56% | - |
| XYZ | 16.57 | 8.01 | 27.06 | - |
| YUV | 61.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 144 | 0 | 0.98 | 0 | 0.44 | 300 | 0.96 | 0.29 |
| Hex | 90 | 3 | 90 | 0 | 62 | 0 | 2C | 12C | 60 | 1D |
| Octal | 220 | 3 | 220 | 0 | 142 | 0 | 54 | 454 | 140 | 35 |
| Binary | 10010000 | 11 | 10010000 | 0 | 1100010 | 0 | 101100 | 100101100 | 1100000 | 11101 |
Color Harmonies of #900390
Complementary color
Monochromatic Colors of #900390
Black with #900390
Text Example
Text Example
White with #900390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900390; }
p { color: rgb(144,3,144); }
H1.HeaderClassName
{
color: #900390;
}
.AnyTagClassName
{
color: #900390;
}
</style>
background-color css
<style>
a { background-color: #900390; }
a { background-color: rgb(144,3,144); }
div.DivClassName
{
background-color: #900390;
}
.BgClassName
{
background-color: #900390;
}
</style>
border-color css
<style>
span { border-color: #900390; }
span { border-color: rgb(144,3,144); }
td.TdClassName
{
border-color: #900390;
}
.TagClassName
{
border-color: #900390;
}
</style>