Shades of Dark Magenta #90088C
Tints of Dark Magenta #90088C
RGB
CMYK
RGB Variations
Color information
#90088C (or 0x90088C) is known color: Dark Magenta. HEX triplet: 90, 08 and 8C. RGB value is (144,8,140). Sum of RGB (Red+Green+Blue) = 144+8+140=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90088C is #6FF773. Grayscale: #3F3F3F. Windows color (decimal): -7337844 or 9177232. OLE color: 9177232.
HSL color Cylindrical-coordinate representation of color #90088C: hue angle of 301.76º 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 #90088C is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 140 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.44 |
| HSL | 301.76º | 0.89% | 0.3% | - |
| HSV(B) | 301.76º | 0.94% | 0.56% | - |
| XYZ | 16.32 | 8 | 25.49 | - |
| YUV | 63.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 140 | 0 | 0.94 | 0.03 | 0.44 | 301.76 | 0.89 | 0.3 |
| Hex | 90 | 8 | 8C | 0 | 5E | 3 | 2C | 12E | 59 | 1E |
| Octal | 220 | 10 | 214 | 0 | 136 | 3 | 54 | 456 | 131 | 36 |
| Binary | 10010000 | 1000 | 10001100 | 0 | 1011110 | 11 | 101100 | 100101110 | 1011001 | 11110 |
Color Harmonies of #90088C
Complementary color
Monochromatic Colors of #90088C
Black with #90088C
Text Example
Text Example
White with #90088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90088C; }
p { color: rgb(144,8,140); }
H1.HeaderClassName
{
color: #90088C;
}
.AnyTagClassName
{
color: #90088C;
}
</style>
background-color css
<style>
a { background-color: #90088C; }
a { background-color: rgb(144,8,140); }
div.DivClassName
{
background-color: #90088C;
}
.BgClassName
{
background-color: #90088C;
}
</style>
border-color css
<style>
span { border-color: #90088C; }
span { border-color: rgb(144,8,140); }
td.TdClassName
{
border-color: #90088C;
}
.TagClassName
{
border-color: #90088C;
}
</style>