Shades of Dark Magenta #901693
Tints of Dark Magenta #901693
RGB
CMYK
RGB Variations
Color information
#901693 (or 0x901693) is known color: Dark Magenta. HEX triplet: 90, 16 and 93. RGB value is (144,22,147). Sum of RGB (Red+Green+Blue) = 144+22+147=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #901693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901693 is #6FE96C. Grayscale: #484848. Windows color (decimal): -7334253 or 9639568. OLE color: 9639568.
HSL color Cylindrical-coordinate representation of color #901693: hue angle of 298.56º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901693 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 22 | 147 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.42 |
| HSL | 298.56º | 0.74% | 0.33% | - |
| HSV(B) | 298.56º | 0.85% | 0.58% | - |
| XYZ | 17.05 | 8.61 | 28.37 | - |
| YUV | 72.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 147 | 0.02 | 0.85 | 0 | 0.42 | 298.56 | 0.74 | 0.33 |
| Hex | 90 | 16 | 93 | 2 | 55 | 0 | 2A | 12B | 4A | 21 |
| Octal | 220 | 26 | 223 | 2 | 125 | 0 | 52 | 453 | 112 | 41 |
| Binary | 10010000 | 10110 | 10010011 | 10 | 1010101 | 0 | 101010 | 100101011 | 1001010 | 100001 |
Color Harmonies of #901693
Complementary color
Monochromatic Colors of #901693
Black with #901693
Text Example
Text Example
White with #901693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901693; }
p { color: rgb(144,22,147); }
H1.HeaderClassName
{
color: #901693;
}
.AnyTagClassName
{
color: #901693;
}
</style>
background-color css
<style>
a { background-color: #901693; }
a { background-color: rgb(144,22,147); }
div.DivClassName
{
background-color: #901693;
}
.BgClassName
{
background-color: #901693;
}
</style>
border-color css
<style>
span { border-color: #901693; }
span { border-color: rgb(144,22,147); }
td.TdClassName
{
border-color: #901693;
}
.TagClassName
{
border-color: #901693;
}
</style>