Shades of Dark Magenta #961999
Tints of Dark Magenta #961999
RGB
CMYK
RGB Variations
Color information
#961999 (or 0x961999) is known color: Dark Magenta. HEX triplet: 96, 19 and 99. RGB value is (150,25,153). Sum of RGB (Red+Green+Blue) = 150+25+153=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #961999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961999 is #69E666. Grayscale: #4C4C4C. Windows color (decimal): -6940263 or 10033558. OLE color: 10033558.
HSL color Cylindrical-coordinate representation of color #961999: hue angle of 298.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961999 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 25 | 153 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.4 |
| HSL | 298.59º | 0.72% | 0.35% | - |
| HSV(B) | 298.59º | 0.84% | 0.6% | - |
| XYZ | 18.68 | 9.48 | 30.98 | - |
| YUV | 76.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 153 | 0.02 | 0.84 | 0 | 0.4 | 298.59 | 0.72 | 0.35 |
| Hex | 96 | 19 | 99 | 2 | 54 | 0 | 28 | 12B | 48 | 23 |
| Octal | 226 | 31 | 231 | 2 | 124 | 0 | 50 | 453 | 110 | 43 |
| Binary | 10010110 | 11001 | 10011001 | 10 | 1010100 | 0 | 101000 | 100101011 | 1001000 | 100011 |
Color Harmonies of #961999
Complementary color
Monochromatic Colors of #961999
Black with #961999
Text Example
Text Example
White with #961999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961999; }
p { color: rgb(150,25,153); }
H1.HeaderClassName
{
color: #961999;
}
.AnyTagClassName
{
color: #961999;
}
</style>
background-color css
<style>
a { background-color: #961999; }
a { background-color: rgb(150,25,153); }
div.DivClassName
{
background-color: #961999;
}
.BgClassName
{
background-color: #961999;
}
</style>
border-color css
<style>
span { border-color: #961999; }
span { border-color: rgb(150,25,153); }
td.TdClassName
{
border-color: #961999;
}
.TagClassName
{
border-color: #961999;
}
</style>