Shades of Dark Magenta #90109F
Tints of Dark Magenta #90109F
RGB
CMYK
RGB Variations
Color information
#90109F (or 0x90109F) is known color: Dark Magenta. HEX triplet: 90, 10 and 9F. RGB value is (144,16,159). Sum of RGB (Red+Green+Blue) = 144+16+159=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #90109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90109F is #6FEF60. Grayscale: #464646. Windows color (decimal): -7335777 or 10424464. OLE color: 10424464.
HSL color Cylindrical-coordinate representation of color #90109F: hue angle of 293.71º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90109F is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 16 | 159 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.38 |
| HSL | 293.71º | 0.82% | 0.34% | - |
| HSV(B) | 293.71º | 0.9% | 0.62% | - |
| XYZ | 17.94 | 8.8 | 33.55 | - |
| YUV | 70.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 159 | 0.09 | 0.90 | 0 | 0.38 | 293.71 | 0.82 | 0.34 |
| Hex | 90 | 10 | 9F | 9 | 5A | 0 | 26 | 126 | 52 | 22 |
| Octal | 220 | 20 | 237 | 11 | 132 | 0 | 46 | 446 | 122 | 42 |
| Binary | 10010000 | 10000 | 10011111 | 1001 | 1011010 | 0 | 100110 | 100100110 | 1010010 | 100010 |
Color Harmonies of #90109F
Complementary color
Monochromatic Colors of #90109F
Black with #90109F
Text Example
Text Example
White with #90109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90109F; }
p { color: rgb(144,16,159); }
H1.HeaderClassName
{
color: #90109F;
}
.AnyTagClassName
{
color: #90109F;
}
</style>
background-color css
<style>
a { background-color: #90109F; }
a { background-color: rgb(144,16,159); }
div.DivClassName
{
background-color: #90109F;
}
.BgClassName
{
background-color: #90109F;
}
</style>
border-color css
<style>
span { border-color: #90109F; }
span { border-color: rgb(144,16,159); }
td.TdClassName
{
border-color: #90109F;
}
.TagClassName
{
border-color: #90109F;
}
</style>