Shades of Dark Purple #9C347C
Tints of Dark Purple #9C347C
RGB
CMYK
RGB Variations
Color information
#9C347C (or 0x9C347C) is known color: Dark Purple. HEX triplet: 9C, 34 and 7C. RGB value is (156,52,124). Sum of RGB (Red+Green+Blue) = 156+52+124=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C347C is #63CB83. Grayscale: #5B5B5B. Windows color (decimal): -6540164 or 8139932. OLE color: 8139932.
HSL color Cylindrical-coordinate representation of color #9C347C: hue angle of 318.46º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C347C is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 124 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.39 |
| HSL | 318.46º | 0.5% | 0.41% | - |
| HSV(B) | 318.46º | 0.67% | 0.61% | - |
| XYZ | 18.58 | 10.98 | 20.21 | - |
| YUV | 91.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 124 | 0 | 0.67 | 0.21 | 0.39 | 318.46 | 0.5 | 0.41 |
| Hex | 9C | 34 | 7C | 0 | 43 | 15 | 27 | 13E | 32 | 29 |
| Octal | 234 | 64 | 174 | 0 | 103 | 25 | 47 | 476 | 62 | 51 |
| Binary | 10011100 | 110100 | 1111100 | 0 | 1000011 | 10101 | 100111 | 100111110 | 110010 | 101001 |
Color Harmonies of #9C347C
Complementary color
Monochromatic Colors of #9C347C
Black with #9C347C
Text Example
Text Example
White with #9C347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C347C; }
p { color: rgb(156,52,124); }
H1.HeaderClassName
{
color: #9C347C;
}
.AnyTagClassName
{
color: #9C347C;
}
</style>
background-color css
<style>
a { background-color: #9C347C; }
a { background-color: rgb(156,52,124); }
div.DivClassName
{
background-color: #9C347C;
}
.BgClassName
{
background-color: #9C347C;
}
</style>
border-color css
<style>
span { border-color: #9C347C; }
span { border-color: rgb(156,52,124); }
td.TdClassName
{
border-color: #9C347C;
}
.TagClassName
{
border-color: #9C347C;
}
</style>