Shades of Dark Purple #96197A
Tints of Dark Purple #96197A
RGB
CMYK
RGB Variations
Color information
#96197A (or 0x96197A) is known color: Dark Purple. HEX triplet: 96, 19 and 7A. RGB value is (150,25,122). Sum of RGB (Red+Green+Blue) = 150+25+122=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96197A is #69E685. Grayscale: #494949. Windows color (decimal): -6940294 or 8001942. OLE color: 8001942.
HSL color Cylindrical-coordinate representation of color #96197A: hue angle of 313.44º 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 #96197A is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 122 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.41 |
| HSL | 313.44º | 0.71% | 0.34% | - |
| HSV(B) | 313.44º | 0.83% | 0.59% | - |
| XYZ | 16.44 | 8.58 | 19.2 | - |
| YUV | 73.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 122 | 0 | 0.83 | 0.19 | 0.41 | 313.44 | 0.71 | 0.34 |
| Hex | 96 | 19 | 7A | 0 | 53 | 13 | 29 | 139 | 47 | 22 |
| Octal | 226 | 31 | 172 | 0 | 123 | 23 | 51 | 471 | 107 | 42 |
| Binary | 10010110 | 11001 | 1111010 | 0 | 1010011 | 10011 | 101001 | 100111001 | 1000111 | 100010 |
Color Harmonies of #96197A
Complementary color
Monochromatic Colors of #96197A
Black with #96197A
Text Example
Text Example
White with #96197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96197A; }
p { color: rgb(150,25,122); }
H1.HeaderClassName
{
color: #96197A;
}
.AnyTagClassName
{
color: #96197A;
}
</style>
background-color css
<style>
a { background-color: #96197A; }
a { background-color: rgb(150,25,122); }
div.DivClassName
{
background-color: #96197A;
}
.BgClassName
{
background-color: #96197A;
}
</style>
border-color css
<style>
span { border-color: #96197A; }
span { border-color: rgb(150,25,122); }
td.TdClassName
{
border-color: #96197A;
}
.TagClassName
{
border-color: #96197A;
}
</style>