Shades of Dark Magenta #901A91
Tints of Dark Magenta #901A91
RGB
CMYK
RGB Variations
Color information
#901A91 (or 0x901A91) is known color: Dark Magenta. HEX triplet: 90, 1A and 91. RGB value is (144,26,145). Sum of RGB (Red+Green+Blue) = 144+26+145=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #901A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901A91 is #6FE56E. Grayscale: #4A4A4A. Windows color (decimal): -7333231 or 9509520. OLE color: 9509520.
HSL color Cylindrical-coordinate representation of color #901A91: hue angle of 299.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A91 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 26 | 145 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.43 |
| HSL | 299.5º | 0.7% | 0.34% | - |
| HSV(B) | 299.5º | 0.82% | 0.57% | - |
| XYZ | 16.98 | 8.71 | 27.57 | - |
| YUV | 74.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 145 | 0.01 | 0.82 | 0 | 0.43 | 299.5 | 0.7 | 0.34 |
| Hex | 90 | 1A | 91 | 1 | 52 | 0 | 2B | 12B | 46 | 22 |
| Octal | 220 | 32 | 221 | 1 | 122 | 0 | 53 | 453 | 106 | 42 |
| Binary | 10010000 | 11010 | 10010001 | 1 | 1010010 | 0 | 101011 | 100101011 | 1000110 | 100010 |
Color Harmonies of #901A91
Complementary color
Monochromatic Colors of #901A91
Black with #901A91
Text Example
Text Example
White with #901A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A91; }
p { color: rgb(144,26,145); }
H1.HeaderClassName
{
color: #901A91;
}
.AnyTagClassName
{
color: #901A91;
}
</style>
background-color css
<style>
a { background-color: #901A91; }
a { background-color: rgb(144,26,145); }
div.DivClassName
{
background-color: #901A91;
}
.BgClassName
{
background-color: #901A91;
}
</style>
border-color css
<style>
span { border-color: #901A91; }
span { border-color: rgb(144,26,145); }
td.TdClassName
{
border-color: #901A91;
}
.TagClassName
{
border-color: #901A91;
}
</style>