Shades of Dark Purple #96217E
Tints of Dark Purple #96217E
RGB
CMYK
RGB Variations
Color information
#96217E (or 0x96217E) is known color: Dark Purple. HEX triplet: 96, 21 and 7E. RGB value is (150,33,126). Sum of RGB (Red+Green+Blue) = 150+33+126=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96217E is #69DE81. Grayscale: #4E4E4E. Windows color (decimal): -6938242 or 8266134. OLE color: 8266134.
HSL color Cylindrical-coordinate representation of color #96217E: hue angle of 312.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96217E is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 126 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.41 |
| HSL | 312.31º | 0.64% | 0.36% | - |
| HSV(B) | 312.31º | 0.78% | 0.59% | - |
| XYZ | 16.89 | 9.08 | 20.6 | - |
| YUV | 78.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 126 | 0 | 0.78 | 0.16 | 0.41 | 312.31 | 0.64 | 0.36 |
| Hex | 96 | 21 | 7E | 0 | 4E | 10 | 29 | 138 | 40 | 24 |
| Octal | 226 | 41 | 176 | 0 | 116 | 20 | 51 | 470 | 100 | 44 |
| Binary | 10010110 | 100001 | 1111110 | 0 | 1001110 | 10000 | 101001 | 100111000 | 1000000 | 100100 |
Color Harmonies of #96217E
Complementary color
Monochromatic Colors of #96217E
Black with #96217E
Text Example
Text Example
White with #96217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96217E; }
p { color: rgb(150,33,126); }
H1.HeaderClassName
{
color: #96217E;
}
.AnyTagClassName
{
color: #96217E;
}
</style>
background-color css
<style>
a { background-color: #96217E; }
a { background-color: rgb(150,33,126); }
div.DivClassName
{
background-color: #96217E;
}
.BgClassName
{
background-color: #96217E;
}
</style>
border-color css
<style>
span { border-color: #96217E; }
span { border-color: rgb(150,33,126); }
td.TdClassName
{
border-color: #96217E;
}
.TagClassName
{
border-color: #96217E;
}
</style>