Shades of Dark Purple #96347E
Tints of Dark Purple #96347E
RGB
CMYK
RGB Variations
Color information
#96347E (or 0x96347E) is known color: Dark Purple. HEX triplet: 96, 34 and 7E. RGB value is (150,52,126). Sum of RGB (Red+Green+Blue) = 150+52+126=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96347E is #69CB81. Grayscale: #595959. Windows color (decimal): -6933378 or 8270998. OLE color: 8270998.
HSL color Cylindrical-coordinate representation of color #96347E: hue angle of 314.69º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96347E is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 126 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.41 |
| HSL | 314.69º | 0.49% | 0.4% | - |
| HSV(B) | 314.69º | 0.65% | 0.59% | - |
| XYZ | 17.57 | 10.45 | 20.83 | - |
| YUV | 89.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 126 | 0 | 0.65 | 0.16 | 0.41 | 314.69 | 0.49 | 0.4 |
| Hex | 96 | 34 | 7E | 0 | 41 | 10 | 29 | 13B | 31 | 28 |
| Octal | 226 | 64 | 176 | 0 | 101 | 20 | 51 | 473 | 61 | 50 |
| Binary | 10010110 | 110100 | 1111110 | 0 | 1000001 | 10000 | 101001 | 100111011 | 110001 | 101000 |
Color Harmonies of #96347E
Complementary color
Monochromatic Colors of #96347E
Black with #96347E
Text Example
Text Example
White with #96347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96347E; }
p { color: rgb(150,52,126); }
H1.HeaderClassName
{
color: #96347E;
}
.AnyTagClassName
{
color: #96347E;
}
</style>
background-color css
<style>
a { background-color: #96347E; }
a { background-color: rgb(150,52,126); }
div.DivClassName
{
background-color: #96347E;
}
.BgClassName
{
background-color: #96347E;
}
</style>
border-color css
<style>
span { border-color: #96347E; }
span { border-color: rgb(150,52,126); }
td.TdClassName
{
border-color: #96347E;
}
.TagClassName
{
border-color: #96347E;
}
</style>