Shades of Dark Magenta #90098B
Tints of Dark Magenta #90098B
RGB
CMYK
RGB Variations
Color information
#90098B (or 0x90098B) is known color: Dark Magenta. HEX triplet: 90, 09 and 8B. RGB value is (144,9,139). Sum of RGB (Red+Green+Blue) = 144+9+139=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90098B is #6FF674. Grayscale: #3F3F3F. Windows color (decimal): -7337589 or 9111952. OLE color: 9111952.
HSL color Cylindrical-coordinate representation of color #90098B: hue angle of 302.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90098B is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 139 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.44 |
| HSL | 302.22º | 0.88% | 0.3% | - |
| HSV(B) | 302.22º | 0.94% | 0.56% | - |
| XYZ | 16.26 | 7.99 | 25.11 | - |
| YUV | 64.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 139 | 0 | 0.94 | 0.03 | 0.44 | 302.22 | 0.88 | 0.3 |
| Hex | 90 | 9 | 8B | 0 | 5E | 3 | 2C | 12E | 58 | 1E |
| Octal | 220 | 11 | 213 | 0 | 136 | 3 | 54 | 456 | 130 | 36 |
| Binary | 10010000 | 1001 | 10001011 | 0 | 1011110 | 11 | 101100 | 100101110 | 1011000 | 11110 |
Color Harmonies of #90098B
Complementary color
Monochromatic Colors of #90098B
Black with #90098B
Text Example
Text Example
White with #90098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90098B; }
p { color: rgb(144,9,139); }
H1.HeaderClassName
{
color: #90098B;
}
.AnyTagClassName
{
color: #90098B;
}
</style>
background-color css
<style>
a { background-color: #90098B; }
a { background-color: rgb(144,9,139); }
div.DivClassName
{
background-color: #90098B;
}
.BgClassName
{
background-color: #90098B;
}
</style>
border-color css
<style>
span { border-color: #90098B; }
span { border-color: rgb(144,9,139); }
td.TdClassName
{
border-color: #90098B;
}
.TagClassName
{
border-color: #90098B;
}
</style>