Shades of Dark Magenta #901794
Tints of Dark Magenta #901794
RGB
CMYK
RGB Variations
Color information
#901794 (or 0x901794) is known color: Dark Magenta. HEX triplet: 90, 17 and 94. RGB value is (144,23,148). Sum of RGB (Red+Green+Blue) = 144+23+148=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #901794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901794 is #6FE86B. Grayscale: #494949. Windows color (decimal): -7333996 or 9705360. OLE color: 9705360.
HSL color Cylindrical-coordinate representation of color #901794: hue angle of 298.08º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901794 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 23 | 148 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.42 |
| HSL | 298.08º | 0.73% | 0.34% | - |
| HSV(B) | 298.08º | 0.84% | 0.58% | - |
| XYZ | 17.15 | 8.68 | 28.79 | - |
| YUV | 73.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 148 | 0.03 | 0.84 | 0 | 0.42 | 298.08 | 0.73 | 0.34 |
| Hex | 90 | 17 | 94 | 3 | 54 | 0 | 2A | 12A | 49 | 22 |
| Octal | 220 | 27 | 224 | 3 | 124 | 0 | 52 | 452 | 111 | 42 |
| Binary | 10010000 | 10111 | 10010100 | 11 | 1010100 | 0 | 101010 | 100101010 | 1001001 | 100010 |
Color Harmonies of #901794
Complementary color
Monochromatic Colors of #901794
Black with #901794
Text Example
Text Example
White with #901794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901794; }
p { color: rgb(144,23,148); }
H1.HeaderClassName
{
color: #901794;
}
.AnyTagClassName
{
color: #901794;
}
</style>
background-color css
<style>
a { background-color: #901794; }
a { background-color: rgb(144,23,148); }
div.DivClassName
{
background-color: #901794;
}
.BgClassName
{
background-color: #901794;
}
</style>
border-color css
<style>
span { border-color: #901794; }
span { border-color: rgb(144,23,148); }
td.TdClassName
{
border-color: #901794;
}
.TagClassName
{
border-color: #901794;
}
</style>