Shades of Dark Magenta #900A91
Tints of Dark Magenta #900A91
RGB
CMYK
RGB Variations
Color information
#900A91 (or 0x900A91) is known color: Dark Magenta. HEX triplet: 90, 0A and 91. RGB value is (144,10,145). Sum of RGB (Red+Green+Blue) = 144+10+145=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #900A91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A91 is #6FF56E. Grayscale: #414141. Windows color (decimal): -7337327 or 9505424. OLE color: 9505424.
HSL color Cylindrical-coordinate representation of color #900A91: hue angle of 299.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A91 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 10 | 145 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.43 |
| HSL | 299.56º | 0.87% | 0.3% | - |
| HSV(B) | 299.56º | 0.93% | 0.57% | - |
| XYZ | 16.72 | 8.19 | 27.49 | - |
| YUV | 65.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 145 | 0.01 | 0.93 | 0 | 0.43 | 299.56 | 0.87 | 0.3 |
| Hex | 90 | A | 91 | 1 | 5D | 0 | 2B | 12C | 57 | 1E |
| Octal | 220 | 12 | 221 | 1 | 135 | 0 | 53 | 454 | 127 | 36 |
| Binary | 10010000 | 1010 | 10010001 | 1 | 1011101 | 0 | 101011 | 100101100 | 1010111 | 11110 |
Color Harmonies of #900A91
Complementary color
Monochromatic Colors of #900A91
Black with #900A91
Text Example
Text Example
White with #900A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A91; }
p { color: rgb(144,10,145); }
H1.HeaderClassName
{
color: #900A91;
}
.AnyTagClassName
{
color: #900A91;
}
</style>
background-color css
<style>
a { background-color: #900A91; }
a { background-color: rgb(144,10,145); }
div.DivClassName
{
background-color: #900A91;
}
.BgClassName
{
background-color: #900A91;
}
</style>
border-color css
<style>
span { border-color: #900A91; }
span { border-color: rgb(144,10,145); }
td.TdClassName
{
border-color: #900A91;
}
.TagClassName
{
border-color: #900A91;
}
</style>