Shades of Dark Purple #96207D
Tints of Dark Purple #96207D
RGB
CMYK
RGB Variations
Color information
#96207D (or 0x96207D) is known color: Dark Purple. HEX triplet: 96, 20 and 7D. RGB value is (150,32,125). Sum of RGB (Red+Green+Blue) = 150+32+125=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96207D is #69DF82. Grayscale: #4D4D4D. Windows color (decimal): -6938499 or 8200342. OLE color: 8200342.
HSL color Cylindrical-coordinate representation of color #96207D: hue angle of 312.71º 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 #96207D is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 125 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.41 |
| HSL | 312.71º | 0.65% | 0.36% | - |
| HSV(B) | 312.71º | 0.79% | 0.59% | - |
| XYZ | 16.8 | 9 | 20.25 | - |
| YUV | 77.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 125 | 0 | 0.79 | 0.17 | 0.41 | 312.71 | 0.65 | 0.36 |
| Hex | 96 | 20 | 7D | 0 | 4F | 11 | 29 | 139 | 41 | 24 |
| Octal | 226 | 40 | 175 | 0 | 117 | 21 | 51 | 471 | 101 | 44 |
| Binary | 10010110 | 100000 | 1111101 | 0 | 1001111 | 10001 | 101001 | 100111001 | 1000001 | 100100 |
Color Harmonies of #96207D
Complementary color
Monochromatic Colors of #96207D
Black with #96207D
Text Example
Text Example
White with #96207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96207D; }
p { color: rgb(150,32,125); }
H1.HeaderClassName
{
color: #96207D;
}
.AnyTagClassName
{
color: #96207D;
}
</style>
background-color css
<style>
a { background-color: #96207D; }
a { background-color: rgb(150,32,125); }
div.DivClassName
{
background-color: #96207D;
}
.BgClassName
{
background-color: #96207D;
}
</style>
border-color css
<style>
span { border-color: #96207D; }
span { border-color: rgb(150,32,125); }
td.TdClassName
{
border-color: #96207D;
}
.TagClassName
{
border-color: #96207D;
}
</style>