Shades of Dark Magenta #900296
Tints of Dark Magenta #900296
RGB
CMYK
RGB Variations
Color information
#900296 (or 0x900296) is known color: Dark Magenta. HEX triplet: 90, 02 and 96. RGB value is (144,2,150). Sum of RGB (Red+Green+Blue) = 144+2+150=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #900296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900296 is #6FFD69. Grayscale: #3C3C3C. Windows color (decimal): -7339370 or 9831056. OLE color: 9831056.
HSL color Cylindrical-coordinate representation of color #900296: hue angle of 297.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900296 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 2 | 150 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.41 |
| HSL | 297.57º | 0.97% | 0.3% | - |
| HSV(B) | 297.57º | 0.99% | 0.59% | - |
| XYZ | 17.03 | 8.17 | 29.53 | - |
| YUV | 61.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 150 | 0.04 | 0.99 | 0 | 0.41 | 297.57 | 0.97 | 0.3 |
| Hex | 90 | 2 | 96 | 4 | 63 | 0 | 29 | 12A | 61 | 1E |
| Octal | 220 | 2 | 226 | 4 | 143 | 0 | 51 | 452 | 141 | 36 |
| Binary | 10010000 | 10 | 10010110 | 100 | 1100011 | 0 | 101001 | 100101010 | 1100001 | 11110 |
Color Harmonies of #900296
Complementary color
Monochromatic Colors of #900296
Black with #900296
Text Example
Text Example
White with #900296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900296; }
p { color: rgb(144,2,150); }
H1.HeaderClassName
{
color: #900296;
}
.AnyTagClassName
{
color: #900296;
}
</style>
background-color css
<style>
a { background-color: #900296; }
a { background-color: rgb(144,2,150); }
div.DivClassName
{
background-color: #900296;
}
.BgClassName
{
background-color: #900296;
}
</style>
border-color css
<style>
span { border-color: #900296; }
span { border-color: rgb(144,2,150); }
td.TdClassName
{
border-color: #900296;
}
.TagClassName
{
border-color: #900296;
}
</style>