Shades of Dark Magenta #90037E
Tints of Dark Magenta #90037E
RGB
CMYK
RGB Variations
Color information
#90037E (or 0x90037E) is known color: Dark Magenta. HEX triplet: 90, 03 and 7E. RGB value is (144,3,126). Sum of RGB (Red+Green+Blue) = 144+3+126=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90037E is #6FFC81. Grayscale: #3A3A3A. Windows color (decimal): -7339138 or 8258448. OLE color: 8258448.
HSL color Cylindrical-coordinate representation of color #90037E: hue angle of 307.66º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90037E is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.44 |
| HSL | 307.66º | 0.96% | 0.29% | - |
| HSV(B) | 307.66º | 0.98% | 0.56% | - |
| XYZ | 15.3 | 7.5 | 20.38 | - |
| YUV | 59.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 126 | 0 | 0.98 | 0.12 | 0.44 | 307.66 | 0.96 | 0.29 |
| Hex | 90 | 3 | 7E | 0 | 62 | C | 2C | 134 | 60 | 1D |
| Octal | 220 | 3 | 176 | 0 | 142 | 14 | 54 | 464 | 140 | 35 |
| Binary | 10010000 | 11 | 1111110 | 0 | 1100010 | 1100 | 101100 | 100110100 | 1100000 | 11101 |
Color Harmonies of #90037E
Complementary color
Monochromatic Colors of #90037E
Black with #90037E
Text Example
Text Example
White with #90037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90037E; }
p { color: rgb(144,3,126); }
H1.HeaderClassName
{
color: #90037E;
}
.AnyTagClassName
{
color: #90037E;
}
</style>
background-color css
<style>
a { background-color: #90037E; }
a { background-color: rgb(144,3,126); }
div.DivClassName
{
background-color: #90037E;
}
.BgClassName
{
background-color: #90037E;
}
</style>
border-color css
<style>
span { border-color: #90037E; }
span { border-color: rgb(144,3,126); }
td.TdClassName
{
border-color: #90037E;
}
.TagClassName
{
border-color: #90037E;
}
</style>