Shades of Dark Purple #9C2096
Tints of Dark Purple #9C2096
RGB
CMYK
RGB Variations
Color information
#9C2096 (or 0x9C2096) is known color: Dark Purple. HEX triplet: 9C, 20 and 96. RGB value is (156,32,150). Sum of RGB (Red+Green+Blue) = 156+32+150=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2096 is #63DF69. Grayscale: #525252. Windows color (decimal): -6545258 or 9838748. OLE color: 9838748.
HSL color Cylindrical-coordinate representation of color #9C2096: hue angle of 302.9º 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 #9C2096 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 150 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.39 |
| HSL | 302.9º | 0.66% | 0.37% | - |
| HSV(B) | 302.9º | 0.79% | 0.61% | - |
| XYZ | 19.73 | 10.3 | 29.8 | - |
| YUV | 82.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 150 | 0 | 0.79 | 0.04 | 0.39 | 302.9 | 0.66 | 0.37 |
| Hex | 9C | 20 | 96 | 0 | 4F | 4 | 27 | 12F | 42 | 25 |
| Octal | 234 | 40 | 226 | 0 | 117 | 4 | 47 | 457 | 102 | 45 |
| Binary | 10011100 | 100000 | 10010110 | 0 | 1001111 | 100 | 100111 | 100101111 | 1000010 | 100101 |
Color Harmonies of #9C2096
Complementary color
Monochromatic Colors of #9C2096
Black with #9C2096
Text Example
Text Example
White with #9C2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2096; }
p { color: rgb(156,32,150); }
H1.HeaderClassName
{
color: #9C2096;
}
.AnyTagClassName
{
color: #9C2096;
}
</style>
background-color css
<style>
a { background-color: #9C2096; }
a { background-color: rgb(156,32,150); }
div.DivClassName
{
background-color: #9C2096;
}
.BgClassName
{
background-color: #9C2096;
}
</style>
border-color css
<style>
span { border-color: #9C2096; }
span { border-color: rgb(156,32,150); }
td.TdClassName
{
border-color: #9C2096;
}
.TagClassName
{
border-color: #9C2096;
}
</style>