Shades of Dark Purple #9C328A
Tints of Dark Purple #9C328A
RGB
CMYK
RGB Variations
Color information
#9C328A (or 0x9C328A) is known color: Dark Purple. HEX triplet: 9C, 32 and 8A. RGB value is (156,50,138). Sum of RGB (Red+Green+Blue) = 156+50+138=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C328A is #63CD75. Grayscale: #5B5B5B. Windows color (decimal): -6540662 or 9056924. OLE color: 9056924.
HSL color Cylindrical-coordinate representation of color #9C328A: hue angle of 310.19º 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 #9C328A is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 138 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.39 |
| HSL | 310.19º | 0.51% | 0.4% | - |
| HSV(B) | 310.19º | 0.68% | 0.61% | - |
| XYZ | 19.44 | 11.18 | 25.18 | - |
| YUV | 91.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 138 | 0 | 0.68 | 0.12 | 0.39 | 310.19 | 0.51 | 0.4 |
| Hex | 9C | 32 | 8A | 0 | 44 | C | 27 | 136 | 33 | 28 |
| Octal | 234 | 62 | 212 | 0 | 104 | 14 | 47 | 466 | 63 | 50 |
| Binary | 10011100 | 110010 | 10001010 | 0 | 1000100 | 1100 | 100111 | 100110110 | 110011 | 101000 |
Color Harmonies of #9C328A
Complementary color
Monochromatic Colors of #9C328A
Black with #9C328A
Text Example
Text Example
White with #9C328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C328A; }
p { color: rgb(156,50,138); }
H1.HeaderClassName
{
color: #9C328A;
}
.AnyTagClassName
{
color: #9C328A;
}
</style>
background-color css
<style>
a { background-color: #9C328A; }
a { background-color: rgb(156,50,138); }
div.DivClassName
{
background-color: #9C328A;
}
.BgClassName
{
background-color: #9C328A;
}
</style>
border-color css
<style>
span { border-color: #9C328A; }
span { border-color: rgb(156,50,138); }
td.TdClassName
{
border-color: #9C328A;
}
.TagClassName
{
border-color: #9C328A;
}
</style>