Shades of Dark Purple #96347B
Tints of Dark Purple #96347B
RGB
CMYK
RGB Variations
Color information
#96347B (or 0x96347B) is known color: Dark Purple. HEX triplet: 96, 34 and 7B. RGB value is (150,52,123). Sum of RGB (Red+Green+Blue) = 150+52+123=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96347B is #69CB84. Grayscale: #595959. Windows color (decimal): -6933381 or 8074390. OLE color: 8074390.
HSL color Cylindrical-coordinate representation of color #96347B: hue angle of 316.53º 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 #96347B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 123 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.41 |
| HSL | 316.53º | 0.49% | 0.4% | - |
| HSV(B) | 316.53º | 0.65% | 0.59% | - |
| XYZ | 17.38 | 10.37 | 19.82 | - |
| YUV | 89.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 123 | 0 | 0.65 | 0.18 | 0.41 | 316.53 | 0.49 | 0.4 |
| Hex | 96 | 34 | 7B | 0 | 41 | 12 | 29 | 13D | 31 | 28 |
| Octal | 226 | 64 | 173 | 0 | 101 | 22 | 51 | 475 | 61 | 50 |
| Binary | 10010110 | 110100 | 1111011 | 0 | 1000001 | 10010 | 101001 | 100111101 | 110001 | 101000 |
Color Harmonies of #96347B
Complementary color
Monochromatic Colors of #96347B
Black with #96347B
Text Example
Text Example
White with #96347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96347B; }
p { color: rgb(150,52,123); }
H1.HeaderClassName
{
color: #96347B;
}
.AnyTagClassName
{
color: #96347B;
}
</style>
background-color css
<style>
a { background-color: #96347B; }
a { background-color: rgb(150,52,123); }
div.DivClassName
{
background-color: #96347B;
}
.BgClassName
{
background-color: #96347B;
}
</style>
border-color css
<style>
span { border-color: #96347B; }
span { border-color: rgb(150,52,123); }
td.TdClassName
{
border-color: #96347B;
}
.TagClassName
{
border-color: #96347B;
}
</style>