Shades of Dark Magenta #901094
Tints of Dark Magenta #901094
RGB
CMYK
RGB Variations
Color information
#901094 (or 0x901094) is known color: Dark Magenta. HEX triplet: 90, 10 and 94. RGB value is (144,16,148). Sum of RGB (Red+Green+Blue) = 144+16+148=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #901094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901094 is #6FEF6B. Grayscale: #444444. Windows color (decimal): -7335788 or 9703568. OLE color: 9703568.
HSL color Cylindrical-coordinate representation of color #901094: hue angle of 298.18º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901094 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 16 | 148 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.42 |
| HSL | 298.18º | 0.8% | 0.32% | - |
| HSV(B) | 298.18º | 0.89% | 0.58% | - |
| XYZ | 17.03 | 8.44 | 28.75 | - |
| YUV | 69.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 148 | 0.03 | 0.89 | 0 | 0.42 | 298.18 | 0.8 | 0.32 |
| Hex | 90 | 10 | 94 | 3 | 59 | 0 | 2A | 12A | 50 | 20 |
| Octal | 220 | 20 | 224 | 3 | 131 | 0 | 52 | 452 | 120 | 40 |
| Binary | 10010000 | 10000 | 10010100 | 11 | 1011001 | 0 | 101010 | 100101010 | 1010000 | 100000 |
Color Harmonies of #901094
Complementary color
Monochromatic Colors of #901094
Black with #901094
Text Example
Text Example
White with #901094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901094; }
p { color: rgb(144,16,148); }
H1.HeaderClassName
{
color: #901094;
}
.AnyTagClassName
{
color: #901094;
}
</style>
background-color css
<style>
a { background-color: #901094; }
a { background-color: rgb(144,16,148); }
div.DivClassName
{
background-color: #901094;
}
.BgClassName
{
background-color: #901094;
}
</style>
border-color css
<style>
span { border-color: #901094; }
span { border-color: rgb(144,16,148); }
td.TdClassName
{
border-color: #901094;
}
.TagClassName
{
border-color: #901094;
}
</style>