Shades of Medium Purple #9C7CDF
Tints of Medium Purple #9C7CDF
RGB
CMYK
RGB Variations
Color information
#9C7CDF (or 0x9C7CDF) is known color: Medium Purple. HEX triplet: 9C, 7C and DF. RGB value is (156,124,223). Sum of RGB (Red+Green+Blue) = 156+124+223=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CDF is #638320. Grayscale: #909090. Windows color (decimal): -6521633 or 14646428. OLE color: 14646428.
HSL color Cylindrical-coordinate representation of color #9C7CDF: hue angle of 259.39º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C7CDF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 124 | 223 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.13 |
| HSL | 259.39º | 0.61% | 0.68% | - |
| HSV(B) | 259.39º | 0.44% | 0.87% | - |
| XYZ | 34.24 | 26.81 | 73.18 | - |
| YUV | 144.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 223 | 0.30 | 0.44 | 0 | 0.13 | 259.39 | 0.61 | 0.68 |
| Hex | 9C | 7C | DF | 1E | 2C | 0 | D | 103 | 3D | 44 |
| Octal | 234 | 174 | 337 | 36 | 54 | 0 | 15 | 403 | 75 | 104 |
| Binary | 10011100 | 1111100 | 11011111 | 11110 | 101100 | 0 | 1101 | 100000011 | 111101 | 1000100 |
Color Harmonies of #9C7CDF
Complementary color
Monochromatic Colors of #9C7CDF
Black with #9C7CDF
Text Example
Text Example
White with #9C7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CDF; }
p { color: rgb(156,124,223); }
H1.HeaderClassName
{
color: #9C7CDF;
}
.AnyTagClassName
{
color: #9C7CDF;
}
</style>
background-color css
<style>
a { background-color: #9C7CDF; }
a { background-color: rgb(156,124,223); }
div.DivClassName
{
background-color: #9C7CDF;
}
.BgClassName
{
background-color: #9C7CDF;
}
</style>
border-color css
<style>
span { border-color: #9C7CDF; }
span { border-color: rgb(156,124,223); }
td.TdClassName
{
border-color: #9C7CDF;
}
.TagClassName
{
border-color: #9C7CDF;
}
</style>