Shades of Dark Purple #963176
Tints of Dark Purple #963176
RGB
CMYK
RGB Variations
Color information
#963176 (or 0x963176) is known color: Dark Purple. HEX triplet: 96, 31 and 76. RGB value is (150,49,118). Sum of RGB (Red+Green+Blue) = 150+49+118=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #963176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963176 is #69CE89. Grayscale: #565656. Windows color (decimal): -6934154 or 7745942. OLE color: 7745942.
HSL color Cylindrical-coordinate representation of color #963176: hue angle of 319.01º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963176 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 118 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.41 |
| HSL | 319.01º | 0.51% | 0.39% | - |
| HSV(B) | 319.01º | 0.67% | 0.59% | - |
| XYZ | 16.95 | 9.99 | 18.17 | - |
| YUV | 87.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 118 | 0 | 0.67 | 0.21 | 0.41 | 319.01 | 0.51 | 0.39 |
| Hex | 96 | 31 | 76 | 0 | 43 | 15 | 29 | 13F | 33 | 27 |
| Octal | 226 | 61 | 166 | 0 | 103 | 25 | 51 | 477 | 63 | 47 |
| Binary | 10010110 | 110001 | 1110110 | 0 | 1000011 | 10101 | 101001 | 100111111 | 110011 | 100111 |
Color Harmonies of #963176
Complementary color
Monochromatic Colors of #963176
Black with #963176
Text Example
Text Example
White with #963176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963176; }
p { color: rgb(150,49,118); }
H1.HeaderClassName
{
color: #963176;
}
.AnyTagClassName
{
color: #963176;
}
</style>
background-color css
<style>
a { background-color: #963176; }
a { background-color: rgb(150,49,118); }
div.DivClassName
{
background-color: #963176;
}
.BgClassName
{
background-color: #963176;
}
</style>
border-color css
<style>
span { border-color: #963176; }
span { border-color: rgb(150,49,118); }
td.TdClassName
{
border-color: #963176;
}
.TagClassName
{
border-color: #963176;
}
</style>