Shades of Dark Purple #961677
Tints of Dark Purple #961677
RGB
CMYK
RGB Variations
Color information
#961677 (or 0x961677) is known color: Dark Purple. HEX triplet: 96, 16 and 77. RGB value is (150,22,119). Sum of RGB (Red+Green+Blue) = 150+22+119=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #961677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961677 is #69E988. Grayscale: #474747. Windows color (decimal): -6941065 or 7804566. OLE color: 7804566.
HSL color Cylindrical-coordinate representation of color #961677: hue angle of 314.53º 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 #961677 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 119 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.41 |
| HSL | 314.53º | 0.74% | 0.34% | - |
| HSV(B) | 314.53º | 0.85% | 0.59% | - |
| XYZ | 16.19 | 8.39 | 18.22 | - |
| YUV | 71.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 119 | 0 | 0.85 | 0.21 | 0.41 | 314.53 | 0.74 | 0.34 |
| Hex | 96 | 16 | 77 | 0 | 55 | 15 | 29 | 13B | 4A | 22 |
| Octal | 226 | 26 | 167 | 0 | 125 | 25 | 51 | 473 | 112 | 42 |
| Binary | 10010110 | 10110 | 1110111 | 0 | 1010101 | 10101 | 101001 | 100111011 | 1001010 | 100010 |
Color Harmonies of #961677
Complementary color
Monochromatic Colors of #961677
Black with #961677
Text Example
Text Example
White with #961677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961677; }
p { color: rgb(150,22,119); }
H1.HeaderClassName
{
color: #961677;
}
.AnyTagClassName
{
color: #961677;
}
</style>
background-color css
<style>
a { background-color: #961677; }
a { background-color: rgb(150,22,119); }
div.DivClassName
{
background-color: #961677;
}
.BgClassName
{
background-color: #961677;
}
</style>
border-color css
<style>
span { border-color: #961677; }
span { border-color: rgb(150,22,119); }
td.TdClassName
{
border-color: #961677;
}
.TagClassName
{
border-color: #961677;
}
</style>