Shades of Dark Magenta #90199F
Tints of Dark Magenta #90199F
RGB
CMYK
RGB Variations
Color information
#90199F (or 0x90199F) is known color: Dark Magenta. HEX triplet: 90, 19 and 9F. RGB value is (144,25,159). Sum of RGB (Red+Green+Blue) = 144+25+159=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #90199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90199F is #6FE660. Grayscale: #4B4B4B. Windows color (decimal): -7333473 or 10426768. OLE color: 10426768.
HSL color Cylindrical-coordinate representation of color #90199F: hue angle of 293.28º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90199F is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 25 | 159 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.38 |
| HSL | 293.28º | 0.73% | 0.36% | - |
| HSV(B) | 293.28º | 0.84% | 0.62% | - |
| XYZ | 18.11 | 9.13 | 33.61 | - |
| YUV | 75.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 159 | 0.09 | 0.84 | 0 | 0.38 | 293.28 | 0.73 | 0.36 |
| Hex | 90 | 19 | 9F | 9 | 54 | 0 | 26 | 125 | 49 | 24 |
| Octal | 220 | 31 | 237 | 11 | 124 | 0 | 46 | 445 | 111 | 44 |
| Binary | 10010000 | 11001 | 10011111 | 1001 | 1010100 | 0 | 100110 | 100100101 | 1001001 | 100100 |
Color Harmonies of #90199F
Complementary color
Monochromatic Colors of #90199F
Black with #90199F
Text Example
Text Example
White with #90199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90199F; }
p { color: rgb(144,25,159); }
H1.HeaderClassName
{
color: #90199F;
}
.AnyTagClassName
{
color: #90199F;
}
</style>
background-color css
<style>
a { background-color: #90199F; }
a { background-color: rgb(144,25,159); }
div.DivClassName
{
background-color: #90199F;
}
.BgClassName
{
background-color: #90199F;
}
</style>
border-color css
<style>
span { border-color: #90199F; }
span { border-color: rgb(144,25,159); }
td.TdClassName
{
border-color: #90199F;
}
.TagClassName
{
border-color: #90199F;
}
</style>