Shades of Dark Magenta #961990
Tints of Dark Magenta #961990
RGB
CMYK
RGB Variations
Color information
#961990 (or 0x961990) is known color: Dark Magenta. HEX triplet: 96, 19 and 90. RGB value is (150,25,144). Sum of RGB (Red+Green+Blue) = 150+25+144=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #961990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961990 is #69E66F. Grayscale: #4B4B4B. Windows color (decimal): -6940272 or 9443734. OLE color: 9443734.
HSL color Cylindrical-coordinate representation of color #961990: hue angle of 302.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961990 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 144 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.41 |
| HSL | 302.88º | 0.71% | 0.34% | - |
| HSV(B) | 302.88º | 0.83% | 0.59% | - |
| XYZ | 17.96 | 9.19 | 27.21 | - |
| YUV | 75.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 144 | 0 | 0.83 | 0.04 | 0.41 | 302.88 | 0.71 | 0.34 |
| Hex | 96 | 19 | 90 | 0 | 53 | 4 | 29 | 12F | 47 | 22 |
| Octal | 226 | 31 | 220 | 0 | 123 | 4 | 51 | 457 | 107 | 42 |
| Binary | 10010110 | 11001 | 10010000 | 0 | 1010011 | 100 | 101001 | 100101111 | 1000111 | 100010 |
Color Harmonies of #961990
Complementary color
Monochromatic Colors of #961990
Black with #961990
Text Example
Text Example
White with #961990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961990; }
p { color: rgb(150,25,144); }
H1.HeaderClassName
{
color: #961990;
}
.AnyTagClassName
{
color: #961990;
}
</style>
background-color css
<style>
a { background-color: #961990; }
a { background-color: rgb(150,25,144); }
div.DivClassName
{
background-color: #961990;
}
.BgClassName
{
background-color: #961990;
}
</style>
border-color css
<style>
span { border-color: #961990; }
span { border-color: rgb(150,25,144); }
td.TdClassName
{
border-color: #961990;
}
.TagClassName
{
border-color: #961990;
}
</style>