Shades of Dark Purple #96117C
Tints of Dark Purple #96117C
RGB
CMYK
RGB Variations
Color information
#96117C (or 0x96117C) is known color: Dark Purple. HEX triplet: 96, 11 and 7C. RGB value is (150,17,124). Sum of RGB (Red+Green+Blue) = 150+17+124=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96117C is #69EE83. Grayscale: #444444. Windows color (decimal): -6942340 or 8130966. OLE color: 8130966.
HSL color Cylindrical-coordinate representation of color #96117C: hue angle of 311.73º 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 #96117C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 124 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.41 |
| HSL | 311.73º | 0.8% | 0.33% | - |
| HSV(B) | 311.73º | 0.89% | 0.59% | - |
| XYZ | 16.42 | 8.34 | 19.81 | - |
| YUV | 68.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 124 | 0 | 0.89 | 0.17 | 0.41 | 311.73 | 0.8 | 0.33 |
| Hex | 96 | 11 | 7C | 0 | 59 | 11 | 29 | 138 | 50 | 21 |
| Octal | 226 | 21 | 174 | 0 | 131 | 21 | 51 | 470 | 120 | 41 |
| Binary | 10010110 | 10001 | 1111100 | 0 | 1011001 | 10001 | 101001 | 100111000 | 1010000 | 100001 |
Color Harmonies of #96117C
Complementary color
Monochromatic Colors of #96117C
Black with #96117C
Text Example
Text Example
White with #96117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96117C; }
p { color: rgb(150,17,124); }
H1.HeaderClassName
{
color: #96117C;
}
.AnyTagClassName
{
color: #96117C;
}
</style>
background-color css
<style>
a { background-color: #96117C; }
a { background-color: rgb(150,17,124); }
div.DivClassName
{
background-color: #96117C;
}
.BgClassName
{
background-color: #96117C;
}
</style>
border-color css
<style>
span { border-color: #96117C; }
span { border-color: rgb(150,17,124); }
td.TdClassName
{
border-color: #96117C;
}
.TagClassName
{
border-color: #96117C;
}
</style>