Shades of Dark Purple #961174
Tints of Dark Purple #961174
RGB
CMYK
RGB Variations
Color information
#961174 (or 0x961174) is known color: Dark Purple. HEX triplet: 96, 11 and 74. RGB value is (150,17,116). Sum of RGB (Red+Green+Blue) = 150+17+116=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #961174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961174 is #69EE8B. Grayscale: #434343. Windows color (decimal): -6942348 or 7606678. OLE color: 7606678.
HSL color Cylindrical-coordinate representation of color #961174: hue angle of 315.34º degrees, saturation: 0.8, 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 #961174 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 116 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.41 |
| HSL | 315.34º | 0.8% | 0.33% | - |
| HSV(B) | 315.34º | 0.89% | 0.59% | - |
| XYZ | 15.93 | 8.15 | 17.26 | - |
| YUV | 68.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 116 | 0 | 0.89 | 0.23 | 0.41 | 315.34 | 0.8 | 0.33 |
| Hex | 96 | 11 | 74 | 0 | 59 | 17 | 29 | 13B | 50 | 21 |
| Octal | 226 | 21 | 164 | 0 | 131 | 27 | 51 | 473 | 120 | 41 |
| Binary | 10010110 | 10001 | 1110100 | 0 | 1011001 | 10111 | 101001 | 100111011 | 1010000 | 100001 |
Color Harmonies of #961174
Complementary color
Monochromatic Colors of #961174
Black with #961174
Text Example
Text Example
White with #961174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961174; }
p { color: rgb(150,17,116); }
H1.HeaderClassName
{
color: #961174;
}
.AnyTagClassName
{
color: #961174;
}
</style>
background-color css
<style>
a { background-color: #961174; }
a { background-color: rgb(150,17,116); }
div.DivClassName
{
background-color: #961174;
}
.BgClassName
{
background-color: #961174;
}
</style>
border-color css
<style>
span { border-color: #961174; }
span { border-color: rgb(150,17,116); }
td.TdClassName
{
border-color: #961174;
}
.TagClassName
{
border-color: #961174;
}
</style>