Shades of Dark Magenta #900285
Tints of Dark Magenta #900285
RGB
CMYK
RGB Variations
Color information
#900285 (or 0x900285) is known color: Dark Magenta. HEX triplet: 90, 02 and 85. RGB value is (144,2,133). Sum of RGB (Red+Green+Blue) = 144+2+133=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900285 is #6FFD7A. Grayscale: #3B3B3B. Windows color (decimal): -7339387 or 8716944. OLE color: 8716944.
HSL color Cylindrical-coordinate representation of color #900285: hue angle of 304.65º 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 #900285 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.44 |
| HSL | 304.65º | 0.97% | 0.29% | - |
| HSV(B) | 304.65º | 0.99% | 0.56% | - |
| XYZ | 15.76 | 7.67 | 22.84 | - |
| YUV | 59.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 133 | 0 | 0.99 | 0.08 | 0.44 | 304.65 | 0.97 | 0.29 |
| Hex | 90 | 2 | 85 | 0 | 63 | 8 | 2C | 131 | 61 | 1D |
| Octal | 220 | 2 | 205 | 0 | 143 | 10 | 54 | 461 | 141 | 35 |
| Binary | 10010000 | 10 | 10000101 | 0 | 1100011 | 1000 | 101100 | 100110001 | 1100001 | 11101 |
Color Harmonies of #900285
Complementary color
Monochromatic Colors of #900285
Black with #900285
Text Example
Text Example
White with #900285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900285; }
p { color: rgb(144,2,133); }
H1.HeaderClassName
{
color: #900285;
}
.AnyTagClassName
{
color: #900285;
}
</style>
background-color css
<style>
a { background-color: #900285; }
a { background-color: rgb(144,2,133); }
div.DivClassName
{
background-color: #900285;
}
.BgClassName
{
background-color: #900285;
}
</style>
border-color css
<style>
span { border-color: #900285; }
span { border-color: rgb(144,2,133); }
td.TdClassName
{
border-color: #900285;
}
.TagClassName
{
border-color: #900285;
}
</style>