Shades of Medium Purple #9C79DF
Tints of Medium Purple #9C79DF
RGB
CMYK
RGB Variations
Color information
#9C79DF (or 0x9C79DF) is known color: Medium Purple. HEX triplet: 9C, 79 and DF. RGB value is (156,121,223). Sum of RGB (Red+Green+Blue) = 156+121+223=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C79DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C79DF is #638620. Grayscale: #8E8E8E. Windows color (decimal): -6522401 or 14645660. OLE color: 14645660.
HSL color Cylindrical-coordinate representation of color #9C79DF: hue angle of 260.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C79DF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 121 | 223 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.13 |
| HSL | 260.59º | 0.61% | 0.67% | - |
| HSV(B) | 260.59º | 0.46% | 0.87% | - |
| XYZ | 33.87 | 26.07 | 73.06 | - |
| YUV | 143.09 | 173.1 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 223 | 0.30 | 0.46 | 0 | 0.13 | 260.59 | 0.61 | 0.67 |
| Hex | 9C | 79 | DF | 1E | 2E | 0 | D | 105 | 3D | 43 |
| Octal | 234 | 171 | 337 | 36 | 56 | 0 | 15 | 405 | 75 | 103 |
| Binary | 10011100 | 1111001 | 11011111 | 11110 | 101110 | 0 | 1101 | 100000101 | 111101 | 1000011 |
Color Harmonies of #9C79DF
Complementary color
Monochromatic Colors of #9C79DF
Black with #9C79DF
Text Example
Text Example
White with #9C79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C79DF; }
p { color: rgb(156,121,223); }
H1.HeaderClassName
{
color: #9C79DF;
}
.AnyTagClassName
{
color: #9C79DF;
}
</style>
background-color css
<style>
a { background-color: #9C79DF; }
a { background-color: rgb(156,121,223); }
div.DivClassName
{
background-color: #9C79DF;
}
.BgClassName
{
background-color: #9C79DF;
}
</style>
border-color css
<style>
span { border-color: #9C79DF; }
span { border-color: rgb(156,121,223); }
td.TdClassName
{
border-color: #9C79DF;
}
.TagClassName
{
border-color: #9C79DF;
}
</style>