Shades of Dark Purple #961673
Tints of Dark Purple #961673
RGB
CMYK
RGB Variations
Color information
#961673 (or 0x961673) is known color: Dark Purple. HEX triplet: 96, 16 and 73. RGB value is (150,22,115). Sum of RGB (Red+Green+Blue) = 150+22+115=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #961673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961673 is #69E98C. Grayscale: #464646. Windows color (decimal): -6941069 or 7542422. OLE color: 7542422.
HSL color Cylindrical-coordinate representation of color #961673: hue angle of 316.41º degrees, saturation: 0.74, 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 #961673 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 115 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.41 |
| HSL | 316.41º | 0.74% | 0.34% | - |
| HSV(B) | 316.41º | 0.85% | 0.59% | - |
| XYZ | 15.96 | 8.3 | 16.98 | - |
| YUV | 70.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 115 | 0 | 0.85 | 0.23 | 0.41 | 316.41 | 0.74 | 0.34 |
| Hex | 96 | 16 | 73 | 0 | 55 | 17 | 29 | 13C | 4A | 22 |
| Octal | 226 | 26 | 163 | 0 | 125 | 27 | 51 | 474 | 112 | 42 |
| Binary | 10010110 | 10110 | 1110011 | 0 | 1010101 | 10111 | 101001 | 100111100 | 1001010 | 100010 |
Color Harmonies of #961673
Complementary color
Monochromatic Colors of #961673
Black with #961673
Text Example
Text Example
White with #961673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961673; }
p { color: rgb(150,22,115); }
H1.HeaderClassName
{
color: #961673;
}
.AnyTagClassName
{
color: #961673;
}
</style>
background-color css
<style>
a { background-color: #961673; }
a { background-color: rgb(150,22,115); }
div.DivClassName
{
background-color: #961673;
}
.BgClassName
{
background-color: #961673;
}
</style>
border-color css
<style>
span { border-color: #961673; }
span { border-color: rgb(150,22,115); }
td.TdClassName
{
border-color: #961673;
}
.TagClassName
{
border-color: #961673;
}
</style>