Shades of Dark Purple #9C217C
Tints of Dark Purple #9C217C
RGB
CMYK
RGB Variations
Color information
#9C217C (or 0x9C217C) is known color: Dark Purple. HEX triplet: 9C, 21 and 7C. RGB value is (156,33,124). Sum of RGB (Red+Green+Blue) = 156+33+124=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C217C is #63DE83. Grayscale: #4F4F4F. Windows color (decimal): -6545028 or 8135068. OLE color: 8135068.
HSL color Cylindrical-coordinate representation of color #9C217C: hue angle of 315.61º degrees, saturation: 0.65, 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 #9C217C is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 124 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.39 |
| HSL | 315.61º | 0.65% | 0.37% | - |
| HSV(B) | 315.61º | 0.79% | 0.61% | - |
| XYZ | 17.89 | 9.61 | 19.98 | - |
| YUV | 80.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 124 | 0 | 0.79 | 0.21 | 0.39 | 315.61 | 0.65 | 0.37 |
| Hex | 9C | 21 | 7C | 0 | 4F | 15 | 27 | 13C | 41 | 25 |
| Octal | 234 | 41 | 174 | 0 | 117 | 25 | 47 | 474 | 101 | 45 |
| Binary | 10011100 | 100001 | 1111100 | 0 | 1001111 | 10101 | 100111 | 100111100 | 1000001 | 100101 |
Color Harmonies of #9C217C
Complementary color
Monochromatic Colors of #9C217C
Black with #9C217C
Text Example
Text Example
White with #9C217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C217C; }
p { color: rgb(156,33,124); }
H1.HeaderClassName
{
color: #9C217C;
}
.AnyTagClassName
{
color: #9C217C;
}
</style>
background-color css
<style>
a { background-color: #9C217C; }
a { background-color: rgb(156,33,124); }
div.DivClassName
{
background-color: #9C217C;
}
.BgClassName
{
background-color: #9C217C;
}
</style>
border-color css
<style>
span { border-color: #9C217C; }
span { border-color: rgb(156,33,124); }
td.TdClassName
{
border-color: #9C217C;
}
.TagClassName
{
border-color: #9C217C;
}
</style>