Shades of Dark Purple #9C3586
Tints of Dark Purple #9C3586
RGB
CMYK
RGB Variations
Color information
#9C3586 (or 0x9C3586) is known color: Dark Purple. HEX triplet: 9C, 35 and 86. RGB value is (156,53,134). Sum of RGB (Red+Green+Blue) = 156+53+134=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3586 is #63CA79. Grayscale: #5C5C5C. Windows color (decimal): -6539898 or 8795548. OLE color: 8795548.
HSL color Cylindrical-coordinate representation of color #9C3586: hue angle of 312.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C3586 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 134 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.39 |
| HSL | 312.82º | 0.49% | 0.41% | - |
| HSV(B) | 312.82º | 0.66% | 0.61% | - |
| XYZ | 19.29 | 11.34 | 23.73 | - |
| YUV | 93.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 134 | 0 | 0.66 | 0.14 | 0.39 | 312.82 | 0.49 | 0.41 |
| Hex | 9C | 35 | 86 | 0 | 42 | E | 27 | 139 | 31 | 29 |
| Octal | 234 | 65 | 206 | 0 | 102 | 16 | 47 | 471 | 61 | 51 |
| Binary | 10011100 | 110101 | 10000110 | 0 | 1000010 | 1110 | 100111 | 100111001 | 110001 | 101001 |
Color Harmonies of #9C3586
Complementary color
Monochromatic Colors of #9C3586
Black with #9C3586
Text Example
Text Example
White with #9C3586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3586; }
p { color: rgb(156,53,134); }
H1.HeaderClassName
{
color: #9C3586;
}
.AnyTagClassName
{
color: #9C3586;
}
</style>
background-color css
<style>
a { background-color: #9C3586; }
a { background-color: rgb(156,53,134); }
div.DivClassName
{
background-color: #9C3586;
}
.BgClassName
{
background-color: #9C3586;
}
</style>
border-color css
<style>
span { border-color: #9C3586; }
span { border-color: rgb(156,53,134); }
td.TdClassName
{
border-color: #9C3586;
}
.TagClassName
{
border-color: #9C3586;
}
</style>