Shades of Dark Purple #96217B
Tints of Dark Purple #96217B
RGB
CMYK
RGB Variations
Color information
#96217B (or 0x96217B) is known color: Dark Purple. HEX triplet: 96, 21 and 7B. RGB value is (150,33,123). Sum of RGB (Red+Green+Blue) = 150+33+123=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96217B is #69DE84. Grayscale: #4E4E4E. Windows color (decimal): -6938245 or 8069526. OLE color: 8069526.
HSL color Cylindrical-coordinate representation of color #96217B: hue angle of 313.85º 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 #96217B is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 123 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.41 |
| HSL | 313.85º | 0.64% | 0.36% | - |
| HSV(B) | 313.85º | 0.78% | 0.59% | - |
| XYZ | 16.7 | 9 | 19.6 | - |
| YUV | 78.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 123 | 0 | 0.78 | 0.18 | 0.41 | 313.85 | 0.64 | 0.36 |
| Hex | 96 | 21 | 7B | 0 | 4E | 12 | 29 | 13A | 40 | 24 |
| Octal | 226 | 41 | 173 | 0 | 116 | 22 | 51 | 472 | 100 | 44 |
| Binary | 10010110 | 100001 | 1111011 | 0 | 1001110 | 10010 | 101001 | 100111010 | 1000000 | 100100 |
Color Harmonies of #96217B
Complementary color
Monochromatic Colors of #96217B
Black with #96217B
Text Example
Text Example
White with #96217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96217B; }
p { color: rgb(150,33,123); }
H1.HeaderClassName
{
color: #96217B;
}
.AnyTagClassName
{
color: #96217B;
}
</style>
background-color css
<style>
a { background-color: #96217B; }
a { background-color: rgb(150,33,123); }
div.DivClassName
{
background-color: #96217B;
}
.BgClassName
{
background-color: #96217B;
}
</style>
border-color css
<style>
span { border-color: #96217B; }
span { border-color: rgb(150,33,123); }
td.TdClassName
{
border-color: #96217B;
}
.TagClassName
{
border-color: #96217B;
}
</style>