Shades of Dark Magenta #90047C
Tints of Dark Magenta #90047C
RGB
CMYK
RGB Variations
Color information
#90047C (or 0x90047C) is known color: Dark Magenta. HEX triplet: 90, 04 and 7C. RGB value is (144,4,124). Sum of RGB (Red+Green+Blue) = 144+4+124=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90047C is #6FFB83. Grayscale: #3B3B3B. Windows color (decimal): -7338884 or 8127632. OLE color: 8127632.
HSL color Cylindrical-coordinate representation of color #90047C: hue angle of 308.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90047C is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 124 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.44 |
| HSL | 308.57º | 0.95% | 0.29% | - |
| HSV(B) | 308.57º | 0.97% | 0.56% | - |
| XYZ | 15.18 | 7.47 | 19.71 | - |
| YUV | 59.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 124 | 0 | 0.97 | 0.14 | 0.44 | 308.57 | 0.95 | 0.29 |
| Hex | 90 | 4 | 7C | 0 | 61 | E | 2C | 135 | 5F | 1D |
| Octal | 220 | 4 | 174 | 0 | 141 | 16 | 54 | 465 | 137 | 35 |
| Binary | 10010000 | 100 | 1111100 | 0 | 1100001 | 1110 | 101100 | 100110101 | 1011111 | 11101 |
Color Harmonies of #90047C
Complementary color
Monochromatic Colors of #90047C
Black with #90047C
Text Example
Text Example
White with #90047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90047C; }
p { color: rgb(144,4,124); }
H1.HeaderClassName
{
color: #90047C;
}
.AnyTagClassName
{
color: #90047C;
}
</style>
background-color css
<style>
a { background-color: #90047C; }
a { background-color: rgb(144,4,124); }
div.DivClassName
{
background-color: #90047C;
}
.BgClassName
{
background-color: #90047C;
}
</style>
border-color css
<style>
span { border-color: #90047C; }
span { border-color: rgb(144,4,124); }
td.TdClassName
{
border-color: #90047C;
}
.TagClassName
{
border-color: #90047C;
}
</style>