Shades of Dark Purple #961077
Tints of Dark Purple #961077
RGB
CMYK
RGB Variations
Color information
#961077 (or 0x961077) is known color: Dark Purple. HEX triplet: 96, 10 and 77. RGB value is (150,16,119). Sum of RGB (Red+Green+Blue) = 150+16+119=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961077 is #69EF88. Grayscale: #434343. Windows color (decimal): -6942601 or 7803030. OLE color: 7803030.
HSL color Cylindrical-coordinate representation of color #961077: hue angle of 313.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961077 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 119 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.41 |
| HSL | 313.88º | 0.81% | 0.33% | - |
| HSV(B) | 313.88º | 0.89% | 0.59% | - |
| XYZ | 16.09 | 8.19 | 18.18 | - |
| YUV | 67.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 119 | 0 | 0.89 | 0.21 | 0.41 | 313.88 | 0.81 | 0.33 |
| Hex | 96 | 10 | 77 | 0 | 59 | 15 | 29 | 13A | 51 | 21 |
| Octal | 226 | 20 | 167 | 0 | 131 | 25 | 51 | 472 | 121 | 41 |
| Binary | 10010110 | 10000 | 1110111 | 0 | 1011001 | 10101 | 101001 | 100111010 | 1010001 | 100001 |
Color Harmonies of #961077
Complementary color
Monochromatic Colors of #961077
Black with #961077
Text Example
Text Example
White with #961077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961077; }
p { color: rgb(150,16,119); }
H1.HeaderClassName
{
color: #961077;
}
.AnyTagClassName
{
color: #961077;
}
</style>
background-color css
<style>
a { background-color: #961077; }
a { background-color: rgb(150,16,119); }
div.DivClassName
{
background-color: #961077;
}
.BgClassName
{
background-color: #961077;
}
</style>
border-color css
<style>
span { border-color: #961077; }
span { border-color: rgb(150,16,119); }
td.TdClassName
{
border-color: #961077;
}
.TagClassName
{
border-color: #961077;
}
</style>