Shades of Dark Purple #96317C
Tints of Dark Purple #96317C
RGB
CMYK
RGB Variations
Color information
#96317C (or 0x96317C) is known color: Dark Purple. HEX triplet: 96, 31 and 7C. RGB value is (150,49,124). Sum of RGB (Red+Green+Blue) = 150+49+124=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96317C is #69CE83. Grayscale: #575757. Windows color (decimal): -6934148 or 8139158. OLE color: 8139158.
HSL color Cylindrical-coordinate representation of color #96317C: hue angle of 315.45º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96317C is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 124 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.41 |
| HSL | 315.45º | 0.51% | 0.39% | - |
| HSV(B) | 315.45º | 0.67% | 0.59% | - |
| XYZ | 17.31 | 10.14 | 20.11 | - |
| YUV | 87.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 124 | 0 | 0.67 | 0.17 | 0.41 | 315.45 | 0.51 | 0.39 |
| Hex | 96 | 31 | 7C | 0 | 43 | 11 | 29 | 13B | 33 | 27 |
| Octal | 226 | 61 | 174 | 0 | 103 | 21 | 51 | 473 | 63 | 47 |
| Binary | 10010110 | 110001 | 1111100 | 0 | 1000011 | 10001 | 101001 | 100111011 | 110011 | 100111 |
Color Harmonies of #96317C
Complementary color
Monochromatic Colors of #96317C
Black with #96317C
Text Example
Text Example
White with #96317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96317C; }
p { color: rgb(150,49,124); }
H1.HeaderClassName
{
color: #96317C;
}
.AnyTagClassName
{
color: #96317C;
}
</style>
background-color css
<style>
a { background-color: #96317C; }
a { background-color: rgb(150,49,124); }
div.DivClassName
{
background-color: #96317C;
}
.BgClassName
{
background-color: #96317C;
}
</style>
border-color css
<style>
span { border-color: #96317C; }
span { border-color: rgb(150,49,124); }
td.TdClassName
{
border-color: #96317C;
}
.TagClassName
{
border-color: #96317C;
}
</style>