Shades of Dark Purple #96166F
Tints of Dark Purple #96166F
RGB
CMYK
RGB Variations
Color information
#96166F (or 0x96166F) is known color: Dark Purple. HEX triplet: 96, 16 and 6F. RGB value is (150,22,111). Sum of RGB (Red+Green+Blue) = 150+22+111=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96166F is #69E990. Grayscale: #464646. Windows color (decimal): -6941073 or 7280278. OLE color: 7280278.
HSL color Cylindrical-coordinate representation of color #96166F: hue angle of 318.28º 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 #96166F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 111 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.41 |
| HSL | 318.28º | 0.74% | 0.34% | - |
| HSV(B) | 318.28º | 0.85% | 0.59% | - |
| XYZ | 15.73 | 8.21 | 15.79 | - |
| YUV | 70.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 111 | 0 | 0.85 | 0.26 | 0.41 | 318.28 | 0.74 | 0.34 |
| Hex | 96 | 16 | 6F | 0 | 55 | 1A | 29 | 13E | 4A | 22 |
| Octal | 226 | 26 | 157 | 0 | 125 | 32 | 51 | 476 | 112 | 42 |
| Binary | 10010110 | 10110 | 1101111 | 0 | 1010101 | 11010 | 101001 | 100111110 | 1001010 | 100010 |
Color Harmonies of #96166F
Complementary color
Monochromatic Colors of #96166F
Black with #96166F
Text Example
Text Example
White with #96166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96166F; }
p { color: rgb(150,22,111); }
H1.HeaderClassName
{
color: #96166F;
}
.AnyTagClassName
{
color: #96166F;
}
</style>
background-color css
<style>
a { background-color: #96166F; }
a { background-color: rgb(150,22,111); }
div.DivClassName
{
background-color: #96166F;
}
.BgClassName
{
background-color: #96166F;
}
</style>
border-color css
<style>
span { border-color: #96166F; }
span { border-color: rgb(150,22,111); }
td.TdClassName
{
border-color: #96166F;
}
.TagClassName
{
border-color: #96166F;
}
</style>