Shades of Dark Purple #96317B
Tints of Dark Purple #96317B
RGB
CMYK
RGB Variations
Color information
#96317B (or 0x96317B) is known color: Dark Purple. HEX triplet: 96, 31 and 7B. RGB value is (150,49,123). Sum of RGB (Red+Green+Blue) = 150+49+123=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #96317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96317B is #69CE84. Grayscale: #575757. Windows color (decimal): -6934149 or 8073622. OLE color: 8073622.
HSL color Cylindrical-coordinate representation of color #96317B: hue angle of 316.04º 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 #96317B is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 123 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.41 |
| HSL | 316.04º | 0.51% | 0.39% | - |
| HSV(B) | 316.04º | 0.67% | 0.59% | - |
| XYZ | 17.25 | 10.11 | 19.78 | - |
| YUV | 87.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 123 | 0 | 0.67 | 0.18 | 0.41 | 316.04 | 0.51 | 0.39 |
| Hex | 96 | 31 | 7B | 0 | 43 | 12 | 29 | 13C | 33 | 27 |
| Octal | 226 | 61 | 173 | 0 | 103 | 22 | 51 | 474 | 63 | 47 |
| Binary | 10010110 | 110001 | 1111011 | 0 | 1000011 | 10010 | 101001 | 100111100 | 110011 | 100111 |
Color Harmonies of #96317B
Complementary color
Monochromatic Colors of #96317B
Black with #96317B
Text Example
Text Example
White with #96317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96317B; }
p { color: rgb(150,49,123); }
H1.HeaderClassName
{
color: #96317B;
}
.AnyTagClassName
{
color: #96317B;
}
</style>
background-color css
<style>
a { background-color: #96317B; }
a { background-color: rgb(150,49,123); }
div.DivClassName
{
background-color: #96317B;
}
.BgClassName
{
background-color: #96317B;
}
</style>
border-color css
<style>
span { border-color: #96317B; }
span { border-color: rgb(150,49,123); }
td.TdClassName
{
border-color: #96317B;
}
.TagClassName
{
border-color: #96317B;
}
</style>