Shades of Dark Purple #96117A
Tints of Dark Purple #96117A
RGB
CMYK
RGB Variations
Color information
#96117A (or 0x96117A) is known color: Dark Purple. HEX triplet: 96, 11 and 7A. RGB value is (150,17,122). Sum of RGB (Red+Green+Blue) = 150+17+122=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #96117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96117A is #69EE85. Grayscale: #444444. Windows color (decimal): -6942342 or 7999894. OLE color: 7999894.
HSL color Cylindrical-coordinate representation of color #96117A: hue angle of 312.63º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96117A is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 122 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.41 |
| HSL | 312.63º | 0.8% | 0.33% | - |
| HSV(B) | 312.63º | 0.89% | 0.59% | - |
| XYZ | 16.29 | 8.29 | 19.15 | - |
| YUV | 68.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 122 | 0 | 0.89 | 0.19 | 0.41 | 312.63 | 0.8 | 0.33 |
| Hex | 96 | 11 | 7A | 0 | 59 | 13 | 29 | 139 | 50 | 21 |
| Octal | 226 | 21 | 172 | 0 | 131 | 23 | 51 | 471 | 120 | 41 |
| Binary | 10010110 | 10001 | 1111010 | 0 | 1011001 | 10011 | 101001 | 100111001 | 1010000 | 100001 |
Color Harmonies of #96117A
Complementary color
Monochromatic Colors of #96117A
Black with #96117A
Text Example
Text Example
White with #96117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96117A; }
p { color: rgb(150,17,122); }
H1.HeaderClassName
{
color: #96117A;
}
.AnyTagClassName
{
color: #96117A;
}
</style>
background-color css
<style>
a { background-color: #96117A; }
a { background-color: rgb(150,17,122); }
div.DivClassName
{
background-color: #96117A;
}
.BgClassName
{
background-color: #96117A;
}
</style>
border-color css
<style>
span { border-color: #96117A; }
span { border-color: rgb(150,17,122); }
td.TdClassName
{
border-color: #96117A;
}
.TagClassName
{
border-color: #96117A;
}
</style>