Shades of Dark Magenta #90099D
Tints of Dark Magenta #90099D
RGB
CMYK
RGB Variations
Color information
#90099D (or 0x90099D) is known color: Dark Magenta. HEX triplet: 90, 09 and 9D. RGB value is (144,9,157). Sum of RGB (Red+Green+Blue) = 144+9+157=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #90099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90099D is #6FF662. Grayscale: #414141. Windows color (decimal): -7337571 or 10291600. OLE color: 10291600.
HSL color Cylindrical-coordinate representation of color #90099D: hue angle of 294.73º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90099D is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 9 | 157 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.38 |
| HSL | 294.73º | 0.89% | 0.33% | - |
| HSV(B) | 294.73º | 0.94% | 0.62% | - |
| XYZ | 17.69 | 8.56 | 32.62 | - |
| YUV | 66.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 157 | 0.08 | 0.94 | 0 | 0.38 | 294.73 | 0.89 | 0.33 |
| Hex | 90 | 9 | 9D | 8 | 5E | 0 | 26 | 127 | 59 | 21 |
| Octal | 220 | 11 | 235 | 10 | 136 | 0 | 46 | 447 | 131 | 41 |
| Binary | 10010000 | 1001 | 10011101 | 1000 | 1011110 | 0 | 100110 | 100100111 | 1011001 | 100001 |
Color Harmonies of #90099D
Complementary color
Monochromatic Colors of #90099D
Black with #90099D
Text Example
Text Example
White with #90099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90099D; }
p { color: rgb(144,9,157); }
H1.HeaderClassName
{
color: #90099D;
}
.AnyTagClassName
{
color: #90099D;
}
</style>
background-color css
<style>
a { background-color: #90099D; }
a { background-color: rgb(144,9,157); }
div.DivClassName
{
background-color: #90099D;
}
.BgClassName
{
background-color: #90099D;
}
</style>
border-color css
<style>
span { border-color: #90099D; }
span { border-color: rgb(144,9,157); }
td.TdClassName
{
border-color: #90099D;
}
.TagClassName
{
border-color: #90099D;
}
</style>