Shades of Medium Purple #9C79D6
Tints of Medium Purple #9C79D6
RGB
CMYK
RGB Variations
Color information
#9C79D6 (or 0x9C79D6) is known color: Medium Purple. HEX triplet: 9C, 79 and D6. RGB value is (156,121,214). Sum of RGB (Red+Green+Blue) = 156+121+214=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C79D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C79D6 is #638629. Grayscale: #8D8D8D. Windows color (decimal): -6522410 or 14055836. OLE color: 14055836.
HSL color Cylindrical-coordinate representation of color #9C79D6: hue angle of 262.58º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C79D6 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 121 | 214 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.16 |
| HSL | 262.58º | 0.53% | 0.66% | - |
| HSV(B) | 262.58º | 0.43% | 0.84% | - |
| XYZ | 32.69 | 25.6 | 66.84 | - |
| YUV | 142.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 214 | 0.27 | 0.43 | 0 | 0.16 | 262.58 | 0.53 | 0.66 |
| Hex | 9C | 79 | D6 | 1B | 2B | 0 | 10 | 107 | 35 | 42 |
| Octal | 234 | 171 | 326 | 33 | 53 | 0 | 20 | 407 | 65 | 102 |
| Binary | 10011100 | 1111001 | 11010110 | 11011 | 101011 | 0 | 10000 | 100000111 | 110101 | 1000010 |
Color Harmonies of #9C79D6
Complementary color
Monochromatic Colors of #9C79D6
Black with #9C79D6
Text Example
Text Example
White with #9C79D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C79D6; }
p { color: rgb(156,121,214); }
H1.HeaderClassName
{
color: #9C79D6;
}
.AnyTagClassName
{
color: #9C79D6;
}
</style>
background-color css
<style>
a { background-color: #9C79D6; }
a { background-color: rgb(156,121,214); }
div.DivClassName
{
background-color: #9C79D6;
}
.BgClassName
{
background-color: #9C79D6;
}
</style>
border-color css
<style>
span { border-color: #9C79D6; }
span { border-color: rgb(156,121,214); }
td.TdClassName
{
border-color: #9C79D6;
}
.TagClassName
{
border-color: #9C79D6;
}
</style>