Shades of Dark Purple #96177A
Tints of Dark Purple #96177A
RGB
CMYK
RGB Variations
Color information
#96177A (or 0x96177A) is known color: Dark Purple. HEX triplet: 96, 17 and 7A. RGB value is (150,23,122). Sum of RGB (Red+Green+Blue) = 150+23+122=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96177A is #69E885. Grayscale: #474747. Windows color (decimal): -6940806 or 8001430. OLE color: 8001430.
HSL color Cylindrical-coordinate representation of color #96177A: hue angle of 313.23º 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 #96177A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 122 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.41 |
| HSL | 313.23º | 0.73% | 0.34% | - |
| HSV(B) | 313.23º | 0.85% | 0.59% | - |
| XYZ | 16.4 | 8.5 | 19.19 | - |
| YUV | 72.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 122 | 0 | 0.85 | 0.19 | 0.41 | 313.23 | 0.73 | 0.34 |
| Hex | 96 | 17 | 7A | 0 | 55 | 13 | 29 | 139 | 49 | 22 |
| Octal | 226 | 27 | 172 | 0 | 125 | 23 | 51 | 471 | 111 | 42 |
| Binary | 10010110 | 10111 | 1111010 | 0 | 1010101 | 10011 | 101001 | 100111001 | 1001001 | 100010 |
Color Harmonies of #96177A
Complementary color
Monochromatic Colors of #96177A
Black with #96177A
Text Example
Text Example
White with #96177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96177A; }
p { color: rgb(150,23,122); }
H1.HeaderClassName
{
color: #96177A;
}
.AnyTagClassName
{
color: #96177A;
}
</style>
background-color css
<style>
a { background-color: #96177A; }
a { background-color: rgb(150,23,122); }
div.DivClassName
{
background-color: #96177A;
}
.BgClassName
{
background-color: #96177A;
}
</style>
border-color css
<style>
span { border-color: #96177A; }
span { border-color: rgb(150,23,122); }
td.TdClassName
{
border-color: #96177A;
}
.TagClassName
{
border-color: #96177A;
}
</style>