Shades of Dark Magenta #900597
Tints of Dark Magenta #900597
RGB
CMYK
RGB Variations
Color information
#900597 (or 0x900597) is known color: Dark Magenta. HEX triplet: 90, 05 and 97. RGB value is (144,5,151). Sum of RGB (Red+Green+Blue) = 144+5+151=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #900597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900597 is #6FFA68. Grayscale: #3E3E3E. Windows color (decimal): -7338601 or 9897360. OLE color: 9897360.
HSL color Cylindrical-coordinate representation of color #900597: hue angle of 297.12º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900597 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 5 | 151 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.41 |
| HSL | 297.12º | 0.94% | 0.31% | - |
| HSV(B) | 297.12º | 0.97% | 0.59% | - |
| XYZ | 17.14 | 8.27 | 29.97 | - |
| YUV | 63.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 151 | 0.05 | 0.97 | 0 | 0.41 | 297.12 | 0.94 | 0.31 |
| Hex | 90 | 5 | 97 | 5 | 61 | 0 | 29 | 129 | 5E | 1F |
| Octal | 220 | 5 | 227 | 5 | 141 | 0 | 51 | 451 | 136 | 37 |
| Binary | 10010000 | 101 | 10010111 | 101 | 1100001 | 0 | 101001 | 100101001 | 1011110 | 11111 |
Color Harmonies of #900597
Complementary color
Monochromatic Colors of #900597
Black with #900597
Text Example
Text Example
White with #900597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900597; }
p { color: rgb(144,5,151); }
H1.HeaderClassName
{
color: #900597;
}
.AnyTagClassName
{
color: #900597;
}
</style>
background-color css
<style>
a { background-color: #900597; }
a { background-color: rgb(144,5,151); }
div.DivClassName
{
background-color: #900597;
}
.BgClassName
{
background-color: #900597;
}
</style>
border-color css
<style>
span { border-color: #900597; }
span { border-color: rgb(144,5,151); }
td.TdClassName
{
border-color: #900597;
}
.TagClassName
{
border-color: #900597;
}
</style>