Shades of Dark Magenta #90119F
Tints of Dark Magenta #90119F
RGB
CMYK
RGB Variations
Color information
#90119F (or 0x90119F) is known color: Dark Magenta. HEX triplet: 90, 11 and 9F. RGB value is (144,17,159). Sum of RGB (Red+Green+Blue) = 144+17+159=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #90119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90119F is #6FEE60. Grayscale: #464646. Windows color (decimal): -7335521 or 10424720. OLE color: 10424720.
HSL color Cylindrical-coordinate representation of color #90119F: hue angle of 293.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90119F is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 17 | 159 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.38 |
| HSL | 293.66º | 0.81% | 0.35% | - |
| HSV(B) | 293.66º | 0.89% | 0.62% | - |
| XYZ | 17.96 | 8.83 | 33.56 | - |
| YUV | 71.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 159 | 0.09 | 0.89 | 0 | 0.38 | 293.66 | 0.81 | 0.35 |
| Hex | 90 | 11 | 9F | 9 | 59 | 0 | 26 | 126 | 51 | 23 |
| Octal | 220 | 21 | 237 | 11 | 131 | 0 | 46 | 446 | 121 | 43 |
| Binary | 10010000 | 10001 | 10011111 | 1001 | 1011001 | 0 | 100110 | 100100110 | 1010001 | 100011 |
Color Harmonies of #90119F
Complementary color
Monochromatic Colors of #90119F
Black with #90119F
Text Example
Text Example
White with #90119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90119F; }
p { color: rgb(144,17,159); }
H1.HeaderClassName
{
color: #90119F;
}
.AnyTagClassName
{
color: #90119F;
}
</style>
background-color css
<style>
a { background-color: #90119F; }
a { background-color: rgb(144,17,159); }
div.DivClassName
{
background-color: #90119F;
}
.BgClassName
{
background-color: #90119F;
}
</style>
border-color css
<style>
span { border-color: #90119F; }
span { border-color: rgb(144,17,159); }
td.TdClassName
{
border-color: #90119F;
}
.TagClassName
{
border-color: #90119F;
}
</style>