Shades of Dark Magenta #90128D
Tints of Dark Magenta #90128D
RGB
CMYK
RGB Variations
Color information
#90128D (or 0x90128D) is known color: Dark Magenta. HEX triplet: 90, 12 and 8D. RGB value is (144,18,141). Sum of RGB (Red+Green+Blue) = 144+18+141=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90128D is #6FED72. Grayscale: #454545. Windows color (decimal): -7335283 or 9245328. OLE color: 9245328.
HSL color Cylindrical-coordinate representation of color #90128D: hue angle of 301.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90128D is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 141 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.44 |
| HSL | 301.43º | 0.78% | 0.32% | - |
| HSV(B) | 301.43º | 0.88% | 0.56% | - |
| XYZ | 16.53 | 8.28 | 25.93 | - |
| YUV | 69.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 141 | 0 | 0.88 | 0.02 | 0.44 | 301.43 | 0.78 | 0.32 |
| Hex | 90 | 12 | 8D | 0 | 58 | 2 | 2C | 12D | 4E | 20 |
| Octal | 220 | 22 | 215 | 0 | 130 | 2 | 54 | 455 | 116 | 40 |
| Binary | 10010000 | 10010 | 10001101 | 0 | 1011000 | 10 | 101100 | 100101101 | 1001110 | 100000 |
Color Harmonies of #90128D
Complementary color
Monochromatic Colors of #90128D
Black with #90128D
Text Example
Text Example
White with #90128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90128D; }
p { color: rgb(144,18,141); }
H1.HeaderClassName
{
color: #90128D;
}
.AnyTagClassName
{
color: #90128D;
}
</style>
background-color css
<style>
a { background-color: #90128D; }
a { background-color: rgb(144,18,141); }
div.DivClassName
{
background-color: #90128D;
}
.BgClassName
{
background-color: #90128D;
}
</style>
border-color css
<style>
span { border-color: #90128D; }
span { border-color: rgb(144,18,141); }
td.TdClassName
{
border-color: #90128D;
}
.TagClassName
{
border-color: #90128D;
}
</style>