Shades of Dark Magenta #891390
Tints of Dark Magenta #891390
RGB
CMYK
RGB Variations
Color information
#891390 (or 0x891390) is known color: Dark Magenta. HEX triplet: 89, 13 and 90. RGB value is (137,19,144). Sum of RGB (Red+Green+Blue) = 137+19+144=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #891390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891390 is #76EC6F. Grayscale: #444444. Windows color (decimal): -7793776 or 9442185. OLE color: 9442185.
HSL color Cylindrical-coordinate representation of color #891390: hue angle of 296.64º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891390 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 19 | 144 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.44 |
| HSL | 296.64º | 0.77% | 0.32% | - |
| HSV(B) | 296.64º | 0.87% | 0.56% | - |
| XYZ | 15.58 | 7.8 | 27.07 | - |
| YUV | 68.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 144 | 0.05 | 0.87 | 0 | 0.44 | 296.64 | 0.77 | 0.32 |
| Hex | 89 | 13 | 90 | 5 | 57 | 0 | 2C | 129 | 4D | 20 |
| Octal | 211 | 23 | 220 | 5 | 127 | 0 | 54 | 451 | 115 | 40 |
| Binary | 10001001 | 10011 | 10010000 | 101 | 1010111 | 0 | 101100 | 100101001 | 1001101 | 100000 |
Color Harmonies of #891390
Complementary color
Monochromatic Colors of #891390
Black with #891390
Text Example
Text Example
White with #891390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891390; }
p { color: rgb(137,19,144); }
H1.HeaderClassName
{
color: #891390;
}
.AnyTagClassName
{
color: #891390;
}
</style>
background-color css
<style>
a { background-color: #891390; }
a { background-color: rgb(137,19,144); }
div.DivClassName
{
background-color: #891390;
}
.BgClassName
{
background-color: #891390;
}
</style>
border-color css
<style>
span { border-color: #891390; }
span { border-color: rgb(137,19,144); }
td.TdClassName
{
border-color: #891390;
}
.TagClassName
{
border-color: #891390;
}
</style>