Shades of Dark Magenta #900399
Tints of Dark Magenta #900399
RGB
CMYK
RGB Variations
Color information
#900399 (or 0x900399) is known color: Dark Magenta. HEX triplet: 90, 03 and 99. RGB value is (144,3,153). Sum of RGB (Red+Green+Blue) = 144+3+153=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #900399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900399 is #6FFC66. Grayscale: #3D3D3D. Windows color (decimal): -7339111 or 10027920. OLE color: 10027920.
HSL color Cylindrical-coordinate representation of color #900399: hue angle of 296.4º 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 #900399 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 3 | 153 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.4 |
| HSL | 296.4º | 0.96% | 0.31% | - |
| HSV(B) | 296.4º | 0.98% | 0.6% | - |
| XYZ | 17.28 | 8.29 | 30.83 | - |
| YUV | 62.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 153 | 0.06 | 0.98 | 0 | 0.4 | 296.4 | 0.96 | 0.31 |
| Hex | 90 | 3 | 99 | 6 | 62 | 0 | 28 | 128 | 60 | 1F |
| Octal | 220 | 3 | 231 | 6 | 142 | 0 | 50 | 450 | 140 | 37 |
| Binary | 10010000 | 11 | 10011001 | 110 | 1100010 | 0 | 101000 | 100101000 | 1100000 | 11111 |
Color Harmonies of #900399
Complementary color
Monochromatic Colors of #900399
Black with #900399
Text Example
Text Example
White with #900399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900399; }
p { color: rgb(144,3,153); }
H1.HeaderClassName
{
color: #900399;
}
.AnyTagClassName
{
color: #900399;
}
</style>
background-color css
<style>
a { background-color: #900399; }
a { background-color: rgb(144,3,153); }
div.DivClassName
{
background-color: #900399;
}
.BgClassName
{
background-color: #900399;
}
</style>
border-color css
<style>
span { border-color: #900399; }
span { border-color: rgb(144,3,153); }
td.TdClassName
{
border-color: #900399;
}
.TagClassName
{
border-color: #900399;
}
</style>