Shades of Dark Purple #96197F
Tints of Dark Purple #96197F
RGB
CMYK
RGB Variations
Color information
#96197F (or 0x96197F) is known color: Dark Purple. HEX triplet: 96, 19 and 7F. RGB value is (150,25,127). Sum of RGB (Red+Green+Blue) = 150+25+127=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #96197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96197F is #69E680. Grayscale: #494949. Windows color (decimal): -6940289 or 8329622. OLE color: 8329622.
HSL color Cylindrical-coordinate representation of color #96197F: hue angle of 311.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96197F is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 127 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.41 |
| HSL | 311.04º | 0.71% | 0.34% | - |
| HSV(B) | 311.04º | 0.83% | 0.59% | - |
| XYZ | 16.76 | 8.71 | 20.88 | - |
| YUV | 74 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 127 | 0 | 0.83 | 0.15 | 0.41 | 311.04 | 0.71 | 0.34 |
| Hex | 96 | 19 | 7F | 0 | 53 | F | 29 | 137 | 47 | 22 |
| Octal | 226 | 31 | 177 | 0 | 123 | 17 | 51 | 467 | 107 | 42 |
| Binary | 10010110 | 11001 | 1111111 | 0 | 1010011 | 1111 | 101001 | 100110111 | 1000111 | 100010 |
Color Harmonies of #96197F
Complementary color
Monochromatic Colors of #96197F
Black with #96197F
Text Example
Text Example
White with #96197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96197F; }
p { color: rgb(150,25,127); }
H1.HeaderClassName
{
color: #96197F;
}
.AnyTagClassName
{
color: #96197F;
}
</style>
background-color css
<style>
a { background-color: #96197F; }
a { background-color: rgb(150,25,127); }
div.DivClassName
{
background-color: #96197F;
}
.BgClassName
{
background-color: #96197F;
}
</style>
border-color css
<style>
span { border-color: #96197F; }
span { border-color: rgb(150,25,127); }
td.TdClassName
{
border-color: #96197F;
}
.TagClassName
{
border-color: #96197F;
}
</style>