Shades of Dark Magenta #900299
Tints of Dark Magenta #900299
RGB
CMYK
RGB Variations
Color information
#900299 (or 0x900299) is known color: Dark Magenta. HEX triplet: 90, 02 and 99. RGB value is (144,2,153). Sum of RGB (Red+Green+Blue) = 144+2+153=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #900299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900299 is #6FFD66. Grayscale: #3D3D3D. Windows color (decimal): -7339367 or 10027664. OLE color: 10027664.
HSL color Cylindrical-coordinate representation of color #900299: hue angle of 296.42º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900299 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 2 | 153 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.4 |
| HSL | 296.42º | 0.97% | 0.3% | - |
| HSV(B) | 296.42º | 0.99% | 0.6% | - |
| XYZ | 17.27 | 8.27 | 30.82 | - |
| YUV | 61.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 153 | 0.06 | 0.99 | 0 | 0.4 | 296.42 | 0.97 | 0.3 |
| Hex | 90 | 2 | 99 | 6 | 63 | 0 | 28 | 128 | 61 | 1E |
| Octal | 220 | 2 | 231 | 6 | 143 | 0 | 50 | 450 | 141 | 36 |
| Binary | 10010000 | 10 | 10011001 | 110 | 1100011 | 0 | 101000 | 100101000 | 1100001 | 11110 |
Color Harmonies of #900299
Complementary color
Monochromatic Colors of #900299
Black with #900299
Text Example
Text Example
White with #900299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900299; }
p { color: rgb(144,2,153); }
H1.HeaderClassName
{
color: #900299;
}
.AnyTagClassName
{
color: #900299;
}
</style>
background-color css
<style>
a { background-color: #900299; }
a { background-color: rgb(144,2,153); }
div.DivClassName
{
background-color: #900299;
}
.BgClassName
{
background-color: #900299;
}
</style>
border-color css
<style>
span { border-color: #900299; }
span { border-color: rgb(144,2,153); }
td.TdClassName
{
border-color: #900299;
}
.TagClassName
{
border-color: #900299;
}
</style>