Shades of Dark Purple #96397C
Tints of Dark Purple #96397C
RGB
CMYK
RGB Variations
Color information
#96397C (or 0x96397C) is known color: Dark Purple. HEX triplet: 96, 39 and 7C. RGB value is (150,57,124). Sum of RGB (Red+Green+Blue) = 150+57+124=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96397C is #69C683. Grayscale: #5C5C5C. Windows color (decimal): -6932100 or 8141206. OLE color: 8141206.
HSL color Cylindrical-coordinate representation of color #96397C: hue angle of 316.77º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96397C is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 124 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.41 |
| HSL | 316.77º | 0.45% | 0.41% | - |
| HSV(B) | 316.77º | 0.62% | 0.59% | - |
| XYZ | 17.68 | 10.87 | 20.23 | - |
| YUV | 92.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 124 | 0 | 0.62 | 0.17 | 0.41 | 316.77 | 0.45 | 0.41 |
| Hex | 96 | 39 | 7C | 0 | 3E | 11 | 29 | 13D | 2D | 29 |
| Octal | 226 | 71 | 174 | 0 | 76 | 21 | 51 | 475 | 55 | 51 |
| Binary | 10010110 | 111001 | 1111100 | 0 | 111110 | 10001 | 101001 | 100111101 | 101101 | 101001 |
Color Harmonies of #96397C
Complementary color
Monochromatic Colors of #96397C
Black with #96397C
Text Example
Text Example
White with #96397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96397C; }
p { color: rgb(150,57,124); }
H1.HeaderClassName
{
color: #96397C;
}
.AnyTagClassName
{
color: #96397C;
}
</style>
background-color css
<style>
a { background-color: #96397C; }
a { background-color: rgb(150,57,124); }
div.DivClassName
{
background-color: #96397C;
}
.BgClassName
{
background-color: #96397C;
}
</style>
border-color css
<style>
span { border-color: #96397C; }
span { border-color: rgb(150,57,124); }
td.TdClassName
{
border-color: #96397C;
}
.TagClassName
{
border-color: #96397C;
}
</style>