Shades of Dark Purple #96117F
Tints of Dark Purple #96117F
RGB
CMYK
RGB Variations
Color information
#96117F (or 0x96117F) is known color: Dark Purple. HEX triplet: 96, 11 and 7F. RGB value is (150,17,127). Sum of RGB (Red+Green+Blue) = 150+17+127=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96117F is #69EE80. Grayscale: #454545. Windows color (decimal): -6942337 or 8327574. OLE color: 8327574.
HSL color Cylindrical-coordinate representation of color #96117F: hue angle of 310.38º 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 #96117F is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 127 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.41 |
| HSL | 310.38º | 0.8% | 0.33% | - |
| HSV(B) | 310.38º | 0.89% | 0.59% | - |
| XYZ | 16.61 | 8.42 | 20.83 | - |
| YUV | 69.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 127 | 0 | 0.89 | 0.15 | 0.41 | 310.38 | 0.8 | 0.33 |
| Hex | 96 | 11 | 7F | 0 | 59 | F | 29 | 136 | 50 | 21 |
| Octal | 226 | 21 | 177 | 0 | 131 | 17 | 51 | 466 | 120 | 41 |
| Binary | 10010110 | 10001 | 1111111 | 0 | 1011001 | 1111 | 101001 | 100110110 | 1010000 | 100001 |
Color Harmonies of #96117F
Complementary color
Monochromatic Colors of #96117F
Black with #96117F
Text Example
Text Example
White with #96117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96117F; }
p { color: rgb(150,17,127); }
H1.HeaderClassName
{
color: #96117F;
}
.AnyTagClassName
{
color: #96117F;
}
</style>
background-color css
<style>
a { background-color: #96117F; }
a { background-color: rgb(150,17,127); }
div.DivClassName
{
background-color: #96117F;
}
.BgClassName
{
background-color: #96117F;
}
</style>
border-color css
<style>
span { border-color: #96117F; }
span { border-color: rgb(150,17,127); }
td.TdClassName
{
border-color: #96117F;
}
.TagClassName
{
border-color: #96117F;
}
</style>