Shades of Dark Magenta #90088F
Tints of Dark Magenta #90088F
RGB
CMYK
RGB Variations
Color information
#90088F (or 0x90088F) is known color: Dark Magenta. HEX triplet: 90, 08 and 8F. RGB value is (144,8,143). Sum of RGB (Red+Green+Blue) = 144+8+143=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #90088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90088F is #6FF770. Grayscale: #3F3F3F. Windows color (decimal): -7337841 or 9373840. OLE color: 9373840.
HSL color Cylindrical-coordinate representation of color #90088F: hue angle of 300.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90088F is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 143 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.44 |
| HSL | 300.44º | 0.89% | 0.3% | - |
| HSV(B) | 300.44º | 0.94% | 0.56% | - |
| XYZ | 16.55 | 8.09 | 26.68 | - |
| YUV | 64.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 143 | 0 | 0.94 | 0.01 | 0.44 | 300.44 | 0.89 | 0.3 |
| Hex | 90 | 8 | 8F | 0 | 5E | 1 | 2C | 12C | 59 | 1E |
| Octal | 220 | 10 | 217 | 0 | 136 | 1 | 54 | 454 | 131 | 36 |
| Binary | 10010000 | 1000 | 10001111 | 0 | 1011110 | 1 | 101100 | 100101100 | 1011001 | 11110 |
Color Harmonies of #90088F
Complementary color
Monochromatic Colors of #90088F
Black with #90088F
Text Example
Text Example
White with #90088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90088F; }
p { color: rgb(144,8,143); }
H1.HeaderClassName
{
color: #90088F;
}
.AnyTagClassName
{
color: #90088F;
}
</style>
background-color css
<style>
a { background-color: #90088F; }
a { background-color: rgb(144,8,143); }
div.DivClassName
{
background-color: #90088F;
}
.BgClassName
{
background-color: #90088F;
}
</style>
border-color css
<style>
span { border-color: #90088F; }
span { border-color: rgb(144,8,143); }
td.TdClassName
{
border-color: #90088F;
}
.TagClassName
{
border-color: #90088F;
}
</style>