Shades of Dark Magenta #90108F
Tints of Dark Magenta #90108F
RGB
CMYK
RGB Variations
Color information
#90108F (or 0x90108F) is known color: Dark Magenta. HEX triplet: 90, 10 and 8F. RGB value is (144,16,143). Sum of RGB (Red+Green+Blue) = 144+16+143=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90108F is #6FEF70. Grayscale: #444444. Windows color (decimal): -7335793 or 9375888. OLE color: 9375888.
HSL color Cylindrical-coordinate representation of color #90108F: hue angle of 300.47º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90108F is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 143 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.44 |
| HSL | 300.47º | 0.8% | 0.31% | - |
| HSV(B) | 300.47º | 0.89% | 0.56% | - |
| XYZ | 16.64 | 8.28 | 26.71 | - |
| YUV | 68.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 143 | 0 | 0.89 | 0.01 | 0.44 | 300.47 | 0.8 | 0.31 |
| Hex | 90 | 10 | 8F | 0 | 59 | 1 | 2C | 12C | 50 | 1F |
| Octal | 220 | 20 | 217 | 0 | 131 | 1 | 54 | 454 | 120 | 37 |
| Binary | 10010000 | 10000 | 10001111 | 0 | 1011001 | 1 | 101100 | 100101100 | 1010000 | 11111 |
Color Harmonies of #90108F
Complementary color
Monochromatic Colors of #90108F
Black with #90108F
Text Example
Text Example
White with #90108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90108F; }
p { color: rgb(144,16,143); }
H1.HeaderClassName
{
color: #90108F;
}
.AnyTagClassName
{
color: #90108F;
}
</style>
background-color css
<style>
a { background-color: #90108F; }
a { background-color: rgb(144,16,143); }
div.DivClassName
{
background-color: #90108F;
}
.BgClassName
{
background-color: #90108F;
}
</style>
border-color css
<style>
span { border-color: #90108F; }
span { border-color: rgb(144,16,143); }
td.TdClassName
{
border-color: #90108F;
}
.TagClassName
{
border-color: #90108F;
}
</style>