Shades of Dark Magenta #90189B
Tints of Dark Magenta #90189B
RGB
CMYK
RGB Variations
Color information
#90189B (or 0x90189B) is known color: Dark Magenta. HEX triplet: 90, 18 and 9B. RGB value is (144,24,155). Sum of RGB (Red+Green+Blue) = 144+24+155=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #90189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90189B is #6FE764. Grayscale: #4A4A4A. Windows color (decimal): -7333733 or 10164368. OLE color: 10164368.
HSL color Cylindrical-coordinate representation of color #90189B: hue angle of 294.96º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90189B is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 24 | 155 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.39 |
| HSL | 294.96º | 0.73% | 0.35% | - |
| HSV(B) | 294.96º | 0.85% | 0.61% | - |
| XYZ | 17.74 | 8.95 | 31.8 | - |
| YUV | 74.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 155 | 0.07 | 0.85 | 0 | 0.39 | 294.96 | 0.73 | 0.35 |
| Hex | 90 | 18 | 9B | 7 | 55 | 0 | 27 | 127 | 49 | 23 |
| Octal | 220 | 30 | 233 | 7 | 125 | 0 | 47 | 447 | 111 | 43 |
| Binary | 10010000 | 11000 | 10011011 | 111 | 1010101 | 0 | 100111 | 100100111 | 1001001 | 100011 |
Color Harmonies of #90189B
Complementary color
Monochromatic Colors of #90189B
Black with #90189B
Text Example
Text Example
White with #90189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90189B; }
p { color: rgb(144,24,155); }
H1.HeaderClassName
{
color: #90189B;
}
.AnyTagClassName
{
color: #90189B;
}
</style>
background-color css
<style>
a { background-color: #90189B; }
a { background-color: rgb(144,24,155); }
div.DivClassName
{
background-color: #90189B;
}
.BgClassName
{
background-color: #90189B;
}
</style>
border-color css
<style>
span { border-color: #90189B; }
span { border-color: rgb(144,24,155); }
td.TdClassName
{
border-color: #90189B;
}
.TagClassName
{
border-color: #90189B;
}
</style>