Shades of Dark Purple #96206E
Tints of Dark Purple #96206E
RGB
CMYK
RGB Variations
Color information
#96206E (or 0x96206E) is known color: Dark Purple. HEX triplet: 96, 20 and 6E. RGB value is (150,32,110). Sum of RGB (Red+Green+Blue) = 150+32+110=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96206E is #69DF91. Grayscale: #4B4B4B. Windows color (decimal): -6938514 or 7217302. OLE color: 7217302.
HSL color Cylindrical-coordinate representation of color #96206E: hue angle of 320.34º 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 #96206E is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 110 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.41 |
| HSL | 320.34º | 0.65% | 0.36% | - |
| HSV(B) | 320.34º | 0.79% | 0.59% | - |
| XYZ | 15.91 | 8.64 | 15.58 | - |
| YUV | 76.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 110 | 0 | 0.79 | 0.27 | 0.41 | 320.34 | 0.65 | 0.36 |
| Hex | 96 | 20 | 6E | 0 | 4F | 1B | 29 | 140 | 41 | 24 |
| Octal | 226 | 40 | 156 | 0 | 117 | 33 | 51 | 500 | 101 | 44 |
| Binary | 10010110 | 100000 | 1101110 | 0 | 1001111 | 11011 | 101001 | 101000000 | 1000001 | 100100 |
Color Harmonies of #96206E
Complementary color
Monochromatic Colors of #96206E
Black with #96206E
Text Example
Text Example
White with #96206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96206E; }
p { color: rgb(150,32,110); }
H1.HeaderClassName
{
color: #96206E;
}
.AnyTagClassName
{
color: #96206E;
}
</style>
background-color css
<style>
a { background-color: #96206E; }
a { background-color: rgb(150,32,110); }
div.DivClassName
{
background-color: #96206E;
}
.BgClassName
{
background-color: #96206E;
}
</style>
border-color css
<style>
span { border-color: #96206E; }
span { border-color: rgb(150,32,110); }
td.TdClassName
{
border-color: #96206E;
}
.TagClassName
{
border-color: #96206E;
}
</style>