Shades of Dark Purple #9C207C
Tints of Dark Purple #9C207C
RGB
CMYK
RGB Variations
Color information
#9C207C (or 0x9C207C) is known color: Dark Purple. HEX triplet: 9C, 20 and 7C. RGB value is (156,32,124). Sum of RGB (Red+Green+Blue) = 156+32+124=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C207C is #63DF83. Grayscale: #4F4F4F. Windows color (decimal): -6545284 or 8134812. OLE color: 8134812.
HSL color Cylindrical-coordinate representation of color #9C207C: hue angle of 315.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C207C is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 124 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.39 |
| HSL | 315.48º | 0.66% | 0.37% | - |
| HSV(B) | 315.48º | 0.79% | 0.61% | - |
| XYZ | 17.86 | 9.56 | 19.97 | - |
| YUV | 79.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 124 | 0 | 0.79 | 0.21 | 0.39 | 315.48 | 0.66 | 0.37 |
| Hex | 9C | 20 | 7C | 0 | 4F | 15 | 27 | 13B | 42 | 25 |
| Octal | 234 | 40 | 174 | 0 | 117 | 25 | 47 | 473 | 102 | 45 |
| Binary | 10011100 | 100000 | 1111100 | 0 | 1001111 | 10101 | 100111 | 100111011 | 1000010 | 100101 |
Color Harmonies of #9C207C
Complementary color
Monochromatic Colors of #9C207C
Black with #9C207C
Text Example
Text Example
White with #9C207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C207C; }
p { color: rgb(156,32,124); }
H1.HeaderClassName
{
color: #9C207C;
}
.AnyTagClassName
{
color: #9C207C;
}
</style>
background-color css
<style>
a { background-color: #9C207C; }
a { background-color: rgb(156,32,124); }
div.DivClassName
{
background-color: #9C207C;
}
.BgClassName
{
background-color: #9C207C;
}
</style>
border-color css
<style>
span { border-color: #9C207C; }
span { border-color: rgb(156,32,124); }
td.TdClassName
{
border-color: #9C207C;
}
.TagClassName
{
border-color: #9C207C;
}
</style>