Shades of Dark Purple #96206C
Tints of Dark Purple #96206C
RGB
CMYK
RGB Variations
Color information
#96206C (or 0x96206C) is known color: Dark Purple. HEX triplet: 96, 20 and 6C. RGB value is (150,32,108). Sum of RGB (Red+Green+Blue) = 150+32+108=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96206C is #69DF93. Grayscale: #4B4B4B. Windows color (decimal): -6938516 or 7086230. OLE color: 7086230.
HSL color Cylindrical-coordinate representation of color #96206C: hue angle of 321.36º 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 #96206C is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 108 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.41 |
| HSL | 321.36º | 0.65% | 0.36% | - |
| HSV(B) | 321.36º | 0.79% | 0.59% | - |
| XYZ | 15.8 | 8.6 | 15.01 | - |
| YUV | 75.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 108 | 0 | 0.79 | 0.28 | 0.41 | 321.36 | 0.65 | 0.36 |
| Hex | 96 | 20 | 6C | 0 | 4F | 1C | 29 | 141 | 41 | 24 |
| Octal | 226 | 40 | 154 | 0 | 117 | 34 | 51 | 501 | 101 | 44 |
| Binary | 10010110 | 100000 | 1101100 | 0 | 1001111 | 11100 | 101001 | 101000001 | 1000001 | 100100 |
Color Harmonies of #96206C
Complementary color
Monochromatic Colors of #96206C
Black with #96206C
Text Example
Text Example
White with #96206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96206C; }
p { color: rgb(150,32,108); }
H1.HeaderClassName
{
color: #96206C;
}
.AnyTagClassName
{
color: #96206C;
}
</style>
background-color css
<style>
a { background-color: #96206C; }
a { background-color: rgb(150,32,108); }
div.DivClassName
{
background-color: #96206C;
}
.BgClassName
{
background-color: #96206C;
}
</style>
border-color css
<style>
span { border-color: #96206C; }
span { border-color: rgb(150,32,108); }
td.TdClassName
{
border-color: #96206C;
}
.TagClassName
{
border-color: #96206C;
}
</style>