Shades of Dark Purple #96387C
Tints of Dark Purple #96387C
RGB
CMYK
RGB Variations
Color information
#96387C (or 0x96387C) is known color: Dark Purple. HEX triplet: 96, 38 and 7C. RGB value is (150,56,124). Sum of RGB (Red+Green+Blue) = 150+56+124=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96387C is #69C783. Grayscale: #5B5B5B. Windows color (decimal): -6932356 or 8140950. OLE color: 8140950.
HSL color Cylindrical-coordinate representation of color #96387C: hue angle of 316.6º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96387C is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 124 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.41 |
| HSL | 316.6º | 0.46% | 0.4% | - |
| HSV(B) | 316.6º | 0.63% | 0.59% | - |
| XYZ | 17.63 | 10.77 | 20.22 | - |
| YUV | 91.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 124 | 0 | 0.63 | 0.17 | 0.41 | 316.6 | 0.46 | 0.4 |
| Hex | 96 | 38 | 7C | 0 | 3F | 11 | 29 | 13D | 2E | 28 |
| Octal | 226 | 70 | 174 | 0 | 77 | 21 | 51 | 475 | 56 | 50 |
| Binary | 10010110 | 111000 | 1111100 | 0 | 111111 | 10001 | 101001 | 100111101 | 101110 | 101000 |
Color Harmonies of #96387C
Complementary color
Monochromatic Colors of #96387C
Black with #96387C
Text Example
Text Example
White with #96387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96387C; }
p { color: rgb(150,56,124); }
H1.HeaderClassName
{
color: #96387C;
}
.AnyTagClassName
{
color: #96387C;
}
</style>
background-color css
<style>
a { background-color: #96387C; }
a { background-color: rgb(150,56,124); }
div.DivClassName
{
background-color: #96387C;
}
.BgClassName
{
background-color: #96387C;
}
</style>
border-color css
<style>
span { border-color: #96387C; }
span { border-color: rgb(150,56,124); }
td.TdClassName
{
border-color: #96387C;
}
.TagClassName
{
border-color: #96387C;
}
</style>