Shades of Dark Magenta #891A90
Tints of Dark Magenta #891A90
RGB
CMYK
RGB Variations
Color information
#891A90 (or 0x891A90) is known color: Dark Magenta. HEX triplet: 89, 1A and 90. RGB value is (137,26,144). Sum of RGB (Red+Green+Blue) = 137+26+144=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #891A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891A90 is #76E56F. Grayscale: #484848. Windows color (decimal): -7791984 or 9443977. OLE color: 9443977.
HSL color Cylindrical-coordinate representation of color #891A90: hue angle of 296.44º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891A90 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 26 | 144 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.44 |
| HSL | 296.44º | 0.69% | 0.33% | - |
| HSV(B) | 296.44º | 0.82% | 0.56% | - |
| XYZ | 15.72 | 8.07 | 27.11 | - |
| YUV | 72.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 144 | 0.05 | 0.82 | 0 | 0.44 | 296.44 | 0.69 | 0.33 |
| Hex | 89 | 1A | 90 | 5 | 52 | 0 | 2C | 128 | 45 | 21 |
| Octal | 211 | 32 | 220 | 5 | 122 | 0 | 54 | 450 | 105 | 41 |
| Binary | 10001001 | 11010 | 10010000 | 101 | 1010010 | 0 | 101100 | 100101000 | 1000101 | 100001 |
Color Harmonies of #891A90
Complementary color
Monochromatic Colors of #891A90
Black with #891A90
Text Example
Text Example
White with #891A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A90; }
p { color: rgb(137,26,144); }
H1.HeaderClassName
{
color: #891A90;
}
.AnyTagClassName
{
color: #891A90;
}
</style>
background-color css
<style>
a { background-color: #891A90; }
a { background-color: rgb(137,26,144); }
div.DivClassName
{
background-color: #891A90;
}
.BgClassName
{
background-color: #891A90;
}
</style>
border-color css
<style>
span { border-color: #891A90; }
span { border-color: rgb(137,26,144); }
td.TdClassName
{
border-color: #891A90;
}
.TagClassName
{
border-color: #891A90;
}
</style>