Shades of Dark Magenta #90158C
Tints of Dark Magenta #90158C
RGB
CMYK
RGB Variations
Color information
#90158C (or 0x90158C) is known color: Dark Magenta. HEX triplet: 90, 15 and 8C. RGB value is (144,21,140). Sum of RGB (Red+Green+Blue) = 144+21+140=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90158C is #6FEA73. Grayscale: #464646. Windows color (decimal): -7334516 or 9180560. OLE color: 9180560.
HSL color Cylindrical-coordinate representation of color #90158C: hue angle of 301.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90158C is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 140 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.44 |
| HSL | 301.95º | 0.75% | 0.32% | - |
| HSV(B) | 301.95º | 0.85% | 0.56% | - |
| XYZ | 16.5 | 8.36 | 25.55 | - |
| YUV | 71.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 140 | 0 | 0.85 | 0.03 | 0.44 | 301.95 | 0.75 | 0.32 |
| Hex | 90 | 15 | 8C | 0 | 55 | 3 | 2C | 12E | 4B | 20 |
| Octal | 220 | 25 | 214 | 0 | 125 | 3 | 54 | 456 | 113 | 40 |
| Binary | 10010000 | 10101 | 10001100 | 0 | 1010101 | 11 | 101100 | 100101110 | 1001011 | 100000 |
Color Harmonies of #90158C
Complementary color
Monochromatic Colors of #90158C
Black with #90158C
Text Example
Text Example
White with #90158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90158C; }
p { color: rgb(144,21,140); }
H1.HeaderClassName
{
color: #90158C;
}
.AnyTagClassName
{
color: #90158C;
}
</style>
background-color css
<style>
a { background-color: #90158C; }
a { background-color: rgb(144,21,140); }
div.DivClassName
{
background-color: #90158C;
}
.BgClassName
{
background-color: #90158C;
}
</style>
border-color css
<style>
span { border-color: #90158C; }
span { border-color: rgb(144,21,140); }
td.TdClassName
{
border-color: #90158C;
}
.TagClassName
{
border-color: #90158C;
}
</style>