Shades of Dark Purple #961979
Tints of Dark Purple #961979
RGB
CMYK
RGB Variations
Color information
#961979 (or 0x961979) is known color: Dark Purple. HEX triplet: 96, 19 and 79. RGB value is (150,25,121). Sum of RGB (Red+Green+Blue) = 150+25+121=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #961979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961979 is #69E686. Grayscale: #494949. Windows color (decimal): -6940295 or 7936406. OLE color: 7936406.
HSL color Cylindrical-coordinate representation of color #961979: hue angle of 313.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 #961979 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 121 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.41 |
| HSL | 313.92º | 0.71% | 0.34% | - |
| HSV(B) | 313.92º | 0.83% | 0.59% | - |
| XYZ | 16.38 | 8.56 | 18.88 | - |
| YUV | 73.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 121 | 0 | 0.83 | 0.19 | 0.41 | 313.92 | 0.71 | 0.34 |
| Hex | 96 | 19 | 79 | 0 | 53 | 13 | 29 | 13A | 47 | 22 |
| Octal | 226 | 31 | 171 | 0 | 123 | 23 | 51 | 472 | 107 | 42 |
| Binary | 10010110 | 11001 | 1111001 | 0 | 1010011 | 10011 | 101001 | 100111010 | 1000111 | 100010 |
Color Harmonies of #961979
Complementary color
Monochromatic Colors of #961979
Black with #961979
Text Example
Text Example
White with #961979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961979; }
p { color: rgb(150,25,121); }
H1.HeaderClassName
{
color: #961979;
}
.AnyTagClassName
{
color: #961979;
}
</style>
background-color css
<style>
a { background-color: #961979; }
a { background-color: rgb(150,25,121); }
div.DivClassName
{
background-color: #961979;
}
.BgClassName
{
background-color: #961979;
}
</style>
border-color css
<style>
span { border-color: #961979; }
span { border-color: rgb(150,25,121); }
td.TdClassName
{
border-color: #961979;
}
.TagClassName
{
border-color: #961979;
}
</style>