Shades of Dark Purple #96167C
Tints of Dark Purple #96167C
RGB
CMYK
RGB Variations
Color information
#96167C (or 0x96167C) is known color: Dark Purple. HEX triplet: 96, 16 and 7C. RGB value is (150,22,124). Sum of RGB (Red+Green+Blue) = 150+22+124=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96167C is #69E983. Grayscale: #474747. Windows color (decimal): -6941060 or 8132246. OLE color: 8132246.
HSL color Cylindrical-coordinate representation of color #96167C: hue angle of 312.19º 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 #96167C is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 124 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.41 |
| HSL | 312.19º | 0.74% | 0.34% | - |
| HSV(B) | 312.19º | 0.85% | 0.59% | - |
| XYZ | 16.5 | 8.51 | 19.84 | - |
| YUV | 71.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 124 | 0 | 0.85 | 0.17 | 0.41 | 312.19 | 0.74 | 0.34 |
| Hex | 96 | 16 | 7C | 0 | 55 | 11 | 29 | 138 | 4A | 22 |
| Octal | 226 | 26 | 174 | 0 | 125 | 21 | 51 | 470 | 112 | 42 |
| Binary | 10010110 | 10110 | 1111100 | 0 | 1010101 | 10001 | 101001 | 100111000 | 1001010 | 100010 |
Color Harmonies of #96167C
Complementary color
Monochromatic Colors of #96167C
Black with #96167C
Text Example
Text Example
White with #96167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96167C; }
p { color: rgb(150,22,124); }
H1.HeaderClassName
{
color: #96167C;
}
.AnyTagClassName
{
color: #96167C;
}
</style>
background-color css
<style>
a { background-color: #96167C; }
a { background-color: rgb(150,22,124); }
div.DivClassName
{
background-color: #96167C;
}
.BgClassName
{
background-color: #96167C;
}
</style>
border-color css
<style>
span { border-color: #96167C; }
span { border-color: rgb(150,22,124); }
td.TdClassName
{
border-color: #96167C;
}
.TagClassName
{
border-color: #96167C;
}
</style>