Shades of Dark Purple #96317A
Tints of Dark Purple #96317A
RGB
CMYK
RGB Variations
Color information
#96317A (or 0x96317A) is known color: Dark Purple. HEX triplet: 96, 31 and 7A. RGB value is (150,49,122). Sum of RGB (Red+Green+Blue) = 150+49+122=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #96317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96317A is #69CE85. Grayscale: #575757. Windows color (decimal): -6934150 or 8008086. OLE color: 8008086.
HSL color Cylindrical-coordinate representation of color #96317A: hue angle of 316.63º 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 #96317A is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 122 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.41 |
| HSL | 316.63º | 0.51% | 0.39% | - |
| HSV(B) | 316.63º | 0.67% | 0.59% | - |
| XYZ | 17.19 | 10.09 | 19.45 | - |
| YUV | 87.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 122 | 0 | 0.67 | 0.19 | 0.41 | 316.63 | 0.51 | 0.39 |
| Hex | 96 | 31 | 7A | 0 | 43 | 13 | 29 | 13D | 33 | 27 |
| Octal | 226 | 61 | 172 | 0 | 103 | 23 | 51 | 475 | 63 | 47 |
| Binary | 10010110 | 110001 | 1111010 | 0 | 1000011 | 10011 | 101001 | 100111101 | 110011 | 100111 |
Color Harmonies of #96317A
Complementary color
Monochromatic Colors of #96317A
Black with #96317A
Text Example
Text Example
White with #96317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96317A; }
p { color: rgb(150,49,122); }
H1.HeaderClassName
{
color: #96317A;
}
.AnyTagClassName
{
color: #96317A;
}
</style>
background-color css
<style>
a { background-color: #96317A; }
a { background-color: rgb(150,49,122); }
div.DivClassName
{
background-color: #96317A;
}
.BgClassName
{
background-color: #96317A;
}
</style>
border-color css
<style>
span { border-color: #96317A; }
span { border-color: rgb(150,49,122); }
td.TdClassName
{
border-color: #96317A;
}
.TagClassName
{
border-color: #96317A;
}
</style>