Shades of Dark Purple #96317E
Tints of Dark Purple #96317E
RGB
CMYK
RGB Variations
Color information
#96317E (or 0x96317E) is known color: Dark Purple. HEX triplet: 96, 31 and 7E. RGB value is (150,49,126). Sum of RGB (Red+Green+Blue) = 150+49+126=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96317E is #69CE81. Grayscale: #575757. Windows color (decimal): -6934146 or 8270230. OLE color: 8270230.
HSL color Cylindrical-coordinate representation of color #96317E: hue angle of 314.26º 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 #96317E is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 126 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.41 |
| HSL | 314.26º | 0.51% | 0.39% | - |
| HSV(B) | 314.26º | 0.67% | 0.59% | - |
| XYZ | 17.44 | 10.19 | 20.79 | - |
| YUV | 87.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 126 | 0 | 0.67 | 0.16 | 0.41 | 314.26 | 0.51 | 0.39 |
| Hex | 96 | 31 | 7E | 0 | 43 | 10 | 29 | 13A | 33 | 27 |
| Octal | 226 | 61 | 176 | 0 | 103 | 20 | 51 | 472 | 63 | 47 |
| Binary | 10010110 | 110001 | 1111110 | 0 | 1000011 | 10000 | 101001 | 100111010 | 110011 | 100111 |
Color Harmonies of #96317E
Complementary color
Monochromatic Colors of #96317E
Black with #96317E
Text Example
Text Example
White with #96317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96317E; }
p { color: rgb(150,49,126); }
H1.HeaderClassName
{
color: #96317E;
}
.AnyTagClassName
{
color: #96317E;
}
</style>
background-color css
<style>
a { background-color: #96317E; }
a { background-color: rgb(150,49,126); }
div.DivClassName
{
background-color: #96317E;
}
.BgClassName
{
background-color: #96317E;
}
</style>
border-color css
<style>
span { border-color: #96317E; }
span { border-color: rgb(150,49,126); }
td.TdClassName
{
border-color: #96317E;
}
.TagClassName
{
border-color: #96317E;
}
</style>