Shades of Dark Magenta #961992
Tints of Dark Magenta #961992
RGB
CMYK
RGB Variations
Color information
#961992 (or 0x961992) is known color: Dark Magenta. HEX triplet: 96, 19 and 92. RGB value is (150,25,146). Sum of RGB (Red+Green+Blue) = 150+25+146=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #961992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961992 is #69E66D. Grayscale: #4B4B4B. Windows color (decimal): -6940270 or 9574806. OLE color: 9574806.
HSL color Cylindrical-coordinate representation of color #961992: hue angle of 301.92º 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 #961992 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 146 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.41 |
| HSL | 301.92º | 0.71% | 0.34% | - |
| HSV(B) | 301.92º | 0.83% | 0.59% | - |
| XYZ | 18.11 | 9.25 | 28.03 | - |
| YUV | 76.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 146 | 0 | 0.83 | 0.03 | 0.41 | 301.92 | 0.71 | 0.34 |
| Hex | 96 | 19 | 92 | 0 | 53 | 3 | 29 | 12E | 47 | 22 |
| Octal | 226 | 31 | 222 | 0 | 123 | 3 | 51 | 456 | 107 | 42 |
| Binary | 10010110 | 11001 | 10010010 | 0 | 1010011 | 11 | 101001 | 100101110 | 1000111 | 100010 |
Color Harmonies of #961992
Complementary color
Monochromatic Colors of #961992
Black with #961992
Text Example
Text Example
White with #961992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961992; }
p { color: rgb(150,25,146); }
H1.HeaderClassName
{
color: #961992;
}
.AnyTagClassName
{
color: #961992;
}
</style>
background-color css
<style>
a { background-color: #961992; }
a { background-color: rgb(150,25,146); }
div.DivClassName
{
background-color: #961992;
}
.BgClassName
{
background-color: #961992;
}
</style>
border-color css
<style>
span { border-color: #961992; }
span { border-color: rgb(150,25,146); }
td.TdClassName
{
border-color: #961992;
}
.TagClassName
{
border-color: #961992;
}
</style>