Shades of Dark Purple #9C247F
Tints of Dark Purple #9C247F
RGB
CMYK
RGB Variations
Color information
#9C247F (or 0x9C247F) is known color: Dark Purple. HEX triplet: 9C, 24 and 7F. RGB value is (156,36,127). Sum of RGB (Red+Green+Blue) = 156+36+127=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C247F is #63DB80. Grayscale: #525252. Windows color (decimal): -6544257 or 8332444. OLE color: 8332444.
HSL color Cylindrical-coordinate representation of color #9C247F: hue angle of 314.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C247F is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 127 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.39 |
| HSL | 314.5º | 0.63% | 0.38% | - |
| HSV(B) | 314.5º | 0.77% | 0.61% | - |
| XYZ | 18.17 | 9.86 | 21.02 | - |
| YUV | 82.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 127 | 0 | 0.77 | 0.19 | 0.39 | 314.5 | 0.63 | 0.38 |
| Hex | 9C | 24 | 7F | 0 | 4D | 13 | 27 | 13A | 3E | 26 |
| Octal | 234 | 44 | 177 | 0 | 115 | 23 | 47 | 472 | 76 | 46 |
| Binary | 10011100 | 100100 | 1111111 | 0 | 1001101 | 10011 | 100111 | 100111010 | 111110 | 100110 |
Color Harmonies of #9C247F
Complementary color
Monochromatic Colors of #9C247F
Black with #9C247F
Text Example
Text Example
White with #9C247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C247F; }
p { color: rgb(156,36,127); }
H1.HeaderClassName
{
color: #9C247F;
}
.AnyTagClassName
{
color: #9C247F;
}
</style>
background-color css
<style>
a { background-color: #9C247F; }
a { background-color: rgb(156,36,127); }
div.DivClassName
{
background-color: #9C247F;
}
.BgClassName
{
background-color: #9C247F;
}
</style>
border-color css
<style>
span { border-color: #9C247F; }
span { border-color: rgb(156,36,127); }
td.TdClassName
{
border-color: #9C247F;
}
.TagClassName
{
border-color: #9C247F;
}
</style>