Shades of Dark Magenta #90139E
Tints of Dark Magenta #90139E
RGB
CMYK
RGB Variations
Color information
#90139E (or 0x90139E) is known color: Dark Magenta. HEX triplet: 90, 13 and 9E. RGB value is (144,19,158). Sum of RGB (Red+Green+Blue) = 144+19+158=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #90139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90139E is #6FEC61. Grayscale: #474747. Windows color (decimal): -7335010 or 10359696. OLE color: 10359696.
HSL color Cylindrical-coordinate representation of color #90139E: hue angle of 293.96º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90139E is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 19 | 158 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.38 |
| HSL | 293.96º | 0.79% | 0.35% | - |
| HSV(B) | 293.96º | 0.88% | 0.62% | - |
| XYZ | 17.91 | 8.86 | 33.11 | - |
| YUV | 72.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 158 | 0.09 | 0.88 | 0 | 0.38 | 293.96 | 0.79 | 0.35 |
| Hex | 90 | 13 | 9E | 9 | 58 | 0 | 26 | 126 | 4F | 23 |
| Octal | 220 | 23 | 236 | 11 | 130 | 0 | 46 | 446 | 117 | 43 |
| Binary | 10010000 | 10011 | 10011110 | 1001 | 1011000 | 0 | 100110 | 100100110 | 1001111 | 100011 |
Color Harmonies of #90139E
Complementary color
Monochromatic Colors of #90139E
Black with #90139E
Text Example
Text Example
White with #90139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90139E; }
p { color: rgb(144,19,158); }
H1.HeaderClassName
{
color: #90139E;
}
.AnyTagClassName
{
color: #90139E;
}
</style>
background-color css
<style>
a { background-color: #90139E; }
a { background-color: rgb(144,19,158); }
div.DivClassName
{
background-color: #90139E;
}
.BgClassName
{
background-color: #90139E;
}
</style>
border-color css
<style>
span { border-color: #90139E; }
span { border-color: rgb(144,19,158); }
td.TdClassName
{
border-color: #90139E;
}
.TagClassName
{
border-color: #90139E;
}
</style>