Shades of Dark Purple #9C327A
Tints of Dark Purple #9C327A
RGB
CMYK
RGB Variations
Color information
#9C327A (or 0x9C327A) is known color: Dark Purple. HEX triplet: 9C, 32 and 7A. RGB value is (156,50,122). Sum of RGB (Red+Green+Blue) = 156+50+122=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C327A is #63CD85. Grayscale: #595959. Windows color (decimal): -6540678 or 8008348. OLE color: 8008348.
HSL color Cylindrical-coordinate representation of color #9C327A: hue angle of 319.25º 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 #9C327A is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 122 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.39 |
| HSL | 319.25º | 0.51% | 0.4% | - |
| HSV(B) | 319.25º | 0.68% | 0.61% | - |
| XYZ | 18.36 | 10.75 | 19.52 | - |
| YUV | 89.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 122 | 0 | 0.68 | 0.22 | 0.39 | 319.25 | 0.51 | 0.4 |
| Hex | 9C | 32 | 7A | 0 | 44 | 16 | 27 | 13F | 33 | 28 |
| Octal | 234 | 62 | 172 | 0 | 104 | 26 | 47 | 477 | 63 | 50 |
| Binary | 10011100 | 110010 | 1111010 | 0 | 1000100 | 10110 | 100111 | 100111111 | 110011 | 101000 |
Color Harmonies of #9C327A
Complementary color
Monochromatic Colors of #9C327A
Black with #9C327A
Text Example
Text Example
White with #9C327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C327A; }
p { color: rgb(156,50,122); }
H1.HeaderClassName
{
color: #9C327A;
}
.AnyTagClassName
{
color: #9C327A;
}
</style>
background-color css
<style>
a { background-color: #9C327A; }
a { background-color: rgb(156,50,122); }
div.DivClassName
{
background-color: #9C327A;
}
.BgClassName
{
background-color: #9C327A;
}
</style>
border-color css
<style>
span { border-color: #9C327A; }
span { border-color: rgb(156,50,122); }
td.TdClassName
{
border-color: #9C327A;
}
.TagClassName
{
border-color: #9C327A;
}
</style>