Shades of Dark Purple #9C3289
Tints of Dark Purple #9C3289
RGB
CMYK
RGB Variations
Color information
#9C3289 (or 0x9C3289) is known color: Dark Purple. HEX triplet: 9C, 32 and 89. RGB value is (156,50,137). Sum of RGB (Red+Green+Blue) = 156+50+137=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3289 is #63CD76. Grayscale: #5B5B5B. Windows color (decimal): -6540663 or 8991388. OLE color: 8991388.
HSL color Cylindrical-coordinate representation of color #9C3289: hue angle of 310.75º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3289 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 137 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.39 |
| HSL | 310.75º | 0.51% | 0.4% | - |
| HSV(B) | 310.75º | 0.68% | 0.61% | - |
| XYZ | 19.37 | 11.16 | 24.8 | - |
| YUV | 91.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 137 | 0 | 0.68 | 0.12 | 0.39 | 310.75 | 0.51 | 0.4 |
| Hex | 9C | 32 | 89 | 0 | 44 | C | 27 | 137 | 33 | 28 |
| Octal | 234 | 62 | 211 | 0 | 104 | 14 | 47 | 467 | 63 | 50 |
| Binary | 10011100 | 110010 | 10001001 | 0 | 1000100 | 1100 | 100111 | 100110111 | 110011 | 101000 |
Color Harmonies of #9C3289
Complementary color
Monochromatic Colors of #9C3289
Black with #9C3289
Text Example
Text Example
White with #9C3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3289; }
p { color: rgb(156,50,137); }
H1.HeaderClassName
{
color: #9C3289;
}
.AnyTagClassName
{
color: #9C3289;
}
</style>
background-color css
<style>
a { background-color: #9C3289; }
a { background-color: rgb(156,50,137); }
div.DivClassName
{
background-color: #9C3289;
}
.BgClassName
{
background-color: #9C3289;
}
</style>
border-color css
<style>
span { border-color: #9C3289; }
span { border-color: rgb(156,50,137); }
td.TdClassName
{
border-color: #9C3289;
}
.TagClassName
{
border-color: #9C3289;
}
</style>