Shades of Dark Magenta #90008D
Tints of Dark Magenta #90008D
RGB
CMYK
RGB Variations
Color information
#90008D (or 0x90008D) is known color: Dark Magenta. HEX triplet: 90, 00 and 8D. RGB value is (144,0,141). Sum of RGB (Red+Green+Blue) = 144+0+141=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90008D is #6FFF72. Grayscale: #3A3A3A. Windows color (decimal): -7339891 or 9240720. OLE color: 9240720.
HSL color Cylindrical-coordinate representation of color #90008D: hue angle of 301.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90008D is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.02 | 0.44 |
| HSL | 301.25º | 1% | 0.28% | - |
| HSV(B) | 301.25º | 1% | 0.56% | - |
| XYZ | 16.31 | 7.85 | 25.86 | - |
| YUV | 59.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 141 | 0 | 1 | 0.02 | 0.44 | 301.25 | 1 | 0.28 |
| Hex | 90 | 0 | 8D | 0 | 64 | 2 | 2C | 12D | 64 | 1C |
| Octal | 220 | 0 | 215 | 0 | 144 | 2 | 54 | 455 | 144 | 34 |
| Binary | 10010000 | 0 | 10001101 | 0 | 1100100 | 10 | 101100 | 100101101 | 1100100 | 11100 |
Color Harmonies of #90008D
Complementary color
Monochromatic Colors of #90008D
Black with #90008D
Text Example
Text Example
White with #90008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90008D; }
p { color: rgb(144,0,141); }
H1.HeaderClassName
{
color: #90008D;
}
.AnyTagClassName
{
color: #90008D;
}
</style>
background-color css
<style>
a { background-color: #90008D; }
a { background-color: rgb(144,0,141); }
div.DivClassName
{
background-color: #90008D;
}
.BgClassName
{
background-color: #90008D;
}
</style>
border-color css
<style>
span { border-color: #90008D; }
span { border-color: rgb(144,0,141); }
td.TdClassName
{
border-color: #90008D;
}
.TagClassName
{
border-color: #90008D;
}
</style>