Shades of Dark Magenta #901392
Tints of Dark Magenta #901392
RGB
CMYK
RGB Variations
Color information
#901392 (or 0x901392) is known color: Dark Magenta. HEX triplet: 90, 13 and 92. RGB value is (144,19,146). Sum of RGB (Red+Green+Blue) = 144+19+146=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #901392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901392 is #6FEC6D. Grayscale: #464646. Windows color (decimal): -7335022 or 9573264. OLE color: 9573264.
HSL color Cylindrical-coordinate representation of color #901392: hue angle of 299.06º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901392 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 19 | 146 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.43 |
| HSL | 299.06º | 0.77% | 0.32% | - |
| HSV(B) | 299.06º | 0.87% | 0.57% | - |
| XYZ | 16.92 | 8.47 | 27.94 | - |
| YUV | 70.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 146 | 0.01 | 0.87 | 0 | 0.43 | 299.06 | 0.77 | 0.32 |
| Hex | 90 | 13 | 92 | 1 | 57 | 0 | 2B | 12B | 4D | 20 |
| Octal | 220 | 23 | 222 | 1 | 127 | 0 | 53 | 453 | 115 | 40 |
| Binary | 10010000 | 10011 | 10010010 | 1 | 1010111 | 0 | 101011 | 100101011 | 1001101 | 100000 |
Color Harmonies of #901392
Complementary color
Monochromatic Colors of #901392
Black with #901392
Text Example
Text Example
White with #901392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901392; }
p { color: rgb(144,19,146); }
H1.HeaderClassName
{
color: #901392;
}
.AnyTagClassName
{
color: #901392;
}
</style>
background-color css
<style>
a { background-color: #901392; }
a { background-color: rgb(144,19,146); }
div.DivClassName
{
background-color: #901392;
}
.BgClassName
{
background-color: #901392;
}
</style>
border-color css
<style>
span { border-color: #901392; }
span { border-color: rgb(144,19,146); }
td.TdClassName
{
border-color: #901392;
}
.TagClassName
{
border-color: #901392;
}
</style>