Shades of Dark Magenta #901295
Tints of Dark Magenta #901295
RGB
CMYK
RGB Variations
Color information
#901295 (or 0x901295) is known color: Dark Magenta. HEX triplet: 90, 12 and 95. RGB value is (144,18,149). Sum of RGB (Red+Green+Blue) = 144+18+149=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #901295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901295 is #6FED6A. Grayscale: #464646. Windows color (decimal): -7335275 or 9769616. OLE color: 9769616.
HSL color Cylindrical-coordinate representation of color #901295: hue angle of 297.71º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901295 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 18 | 149 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.42 |
| HSL | 297.71º | 0.78% | 0.33% | - |
| HSV(B) | 297.71º | 0.88% | 0.58% | - |
| XYZ | 17.14 | 8.53 | 29.18 | - |
| YUV | 70.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 149 | 0.03 | 0.88 | 0 | 0.42 | 297.71 | 0.78 | 0.33 |
| Hex | 90 | 12 | 95 | 3 | 58 | 0 | 2A | 12A | 4E | 21 |
| Octal | 220 | 22 | 225 | 3 | 130 | 0 | 52 | 452 | 116 | 41 |
| Binary | 10010000 | 10010 | 10010101 | 11 | 1011000 | 0 | 101010 | 100101010 | 1001110 | 100001 |
Color Harmonies of #901295
Complementary color
Monochromatic Colors of #901295
Black with #901295
Text Example
Text Example
White with #901295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901295; }
p { color: rgb(144,18,149); }
H1.HeaderClassName
{
color: #901295;
}
.AnyTagClassName
{
color: #901295;
}
</style>
background-color css
<style>
a { background-color: #901295; }
a { background-color: rgb(144,18,149); }
div.DivClassName
{
background-color: #901295;
}
.BgClassName
{
background-color: #901295;
}
</style>
border-color css
<style>
span { border-color: #901295; }
span { border-color: rgb(144,18,149); }
td.TdClassName
{
border-color: #901295;
}
.TagClassName
{
border-color: #901295;
}
</style>