Shades of Dark Purple #96207C
Tints of Dark Purple #96207C
RGB
CMYK
RGB Variations
Color information
#96207C (or 0x96207C) is known color: Dark Purple. HEX triplet: 96, 20 and 7C. RGB value is (150,32,124). Sum of RGB (Red+Green+Blue) = 150+32+124=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96207C is #69DF83. Grayscale: #4D4D4D. Windows color (decimal): -6938500 or 8134806. OLE color: 8134806.
HSL color Cylindrical-coordinate representation of color #96207C: hue angle of 313.22º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96207C is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 124 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.41 |
| HSL | 313.22º | 0.65% | 0.36% | - |
| HSV(B) | 313.22º | 0.79% | 0.59% | - |
| XYZ | 16.73 | 8.97 | 19.92 | - |
| YUV | 77.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 124 | 0 | 0.79 | 0.17 | 0.41 | 313.22 | 0.65 | 0.36 |
| Hex | 96 | 20 | 7C | 0 | 4F | 11 | 29 | 139 | 41 | 24 |
| Octal | 226 | 40 | 174 | 0 | 117 | 21 | 51 | 471 | 101 | 44 |
| Binary | 10010110 | 100000 | 1111100 | 0 | 1001111 | 10001 | 101001 | 100111001 | 1000001 | 100100 |
Color Harmonies of #96207C
Complementary color
Monochromatic Colors of #96207C
Black with #96207C
Text Example
Text Example
White with #96207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96207C; }
p { color: rgb(150,32,124); }
H1.HeaderClassName
{
color: #96207C;
}
.AnyTagClassName
{
color: #96207C;
}
</style>
background-color css
<style>
a { background-color: #96207C; }
a { background-color: rgb(150,32,124); }
div.DivClassName
{
background-color: #96207C;
}
.BgClassName
{
background-color: #96207C;
}
</style>
border-color css
<style>
span { border-color: #96207C; }
span { border-color: rgb(150,32,124); }
td.TdClassName
{
border-color: #96207C;
}
.TagClassName
{
border-color: #96207C;
}
</style>