Shades of Dark Magenta #901397
Tints of Dark Magenta #901397
RGB
CMYK
RGB Variations
Color information
#901397 (or 0x901397) is known color: Dark Magenta. HEX triplet: 90, 13 and 97. RGB value is (144,19,151). Sum of RGB (Red+Green+Blue) = 144+19+151=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #901397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901397 is #6FEC68. Grayscale: #474747. Windows color (decimal): -7335017 or 9900944. OLE color: 9900944.
HSL color Cylindrical-coordinate representation of color #901397: hue angle of 296.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901397 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 19 | 151 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.41 |
| HSL | 296.82º | 0.78% | 0.33% | - |
| HSV(B) | 296.82º | 0.87% | 0.59% | - |
| XYZ | 17.32 | 8.63 | 30.03 | - |
| YUV | 71.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 151 | 0.05 | 0.87 | 0 | 0.41 | 296.82 | 0.78 | 0.33 |
| Hex | 90 | 13 | 97 | 5 | 57 | 0 | 29 | 129 | 4E | 21 |
| Octal | 220 | 23 | 227 | 5 | 127 | 0 | 51 | 451 | 116 | 41 |
| Binary | 10010000 | 10011 | 10010111 | 101 | 1010111 | 0 | 101001 | 100101001 | 1001110 | 100001 |
Color Harmonies of #901397
Complementary color
Monochromatic Colors of #901397
Black with #901397
Text Example
Text Example
White with #901397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901397; }
p { color: rgb(144,19,151); }
H1.HeaderClassName
{
color: #901397;
}
.AnyTagClassName
{
color: #901397;
}
</style>
background-color css
<style>
a { background-color: #901397; }
a { background-color: rgb(144,19,151); }
div.DivClassName
{
background-color: #901397;
}
.BgClassName
{
background-color: #901397;
}
</style>
border-color css
<style>
span { border-color: #901397; }
span { border-color: rgb(144,19,151); }
td.TdClassName
{
border-color: #901397;
}
.TagClassName
{
border-color: #901397;
}
</style>