Shades of Dark Purple #961977
Tints of Dark Purple #961977
RGB
CMYK
RGB Variations
Color information
#961977 (or 0x961977) is known color: Dark Purple. HEX triplet: 96, 19 and 77. RGB value is (150,25,119). Sum of RGB (Red+Green+Blue) = 150+25+119=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #961977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961977 is #69E688. Grayscale: #484848. Windows color (decimal): -6940297 or 7805334. OLE color: 7805334.
HSL color Cylindrical-coordinate representation of color #961977: hue angle of 314.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 #961977 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 119 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.41 |
| HSL | 314.88º | 0.71% | 0.34% | - |
| HSV(B) | 314.88º | 0.83% | 0.59% | - |
| XYZ | 16.26 | 8.51 | 18.24 | - |
| YUV | 73.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 119 | 0 | 0.83 | 0.21 | 0.41 | 314.88 | 0.71 | 0.34 |
| Hex | 96 | 19 | 77 | 0 | 53 | 15 | 29 | 13B | 47 | 22 |
| Octal | 226 | 31 | 167 | 0 | 123 | 25 | 51 | 473 | 107 | 42 |
| Binary | 10010110 | 11001 | 1110111 | 0 | 1010011 | 10101 | 101001 | 100111011 | 1000111 | 100010 |
Color Harmonies of #961977
Complementary color
Monochromatic Colors of #961977
Black with #961977
Text Example
Text Example
White with #961977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961977; }
p { color: rgb(150,25,119); }
H1.HeaderClassName
{
color: #961977;
}
.AnyTagClassName
{
color: #961977;
}
</style>
background-color css
<style>
a { background-color: #961977; }
a { background-color: rgb(150,25,119); }
div.DivClassName
{
background-color: #961977;
}
.BgClassName
{
background-color: #961977;
}
</style>
border-color css
<style>
span { border-color: #961977; }
span { border-color: rgb(150,25,119); }
td.TdClassName
{
border-color: #961977;
}
.TagClassName
{
border-color: #961977;
}
</style>