Shades of Dark Purple #961781
Tints of Dark Purple #961781
RGB
CMYK
RGB Variations
Color information
#961781 (or 0x961781) is known color: Dark Purple. HEX triplet: 96, 17 and 81. RGB value is (150,23,129). Sum of RGB (Red+Green+Blue) = 150+23+129=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961781 is #69E87E. Grayscale: #484848. Windows color (decimal): -6940799 or 8460182. OLE color: 8460182.
HSL color Cylindrical-coordinate representation of color #961781: hue angle of 309.92º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961781 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 129 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.41 |
| HSL | 309.92º | 0.73% | 0.34% | - |
| HSV(B) | 309.92º | 0.85% | 0.59% | - |
| XYZ | 16.85 | 8.68 | 21.56 | - |
| YUV | 73.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 129 | 0 | 0.85 | 0.14 | 0.41 | 309.92 | 0.73 | 0.34 |
| Hex | 96 | 17 | 81 | 0 | 55 | E | 29 | 136 | 49 | 22 |
| Octal | 226 | 27 | 201 | 0 | 125 | 16 | 51 | 466 | 111 | 42 |
| Binary | 10010110 | 10111 | 10000001 | 0 | 1010101 | 1110 | 101001 | 100110110 | 1001001 | 100010 |
Color Harmonies of #961781
Complementary color
Monochromatic Colors of #961781
Black with #961781
Text Example
Text Example
White with #961781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961781; }
p { color: rgb(150,23,129); }
H1.HeaderClassName
{
color: #961781;
}
.AnyTagClassName
{
color: #961781;
}
</style>
background-color css
<style>
a { background-color: #961781; }
a { background-color: rgb(150,23,129); }
div.DivClassName
{
background-color: #961781;
}
.BgClassName
{
background-color: #961781;
}
</style>
border-color css
<style>
span { border-color: #961781; }
span { border-color: rgb(150,23,129); }
td.TdClassName
{
border-color: #961781;
}
.TagClassName
{
border-color: #961781;
}
</style>