Shades of Dark Magenta #90039B
Tints of Dark Magenta #90039B
RGB
CMYK
RGB Variations
Color information
#90039B (or 0x90039B) is known color: Dark Magenta. HEX triplet: 90, 03 and 9B. RGB value is (144,3,155). Sum of RGB (Red+Green+Blue) = 144+3+155=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #90039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90039B is #6FFC64. Grayscale: #3E3E3E. Windows color (decimal): -7339109 or 10158992. OLE color: 10158992.
HSL color Cylindrical-coordinate representation of color #90039B: hue angle of 295.66º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90039B is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 3 | 155 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.39 |
| HSL | 295.66º | 0.96% | 0.31% | - |
| HSV(B) | 295.66º | 0.98% | 0.61% | - |
| XYZ | 17.45 | 8.36 | 31.7 | - |
| YUV | 62.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 155 | 0.07 | 0.98 | 0 | 0.39 | 295.66 | 0.96 | 0.31 |
| Hex | 90 | 3 | 9B | 7 | 62 | 0 | 27 | 128 | 60 | 1F |
| Octal | 220 | 3 | 233 | 7 | 142 | 0 | 47 | 450 | 140 | 37 |
| Binary | 10010000 | 11 | 10011011 | 111 | 1100010 | 0 | 100111 | 100101000 | 1100000 | 11111 |
Color Harmonies of #90039B
Complementary color
Monochromatic Colors of #90039B
Black with #90039B
Text Example
Text Example
White with #90039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90039B; }
p { color: rgb(144,3,155); }
H1.HeaderClassName
{
color: #90039B;
}
.AnyTagClassName
{
color: #90039B;
}
</style>
background-color css
<style>
a { background-color: #90039B; }
a { background-color: rgb(144,3,155); }
div.DivClassName
{
background-color: #90039B;
}
.BgClassName
{
background-color: #90039B;
}
</style>
border-color css
<style>
span { border-color: #90039B; }
span { border-color: rgb(144,3,155); }
td.TdClassName
{
border-color: #90039B;
}
.TagClassName
{
border-color: #90039B;
}
</style>