Shades of Dark Purple #9C197A
Tints of Dark Purple #9C197A
RGB
CMYK
RGB Variations
Color information
#9C197A (or 0x9C197A) is known color: Dark Purple. HEX triplet: 9C, 19 and 7A. RGB value is (156,25,122). Sum of RGB (Red+Green+Blue) = 156+25+122=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C197A is #63E685. Grayscale: #4A4A4A. Windows color (decimal): -6547078 or 8001948. OLE color: 8001948.
HSL color Cylindrical-coordinate representation of color #9C197A: hue angle of 315.57º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C197A is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 122 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.39 |
| HSL | 315.57º | 0.72% | 0.35% | - |
| HSV(B) | 315.57º | 0.84% | 0.61% | - |
| XYZ | 17.57 | 9.17 | 19.26 | - |
| YUV | 75.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 122 | 0 | 0.84 | 0.22 | 0.39 | 315.57 | 0.72 | 0.35 |
| Hex | 9C | 19 | 7A | 0 | 54 | 16 | 27 | 13C | 48 | 23 |
| Octal | 234 | 31 | 172 | 0 | 124 | 26 | 47 | 474 | 110 | 43 |
| Binary | 10011100 | 11001 | 1111010 | 0 | 1010100 | 10110 | 100111 | 100111100 | 1001000 | 100011 |
Color Harmonies of #9C197A
Complementary color
Monochromatic Colors of #9C197A
Black with #9C197A
Text Example
Text Example
White with #9C197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C197A; }
p { color: rgb(156,25,122); }
H1.HeaderClassName
{
color: #9C197A;
}
.AnyTagClassName
{
color: #9C197A;
}
</style>
background-color css
<style>
a { background-color: #9C197A; }
a { background-color: rgb(156,25,122); }
div.DivClassName
{
background-color: #9C197A;
}
.BgClassName
{
background-color: #9C197A;
}
</style>
border-color css
<style>
span { border-color: #9C197A; }
span { border-color: rgb(156,25,122); }
td.TdClassName
{
border-color: #9C197A;
}
.TagClassName
{
border-color: #9C197A;
}
</style>