Shades of Dark Magenta #90119E
Tints of Dark Magenta #90119E
RGB
CMYK
RGB Variations
Color information
#90119E (or 0x90119E) is known color: Dark Magenta. HEX triplet: 90, 11 and 9E. RGB value is (144,17,158). Sum of RGB (Red+Green+Blue) = 144+17+158=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #90119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90119E is #6FEE61. Grayscale: #464646. Windows color (decimal): -7335522 or 10359184. OLE color: 10359184.
HSL color Cylindrical-coordinate representation of color #90119E: hue angle of 294.04º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90119E is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 17 | 158 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.38 |
| HSL | 294.04º | 0.81% | 0.34% | - |
| HSV(B) | 294.04º | 0.89% | 0.62% | - |
| XYZ | 17.87 | 8.8 | 33.1 | - |
| YUV | 71.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 158 | 0.09 | 0.89 | 0 | 0.38 | 294.04 | 0.81 | 0.34 |
| Hex | 90 | 11 | 9E | 9 | 59 | 0 | 26 | 126 | 51 | 22 |
| Octal | 220 | 21 | 236 | 11 | 131 | 0 | 46 | 446 | 121 | 42 |
| Binary | 10010000 | 10001 | 10011110 | 1001 | 1011001 | 0 | 100110 | 100100110 | 1010001 | 100010 |
Color Harmonies of #90119E
Complementary color
Monochromatic Colors of #90119E
Black with #90119E
Text Example
Text Example
White with #90119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90119E; }
p { color: rgb(144,17,158); }
H1.HeaderClassName
{
color: #90119E;
}
.AnyTagClassName
{
color: #90119E;
}
</style>
background-color css
<style>
a { background-color: #90119E; }
a { background-color: rgb(144,17,158); }
div.DivClassName
{
background-color: #90119E;
}
.BgClassName
{
background-color: #90119E;
}
</style>
border-color css
<style>
span { border-color: #90119E; }
span { border-color: rgb(144,17,158); }
td.TdClassName
{
border-color: #90119E;
}
.TagClassName
{
border-color: #90119E;
}
</style>