Shades of Dark Purple #96347D
Tints of Dark Purple #96347D
RGB
CMYK
RGB Variations
Color information
#96347D (or 0x96347D) is known color: Dark Purple. HEX triplet: 96, 34 and 7D. RGB value is (150,52,125). Sum of RGB (Red+Green+Blue) = 150+52+125=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96347D is #69CB82. Grayscale: #595959. Windows color (decimal): -6933379 or 8205462. OLE color: 8205462.
HSL color Cylindrical-coordinate representation of color #96347D: hue angle of 315.31º 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 #96347D is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 125 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.41 |
| HSL | 315.31º | 0.49% | 0.4% | - |
| HSV(B) | 315.31º | 0.65% | 0.59% | - |
| XYZ | 17.51 | 10.42 | 20.49 | - |
| YUV | 89.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 125 | 0 | 0.65 | 0.17 | 0.41 | 315.31 | 0.49 | 0.4 |
| Hex | 96 | 34 | 7D | 0 | 41 | 11 | 29 | 13B | 31 | 28 |
| Octal | 226 | 64 | 175 | 0 | 101 | 21 | 51 | 473 | 61 | 50 |
| Binary | 10010110 | 110100 | 1111101 | 0 | 1000001 | 10001 | 101001 | 100111011 | 110001 | 101000 |
Color Harmonies of #96347D
Complementary color
Monochromatic Colors of #96347D
Black with #96347D
Text Example
Text Example
White with #96347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96347D; }
p { color: rgb(150,52,125); }
H1.HeaderClassName
{
color: #96347D;
}
.AnyTagClassName
{
color: #96347D;
}
</style>
background-color css
<style>
a { background-color: #96347D; }
a { background-color: rgb(150,52,125); }
div.DivClassName
{
background-color: #96347D;
}
.BgClassName
{
background-color: #96347D;
}
</style>
border-color css
<style>
span { border-color: #96347D; }
span { border-color: rgb(150,52,125); }
td.TdClassName
{
border-color: #96347D;
}
.TagClassName
{
border-color: #96347D;
}
</style>