Shades of Dark Magenta #890B90
Tints of Dark Magenta #890B90
RGB
CMYK
RGB Variations
Color information
#890B90 (or 0x890B90) is known color: Dark Magenta. HEX triplet: 89, 0B and 90. RGB value is (137,11,144). Sum of RGB (Red+Green+Blue) = 137+11+144=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #890B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B90 is #76F46F. Grayscale: #3F3F3F. Windows color (decimal): -7795824 or 9440137. OLE color: 9440137.
HSL color Cylindrical-coordinate representation of color #890B90: hue angle of 296.84º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B90 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 11 | 144 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.44 |
| HSL | 296.84º | 0.86% | 0.3% | - |
| HSV(B) | 296.84º | 0.92% | 0.56% | - |
| XYZ | 15.47 | 7.57 | 27.03 | - |
| YUV | 63.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 144 | 0.05 | 0.92 | 0 | 0.44 | 296.84 | 0.86 | 0.3 |
| Hex | 89 | B | 90 | 5 | 5C | 0 | 2C | 129 | 56 | 1E |
| Octal | 211 | 13 | 220 | 5 | 134 | 0 | 54 | 451 | 126 | 36 |
| Binary | 10001001 | 1011 | 10010000 | 101 | 1011100 | 0 | 101100 | 100101001 | 1010110 | 11110 |
Color Harmonies of #890B90
Complementary color
Monochromatic Colors of #890B90
Black with #890B90
Text Example
Text Example
White with #890B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B90; }
p { color: rgb(137,11,144); }
H1.HeaderClassName
{
color: #890B90;
}
.AnyTagClassName
{
color: #890B90;
}
</style>
background-color css
<style>
a { background-color: #890B90; }
a { background-color: rgb(137,11,144); }
div.DivClassName
{
background-color: #890B90;
}
.BgClassName
{
background-color: #890B90;
}
</style>
border-color css
<style>
span { border-color: #890B90; }
span { border-color: rgb(137,11,144); }
td.TdClassName
{
border-color: #890B90;
}
.TagClassName
{
border-color: #890B90;
}
</style>