Shades of Dark Purple #9B2096
Tints of Dark Purple #9B2096
RGB
CMYK
RGB Variations
Color information
#9B2096 (or 0x9B2096) is known color: Dark Purple. HEX triplet: 9B, 20 and 96. RGB value is (155,32,150). Sum of RGB (Red+Green+Blue) = 155+32+150=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2096 is #64DF69. Grayscale: #515151. Windows color (decimal): -6610794 or 9838747. OLE color: 9838747.
HSL color Cylindrical-coordinate representation of color #9B2096: hue angle of 302.44º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2096 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 150 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.39 |
| HSL | 302.44º | 0.66% | 0.37% | - |
| HSV(B) | 302.44º | 0.79% | 0.61% | - |
| XYZ | 19.54 | 10.2 | 29.79 | - |
| YUV | 82.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 150 | 0 | 0.79 | 0.03 | 0.39 | 302.44 | 0.66 | 0.37 |
| Hex | 9B | 20 | 96 | 0 | 4F | 3 | 27 | 12E | 42 | 25 |
| Octal | 233 | 40 | 226 | 0 | 117 | 3 | 47 | 456 | 102 | 45 |
| Binary | 10011011 | 100000 | 10010110 | 0 | 1001111 | 11 | 100111 | 100101110 | 1000010 | 100101 |
Color Harmonies of #9B2096
Complementary color
Monochromatic Colors of #9B2096
Black with #9B2096
Text Example
Text Example
White with #9B2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2096; }
p { color: rgb(155,32,150); }
H1.HeaderClassName
{
color: #9B2096;
}
.AnyTagClassName
{
color: #9B2096;
}
</style>
background-color css
<style>
a { background-color: #9B2096; }
a { background-color: rgb(155,32,150); }
div.DivClassName
{
background-color: #9B2096;
}
.BgClassName
{
background-color: #9B2096;
}
</style>
border-color css
<style>
span { border-color: #9B2096; }
span { border-color: rgb(155,32,150); }
td.TdClassName
{
border-color: #9B2096;
}
.TagClassName
{
border-color: #9B2096;
}
</style>