Shades of Dark Purple #9C2079
Tints of Dark Purple #9C2079
RGB
CMYK
RGB Variations
Color information
#9C2079 (or 0x9C2079) is known color: Dark Purple. HEX triplet: 9C, 20 and 79. RGB value is (156,32,121). Sum of RGB (Red+Green+Blue) = 156+32+121=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2079 is #63DF86. Grayscale: #4E4E4E. Windows color (decimal): -6545287 or 7938204. OLE color: 7938204.
HSL color Cylindrical-coordinate representation of color #9C2079: hue angle of 316.94º 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 #9C2079 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 121 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.39 |
| HSL | 316.94º | 0.66% | 0.37% | - |
| HSV(B) | 316.94º | 0.79% | 0.61% | - |
| XYZ | 17.68 | 9.48 | 18.99 | - |
| YUV | 79.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 121 | 0 | 0.79 | 0.22 | 0.39 | 316.94 | 0.66 | 0.37 |
| Hex | 9C | 20 | 79 | 0 | 4F | 16 | 27 | 13D | 42 | 25 |
| Octal | 234 | 40 | 171 | 0 | 117 | 26 | 47 | 475 | 102 | 45 |
| Binary | 10011100 | 100000 | 1111001 | 0 | 1001111 | 10110 | 100111 | 100111101 | 1000010 | 100101 |
Color Harmonies of #9C2079
Complementary color
Monochromatic Colors of #9C2079
Black with #9C2079
Text Example
Text Example
White with #9C2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2079; }
p { color: rgb(156,32,121); }
H1.HeaderClassName
{
color: #9C2079;
}
.AnyTagClassName
{
color: #9C2079;
}
</style>
background-color css
<style>
a { background-color: #9C2079; }
a { background-color: rgb(156,32,121); }
div.DivClassName
{
background-color: #9C2079;
}
.BgClassName
{
background-color: #9C2079;
}
</style>
border-color css
<style>
span { border-color: #9C2079; }
span { border-color: rgb(156,32,121); }
td.TdClassName
{
border-color: #9C2079;
}
.TagClassName
{
border-color: #9C2079;
}
</style>