Shades of Dark Magenta #90199C
Tints of Dark Magenta #90199C
RGB
CMYK
RGB Variations
Color information
#90199C (or 0x90199C) is known color: Dark Magenta. HEX triplet: 90, 19 and 9C. RGB value is (144,25,156). Sum of RGB (Red+Green+Blue) = 144+25+156=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #90199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90199C is #6FE663. Grayscale: #4B4B4B. Windows color (decimal): -7333476 or 10230160. OLE color: 10230160.
HSL color Cylindrical-coordinate representation of color #90199C: hue angle of 294.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90199C is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 25 | 156 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.39 |
| HSL | 294.5º | 0.72% | 0.35% | - |
| HSV(B) | 294.5º | 0.84% | 0.61% | - |
| XYZ | 17.85 | 9.02 | 32.25 | - |
| YUV | 75.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 156 | 0.08 | 0.84 | 0 | 0.39 | 294.5 | 0.72 | 0.35 |
| Hex | 90 | 19 | 9C | 8 | 54 | 0 | 27 | 127 | 48 | 23 |
| Octal | 220 | 31 | 234 | 10 | 124 | 0 | 47 | 447 | 110 | 43 |
| Binary | 10010000 | 11001 | 10011100 | 1000 | 1010100 | 0 | 100111 | 100100111 | 1001000 | 100011 |
Color Harmonies of #90199C
Complementary color
Monochromatic Colors of #90199C
Black with #90199C
Text Example
Text Example
White with #90199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90199C; }
p { color: rgb(144,25,156); }
H1.HeaderClassName
{
color: #90199C;
}
.AnyTagClassName
{
color: #90199C;
}
</style>
background-color css
<style>
a { background-color: #90199C; }
a { background-color: rgb(144,25,156); }
div.DivClassName
{
background-color: #90199C;
}
.BgClassName
{
background-color: #90199C;
}
</style>
border-color css
<style>
span { border-color: #90199C; }
span { border-color: rgb(144,25,156); }
td.TdClassName
{
border-color: #90199C;
}
.TagClassName
{
border-color: #90199C;
}
</style>