Shades of Dark Magenta #900891
Tints of Dark Magenta #900891
RGB
CMYK
RGB Variations
Color information
#900891 (or 0x900891) is known color: Dark Magenta. HEX triplet: 90, 08 and 91. RGB value is (144,8,145). Sum of RGB (Red+Green+Blue) = 144+8+145=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #900891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900891 is #6FF76E. Grayscale: #3F3F3F. Windows color (decimal): -7337839 or 9504912. OLE color: 9504912.
HSL color Cylindrical-coordinate representation of color #900891: hue angle of 299.56º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900891 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 8 | 145 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.43 |
| HSL | 299.56º | 0.9% | 0.3% | - |
| HSV(B) | 299.56º | 0.94% | 0.57% | - |
| XYZ | 16.7 | 8.15 | 27.48 | - |
| YUV | 64.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 145 | 0.01 | 0.94 | 0 | 0.43 | 299.56 | 0.9 | 0.3 |
| Hex | 90 | 8 | 91 | 1 | 5E | 0 | 2B | 12C | 5A | 1E |
| Octal | 220 | 10 | 221 | 1 | 136 | 0 | 53 | 454 | 132 | 36 |
| Binary | 10010000 | 1000 | 10010001 | 1 | 1011110 | 0 | 101011 | 100101100 | 1011010 | 11110 |
Color Harmonies of #900891
Complementary color
Monochromatic Colors of #900891
Black with #900891
Text Example
Text Example
White with #900891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900891; }
p { color: rgb(144,8,145); }
H1.HeaderClassName
{
color: #900891;
}
.AnyTagClassName
{
color: #900891;
}
</style>
background-color css
<style>
a { background-color: #900891; }
a { background-color: rgb(144,8,145); }
div.DivClassName
{
background-color: #900891;
}
.BgClassName
{
background-color: #900891;
}
</style>
border-color css
<style>
span { border-color: #900891; }
span { border-color: rgb(144,8,145); }
td.TdClassName
{
border-color: #900891;
}
.TagClassName
{
border-color: #900891;
}
</style>