Shades of Dark Magenta #90099B
Tints of Dark Magenta #90099B
RGB
CMYK
RGB Variations
Color information
#90099B (or 0x90099B) is known color: Dark Magenta. HEX triplet: 90, 09 and 9B. RGB value is (144,9,155). Sum of RGB (Red+Green+Blue) = 144+9+155=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #90099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90099B is #6FF664. Grayscale: #414141. Windows color (decimal): -7337573 or 10160528. OLE color: 10160528.
HSL color Cylindrical-coordinate representation of color #90099B: hue angle of 295.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90099B is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 9 | 155 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.39 |
| HSL | 295.48º | 0.89% | 0.32% | - |
| HSV(B) | 295.48º | 0.94% | 0.61% | - |
| XYZ | 17.52 | 8.49 | 31.73 | - |
| YUV | 66.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 155 | 0.07 | 0.94 | 0 | 0.39 | 295.48 | 0.89 | 0.32 |
| Hex | 90 | 9 | 9B | 7 | 5E | 0 | 27 | 127 | 59 | 20 |
| Octal | 220 | 11 | 233 | 7 | 136 | 0 | 47 | 447 | 131 | 40 |
| Binary | 10010000 | 1001 | 10011011 | 111 | 1011110 | 0 | 100111 | 100100111 | 1011001 | 100000 |
Color Harmonies of #90099B
Complementary color
Monochromatic Colors of #90099B
Black with #90099B
Text Example
Text Example
White with #90099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90099B; }
p { color: rgb(144,9,155); }
H1.HeaderClassName
{
color: #90099B;
}
.AnyTagClassName
{
color: #90099B;
}
</style>
background-color css
<style>
a { background-color: #90099B; }
a { background-color: rgb(144,9,155); }
div.DivClassName
{
background-color: #90099B;
}
.BgClassName
{
background-color: #90099B;
}
</style>
border-color css
<style>
span { border-color: #90099B; }
span { border-color: rgb(144,9,155); }
td.TdClassName
{
border-color: #90099B;
}
.TagClassName
{
border-color: #90099B;
}
</style>