Shades of Dark Magenta #900697
Tints of Dark Magenta #900697
RGB
CMYK
RGB Variations
Color information
#900697 (or 0x900697) is known color: Dark Magenta. HEX triplet: 90, 06 and 97. RGB value is (144,6,151). Sum of RGB (Red+Green+Blue) = 144+6+151=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #900697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900697 is #6FF968. Grayscale: #3F3F3F. Windows color (decimal): -7338345 or 9897616. OLE color: 9897616.
HSL color Cylindrical-coordinate representation of color #900697: hue angle of 297.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900697 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 6 | 151 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.41 |
| HSL | 297.1º | 0.92% | 0.31% | - |
| HSV(B) | 297.1º | 0.96% | 0.59% | - |
| XYZ | 17.15 | 8.29 | 29.98 | - |
| YUV | 63.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 151 | 0.05 | 0.96 | 0 | 0.41 | 297.1 | 0.92 | 0.31 |
| Hex | 90 | 6 | 97 | 5 | 60 | 0 | 29 | 129 | 5C | 1F |
| Octal | 220 | 6 | 227 | 5 | 140 | 0 | 51 | 451 | 134 | 37 |
| Binary | 10010000 | 110 | 10010111 | 101 | 1100000 | 0 | 101001 | 100101001 | 1011100 | 11111 |
Color Harmonies of #900697
Complementary color
Monochromatic Colors of #900697
Black with #900697
Text Example
Text Example
White with #900697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900697; }
p { color: rgb(144,6,151); }
H1.HeaderClassName
{
color: #900697;
}
.AnyTagClassName
{
color: #900697;
}
</style>
background-color css
<style>
a { background-color: #900697; }
a { background-color: rgb(144,6,151); }
div.DivClassName
{
background-color: #900697;
}
.BgClassName
{
background-color: #900697;
}
</style>
border-color css
<style>
span { border-color: #900697; }
span { border-color: rgb(144,6,151); }
td.TdClassName
{
border-color: #900697;
}
.TagClassName
{
border-color: #900697;
}
</style>