Shades of Dark Purple #9C147C
Tints of Dark Purple #9C147C
RGB
CMYK
RGB Variations
Color information
#9C147C (or 0x9C147C) is known color: Dark Purple. HEX triplet: 9C, 14 and 7C. RGB value is (156,20,124). Sum of RGB (Red+Green+Blue) = 156+20+124=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C147C is #63EB83. Grayscale: #484848. Windows color (decimal): -6548356 or 8131740. OLE color: 8131740.
HSL color Cylindrical-coordinate representation of color #9C147C: hue angle of 314.12º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C147C is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 124 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.39 |
| HSL | 314.12º | 0.77% | 0.35% | - |
| HSV(B) | 314.12º | 0.87% | 0.61% | - |
| XYZ | 17.6 | 9.02 | 19.88 | - |
| YUV | 72.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 124 | 0 | 0.87 | 0.21 | 0.39 | 314.12 | 0.77 | 0.35 |
| Hex | 9C | 14 | 7C | 0 | 57 | 15 | 27 | 13A | 4D | 23 |
| Octal | 234 | 24 | 174 | 0 | 127 | 25 | 47 | 472 | 115 | 43 |
| Binary | 10011100 | 10100 | 1111100 | 0 | 1010111 | 10101 | 100111 | 100111010 | 1001101 | 100011 |
Color Harmonies of #9C147C
Complementary color
Monochromatic Colors of #9C147C
Black with #9C147C
Text Example
Text Example
White with #9C147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C147C; }
p { color: rgb(156,20,124); }
H1.HeaderClassName
{
color: #9C147C;
}
.AnyTagClassName
{
color: #9C147C;
}
</style>
background-color css
<style>
a { background-color: #9C147C; }
a { background-color: rgb(156,20,124); }
div.DivClassName
{
background-color: #9C147C;
}
.BgClassName
{
background-color: #9C147C;
}
</style>
border-color css
<style>
span { border-color: #9C147C; }
span { border-color: rgb(156,20,124); }
td.TdClassName
{
border-color: #9C147C;
}
.TagClassName
{
border-color: #9C147C;
}
</style>