Shades of Dark Purple #961773
Tints of Dark Purple #961773
RGB
CMYK
RGB Variations
Color information
#961773 (or 0x961773) is known color: Dark Purple. HEX triplet: 96, 17 and 73. RGB value is (150,23,115). Sum of RGB (Red+Green+Blue) = 150+23+115=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #961773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961773 is #69E88C. Grayscale: #474747. Windows color (decimal): -6940813 or 7542678. OLE color: 7542678.
HSL color Cylindrical-coordinate representation of color #961773: hue angle of 316.54º 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 #961773 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 115 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.41 |
| HSL | 316.54º | 0.73% | 0.34% | - |
| HSV(B) | 316.54º | 0.85% | 0.59% | - |
| XYZ | 15.98 | 8.33 | 16.99 | - |
| YUV | 71.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 115 | 0 | 0.85 | 0.23 | 0.41 | 316.54 | 0.73 | 0.34 |
| Hex | 96 | 17 | 73 | 0 | 55 | 17 | 29 | 13D | 49 | 22 |
| Octal | 226 | 27 | 163 | 0 | 125 | 27 | 51 | 475 | 111 | 42 |
| Binary | 10010110 | 10111 | 1110011 | 0 | 1010101 | 10111 | 101001 | 100111101 | 1001001 | 100010 |
Color Harmonies of #961773
Complementary color
Monochromatic Colors of #961773
Black with #961773
Text Example
Text Example
White with #961773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961773; }
p { color: rgb(150,23,115); }
H1.HeaderClassName
{
color: #961773;
}
.AnyTagClassName
{
color: #961773;
}
</style>
background-color css
<style>
a { background-color: #961773; }
a { background-color: rgb(150,23,115); }
div.DivClassName
{
background-color: #961773;
}
.BgClassName
{
background-color: #961773;
}
</style>
border-color css
<style>
span { border-color: #961773; }
span { border-color: rgb(150,23,115); }
td.TdClassName
{
border-color: #961773;
}
.TagClassName
{
border-color: #961773;
}
</style>