Shades of Dark Magenta #900995
Tints of Dark Magenta #900995
RGB
CMYK
RGB Variations
Color information
#900995 (or 0x900995) is known color: Dark Magenta. HEX triplet: 90, 09 and 95. RGB value is (144,9,149). Sum of RGB (Red+Green+Blue) = 144+9+149=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #900995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900995 is #6FF66A. Grayscale: #404040. Windows color (decimal): -7337579 or 9767312. OLE color: 9767312.
HSL color Cylindrical-coordinate representation of color #900995: hue angle of 297.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900995 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 9 | 149 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.42 |
| HSL | 297.86º | 0.89% | 0.31% | - |
| HSV(B) | 297.86º | 0.94% | 0.58% | - |
| XYZ | 17.02 | 8.29 | 29.14 | - |
| YUV | 65.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 149 | 0.03 | 0.94 | 0 | 0.42 | 297.86 | 0.89 | 0.31 |
| Hex | 90 | 9 | 95 | 3 | 5E | 0 | 2A | 12A | 59 | 1F |
| Octal | 220 | 11 | 225 | 3 | 136 | 0 | 52 | 452 | 131 | 37 |
| Binary | 10010000 | 1001 | 10010101 | 11 | 1011110 | 0 | 101010 | 100101010 | 1011001 | 11111 |
Color Harmonies of #900995
Complementary color
Monochromatic Colors of #900995
Black with #900995
Text Example
Text Example
White with #900995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900995; }
p { color: rgb(144,9,149); }
H1.HeaderClassName
{
color: #900995;
}
.AnyTagClassName
{
color: #900995;
}
</style>
background-color css
<style>
a { background-color: #900995; }
a { background-color: rgb(144,9,149); }
div.DivClassName
{
background-color: #900995;
}
.BgClassName
{
background-color: #900995;
}
</style>
border-color css
<style>
span { border-color: #900995; }
span { border-color: rgb(144,9,149); }
td.TdClassName
{
border-color: #900995;
}
.TagClassName
{
border-color: #900995;
}
</style>