Shades of Dark Magenta #90169B
Tints of Dark Magenta #90169B
RGB
CMYK
RGB Variations
Color information
#90169B (or 0x90169B) is known color: Dark Magenta. HEX triplet: 90, 16 and 9B. RGB value is (144,22,155). Sum of RGB (Red+Green+Blue) = 144+22+155=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #90169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90169B is #6FE964. Grayscale: #494949. Windows color (decimal): -7334245 or 10163856. OLE color: 10163856.
HSL color Cylindrical-coordinate representation of color #90169B: hue angle of 295.04º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90169B is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 22 | 155 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.39 |
| HSL | 295.04º | 0.75% | 0.35% | - |
| HSV(B) | 295.04º | 0.86% | 0.61% | - |
| XYZ | 17.7 | 8.87 | 31.79 | - |
| YUV | 73.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 155 | 0.07 | 0.86 | 0 | 0.39 | 295.04 | 0.75 | 0.35 |
| Hex | 90 | 16 | 9B | 7 | 56 | 0 | 27 | 127 | 4B | 23 |
| Octal | 220 | 26 | 233 | 7 | 126 | 0 | 47 | 447 | 113 | 43 |
| Binary | 10010000 | 10110 | 10011011 | 111 | 1010110 | 0 | 100111 | 100100111 | 1001011 | 100011 |
Color Harmonies of #90169B
Complementary color
Monochromatic Colors of #90169B
Black with #90169B
Text Example
Text Example
White with #90169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90169B; }
p { color: rgb(144,22,155); }
H1.HeaderClassName
{
color: #90169B;
}
.AnyTagClassName
{
color: #90169B;
}
</style>
background-color css
<style>
a { background-color: #90169B; }
a { background-color: rgb(144,22,155); }
div.DivClassName
{
background-color: #90169B;
}
.BgClassName
{
background-color: #90169B;
}
</style>
border-color css
<style>
span { border-color: #90169B; }
span { border-color: rgb(144,22,155); }
td.TdClassName
{
border-color: #90169B;
}
.TagClassName
{
border-color: #90169B;
}
</style>