Shades of Dark Magenta #90049B
Tints of Dark Magenta #90049B
RGB
CMYK
RGB Variations
Color information
#90049B (or 0x90049B) is known color: Dark Magenta. HEX triplet: 90, 04 and 9B. RGB value is (144,4,155). Sum of RGB (Red+Green+Blue) = 144+4+155=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #90049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90049B is #6FFB64. Grayscale: #3E3E3E. Windows color (decimal): -7338853 or 10159248. OLE color: 10159248.
HSL color Cylindrical-coordinate representation of color #90049B: hue angle of 295.63º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90049B is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 4 | 155 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.39 |
| HSL | 295.63º | 0.95% | 0.31% | - |
| HSV(B) | 295.63º | 0.97% | 0.61% | - |
| XYZ | 17.46 | 8.38 | 31.71 | - |
| YUV | 63.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 155 | 0.07 | 0.97 | 0 | 0.39 | 295.63 | 0.95 | 0.31 |
| Hex | 90 | 4 | 9B | 7 | 61 | 0 | 27 | 128 | 5F | 1F |
| Octal | 220 | 4 | 233 | 7 | 141 | 0 | 47 | 450 | 137 | 37 |
| Binary | 10010000 | 100 | 10011011 | 111 | 1100001 | 0 | 100111 | 100101000 | 1011111 | 11111 |
Color Harmonies of #90049B
Complementary color
Monochromatic Colors of #90049B
Black with #90049B
Text Example
Text Example
White with #90049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90049B; }
p { color: rgb(144,4,155); }
H1.HeaderClassName
{
color: #90049B;
}
.AnyTagClassName
{
color: #90049B;
}
</style>
background-color css
<style>
a { background-color: #90049B; }
a { background-color: rgb(144,4,155); }
div.DivClassName
{
background-color: #90049B;
}
.BgClassName
{
background-color: #90049B;
}
</style>
border-color css
<style>
span { border-color: #90049B; }
span { border-color: rgb(144,4,155); }
td.TdClassName
{
border-color: #90049B;
}
.TagClassName
{
border-color: #90049B;
}
</style>