Shades of Dark Magenta #90119A
Tints of Dark Magenta #90119A
RGB
CMYK
RGB Variations
Color information
#90119A (or 0x90119A) is known color: Dark Magenta. HEX triplet: 90, 11 and 9A. RGB value is (144,17,154). Sum of RGB (Red+Green+Blue) = 144+17+154=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #90119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90119A is #6FEE65. Grayscale: #464646. Windows color (decimal): -7335526 or 10097040. OLE color: 10097040.
HSL color Cylindrical-coordinate representation of color #90119A: hue angle of 295.62º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90119A is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 17 | 154 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.40 |
| HSL | 295.62º | 0.8% | 0.34% | - |
| HSV(B) | 295.62º | 0.89% | 0.6% | - |
| XYZ | 17.53 | 8.66 | 31.32 | - |
| YUV | 70.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 154 | 0.06 | 0.89 | 0 | 0.40 | 295.62 | 0.8 | 0.34 |
| Hex | 90 | 11 | 9A | 6 | 59 | 0 | 28 | 128 | 50 | 22 |
| Octal | 220 | 21 | 232 | 6 | 131 | 0 | 50 | 450 | 120 | 42 |
| Binary | 10010000 | 10001 | 10011010 | 110 | 1011001 | 0 | 101000 | 100101000 | 1010000 | 100010 |
Color Harmonies of #90119A
Complementary color
Monochromatic Colors of #90119A
Black with #90119A
Text Example
Text Example
White with #90119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90119A; }
p { color: rgb(144,17,154); }
H1.HeaderClassName
{
color: #90119A;
}
.AnyTagClassName
{
color: #90119A;
}
</style>
background-color css
<style>
a { background-color: #90119A; }
a { background-color: rgb(144,17,154); }
div.DivClassName
{
background-color: #90119A;
}
.BgClassName
{
background-color: #90119A;
}
</style>
border-color css
<style>
span { border-color: #90119A; }
span { border-color: rgb(144,17,154); }
td.TdClassName
{
border-color: #90119A;
}
.TagClassName
{
border-color: #90119A;
}
</style>