Shades of Dark Magenta #90099F
Tints of Dark Magenta #90099F
RGB
CMYK
RGB Variations
Color information
#90099F (or 0x90099F) is known color: Dark Magenta. HEX triplet: 90, 09 and 9F. RGB value is (144,9,159). Sum of RGB (Red+Green+Blue) = 144+9+159=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #90099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90099F is #6FF660. Grayscale: #424242. Windows color (decimal): -7337569 or 10422672. OLE color: 10422672.
HSL color Cylindrical-coordinate representation of color #90099F: hue angle of 294º 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 #90099F is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 9 | 159 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.38 |
| HSL | 294º | 0.89% | 0.33% | - |
| HSV(B) | 294º | 0.94% | 0.62% | - |
| XYZ | 17.86 | 8.63 | 33.53 | - |
| YUV | 66.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 159 | 0.09 | 0.94 | 0 | 0.38 | 294 | 0.89 | 0.33 |
| Hex | 90 | 9 | 9F | 9 | 5E | 0 | 26 | 126 | 59 | 21 |
| Octal | 220 | 11 | 237 | 11 | 136 | 0 | 46 | 446 | 131 | 41 |
| Binary | 10010000 | 1001 | 10011111 | 1001 | 1011110 | 0 | 100110 | 100100110 | 1011001 | 100001 |
Color Harmonies of #90099F
Complementary color
Monochromatic Colors of #90099F
Black with #90099F
Text Example
Text Example
White with #90099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90099F; }
p { color: rgb(144,9,159); }
H1.HeaderClassName
{
color: #90099F;
}
.AnyTagClassName
{
color: #90099F;
}
</style>
background-color css
<style>
a { background-color: #90099F; }
a { background-color: rgb(144,9,159); }
div.DivClassName
{
background-color: #90099F;
}
.BgClassName
{
background-color: #90099F;
}
</style>
border-color css
<style>
span { border-color: #90099F; }
span { border-color: rgb(144,9,159); }
td.TdClassName
{
border-color: #90099F;
}
.TagClassName
{
border-color: #90099F;
}
</style>