Shades of Dark Magenta #90059C
Tints of Dark Magenta #90059C
RGB
CMYK
RGB Variations
Color information
#90059C (or 0x90059C) is known color: Dark Magenta. HEX triplet: 90, 05 and 9C. RGB value is (144,5,156). Sum of RGB (Red+Green+Blue) = 144+5+156=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #90059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90059C is #6FFA63. Grayscale: #3F3F3F. Windows color (decimal): -7338596 or 10225040. OLE color: 10225040.
HSL color Cylindrical-coordinate representation of color #90059C: hue angle of 295.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90059C is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 5 | 156 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.39 |
| HSL | 295.23º | 0.94% | 0.32% | - |
| HSV(B) | 295.23º | 0.97% | 0.61% | - |
| XYZ | 17.56 | 8.44 | 32.16 | - |
| YUV | 63.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 156 | 0.08 | 0.97 | 0 | 0.39 | 295.23 | 0.94 | 0.32 |
| Hex | 90 | 5 | 9C | 8 | 61 | 0 | 27 | 127 | 5E | 20 |
| Octal | 220 | 5 | 234 | 10 | 141 | 0 | 47 | 447 | 136 | 40 |
| Binary | 10010000 | 101 | 10011100 | 1000 | 1100001 | 0 | 100111 | 100100111 | 1011110 | 100000 |
Color Harmonies of #90059C
Complementary color
Monochromatic Colors of #90059C
Black with #90059C
Text Example
Text Example
White with #90059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90059C; }
p { color: rgb(144,5,156); }
H1.HeaderClassName
{
color: #90059C;
}
.AnyTagClassName
{
color: #90059C;
}
</style>
background-color css
<style>
a { background-color: #90059C; }
a { background-color: rgb(144,5,156); }
div.DivClassName
{
background-color: #90059C;
}
.BgClassName
{
background-color: #90059C;
}
</style>
border-color css
<style>
span { border-color: #90059C; }
span { border-color: rgb(144,5,156); }
td.TdClassName
{
border-color: #90059C;
}
.TagClassName
{
border-color: #90059C;
}
</style>