Shades of Dark Purple #9C2179
Tints of Dark Purple #9C2179
RGB
CMYK
RGB Variations
Color information
#9C2179 (or 0x9C2179) is known color: Dark Purple. HEX triplet: 9C, 21 and 79. RGB value is (156,33,121). Sum of RGB (Red+Green+Blue) = 156+33+121=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2179 is #63DE86. Grayscale: #4F4F4F. Windows color (decimal): -6545031 or 7938460. OLE color: 7938460.
HSL color Cylindrical-coordinate representation of color #9C2179: hue angle of 317.07º 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 #9C2179 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 33 | 121 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.39 |
| HSL | 317.07º | 0.65% | 0.37% | - |
| HSV(B) | 317.07º | 0.79% | 0.61% | - |
| XYZ | 17.71 | 9.54 | 19 | - |
| YUV | 79.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 121 | 0 | 0.79 | 0.22 | 0.39 | 317.07 | 0.65 | 0.37 |
| Hex | 9C | 21 | 79 | 0 | 4F | 16 | 27 | 13D | 41 | 25 |
| Octal | 234 | 41 | 171 | 0 | 117 | 26 | 47 | 475 | 101 | 45 |
| Binary | 10011100 | 100001 | 1111001 | 0 | 1001111 | 10110 | 100111 | 100111101 | 1000001 | 100101 |
Color Harmonies of #9C2179
Complementary color
Monochromatic Colors of #9C2179
Black with #9C2179
Text Example
Text Example
White with #9C2179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2179; }
p { color: rgb(156,33,121); }
H1.HeaderClassName
{
color: #9C2179;
}
.AnyTagClassName
{
color: #9C2179;
}
</style>
background-color css
<style>
a { background-color: #9C2179; }
a { background-color: rgb(156,33,121); }
div.DivClassName
{
background-color: #9C2179;
}
.BgClassName
{
background-color: #9C2179;
}
</style>
border-color css
<style>
span { border-color: #9C2179; }
span { border-color: rgb(156,33,121); }
td.TdClassName
{
border-color: #9C2179;
}
.TagClassName
{
border-color: #9C2179;
}
</style>