Shades of Dark Magenta #90159B
Tints of Dark Magenta #90159B
RGB
CMYK
RGB Variations
Color information
#90159B (or 0x90159B) is known color: Dark Magenta. HEX triplet: 90, 15 and 9B. RGB value is (144,21,155). Sum of RGB (Red+Green+Blue) = 144+21+155=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #90159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90159B is #6FEA64. Grayscale: #484848. Windows color (decimal): -7334501 or 10163600. OLE color: 10163600.
HSL color Cylindrical-coordinate representation of color #90159B: hue angle of 295.07º degrees, saturation: 0.76, 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 #90159B is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 21 | 155 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.39 |
| HSL | 295.07º | 0.76% | 0.35% | - |
| HSV(B) | 295.07º | 0.86% | 0.61% | - |
| XYZ | 17.69 | 8.83 | 31.78 | - |
| YUV | 73.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 155 | 0.07 | 0.86 | 0 | 0.39 | 295.07 | 0.76 | 0.35 |
| Hex | 90 | 15 | 9B | 7 | 56 | 0 | 27 | 127 | 4C | 23 |
| Octal | 220 | 25 | 233 | 7 | 126 | 0 | 47 | 447 | 114 | 43 |
| Binary | 10010000 | 10101 | 10011011 | 111 | 1010110 | 0 | 100111 | 100100111 | 1001100 | 100011 |
Color Harmonies of #90159B
Complementary color
Monochromatic Colors of #90159B
Black with #90159B
Text Example
Text Example
White with #90159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90159B; }
p { color: rgb(144,21,155); }
H1.HeaderClassName
{
color: #90159B;
}
.AnyTagClassName
{
color: #90159B;
}
</style>
background-color css
<style>
a { background-color: #90159B; }
a { background-color: rgb(144,21,155); }
div.DivClassName
{
background-color: #90159B;
}
.BgClassName
{
background-color: #90159B;
}
</style>
border-color css
<style>
span { border-color: #90159B; }
span { border-color: rgb(144,21,155); }
td.TdClassName
{
border-color: #90159B;
}
.TagClassName
{
border-color: #90159B;
}
</style>