Shades of Dark Magenta #900288
Tints of Dark Magenta #900288
RGB
CMYK
RGB Variations
Color information
#900288 (or 0x900288) is known color: Dark Magenta. HEX triplet: 90, 02 and 88. RGB value is (144,2,136). Sum of RGB (Red+Green+Blue) = 144+2+136=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #900288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900288 is #6FFD77. Grayscale: #3B3B3B. Windows color (decimal): -7339384 or 8913552. OLE color: 8913552.
HSL color Cylindrical-coordinate representation of color #900288: hue angle of 303.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900288 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.44 |
| HSL | 303.38º | 0.97% | 0.29% | - |
| HSV(B) | 303.38º | 0.99% | 0.56% | - |
| XYZ | 15.97 | 7.75 | 23.95 | - |
| YUV | 59.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 136 | 0 | 0.99 | 0.06 | 0.44 | 303.38 | 0.97 | 0.29 |
| Hex | 90 | 2 | 88 | 0 | 63 | 6 | 2C | 12F | 61 | 1D |
| Octal | 220 | 2 | 210 | 0 | 143 | 6 | 54 | 457 | 141 | 35 |
| Binary | 10010000 | 10 | 10001000 | 0 | 1100011 | 110 | 101100 | 100101111 | 1100001 | 11101 |
Color Harmonies of #900288
Complementary color
Monochromatic Colors of #900288
Black with #900288
Text Example
Text Example
White with #900288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900288; }
p { color: rgb(144,2,136); }
H1.HeaderClassName
{
color: #900288;
}
.AnyTagClassName
{
color: #900288;
}
</style>
background-color css
<style>
a { background-color: #900288; }
a { background-color: rgb(144,2,136); }
div.DivClassName
{
background-color: #900288;
}
.BgClassName
{
background-color: #900288;
}
</style>
border-color css
<style>
span { border-color: #900288; }
span { border-color: rgb(144,2,136); }
td.TdClassName
{
border-color: #900288;
}
.TagClassName
{
border-color: #900288;
}
</style>