Shades of Dark Magenta #90168D
Tints of Dark Magenta #90168D
RGB
CMYK
RGB Variations
Color information
#90168D (or 0x90168D) is known color: Dark Magenta. HEX triplet: 90, 16 and 8D. RGB value is (144,22,141). Sum of RGB (Red+Green+Blue) = 144+22+141=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90168D is #6FE972. Grayscale: #474747. Windows color (decimal): -7334259 or 9246352. OLE color: 9246352.
HSL color Cylindrical-coordinate representation of color #90168D: hue angle of 301.48º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90168D is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 141 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.44 |
| HSL | 301.48º | 0.73% | 0.33% | - |
| HSV(B) | 301.48º | 0.85% | 0.56% | - |
| XYZ | 16.6 | 8.43 | 25.95 | - |
| YUV | 72.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 141 | 0 | 0.85 | 0.02 | 0.44 | 301.48 | 0.73 | 0.33 |
| Hex | 90 | 16 | 8D | 0 | 55 | 2 | 2C | 12D | 49 | 21 |
| Octal | 220 | 26 | 215 | 0 | 125 | 2 | 54 | 455 | 111 | 41 |
| Binary | 10010000 | 10110 | 10001101 | 0 | 1010101 | 10 | 101100 | 100101101 | 1001001 | 100001 |
Color Harmonies of #90168D
Complementary color
Monochromatic Colors of #90168D
Black with #90168D
Text Example
Text Example
White with #90168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90168D; }
p { color: rgb(144,22,141); }
H1.HeaderClassName
{
color: #90168D;
}
.AnyTagClassName
{
color: #90168D;
}
</style>
background-color css
<style>
a { background-color: #90168D; }
a { background-color: rgb(144,22,141); }
div.DivClassName
{
background-color: #90168D;
}
.BgClassName
{
background-color: #90168D;
}
</style>
border-color css
<style>
span { border-color: #90168D; }
span { border-color: rgb(144,22,141); }
td.TdClassName
{
border-color: #90168D;
}
.TagClassName
{
border-color: #90168D;
}
</style>