Shades of Medium Purple #9C7CED
Tints of Medium Purple #9C7CED
RGB
CMYK
RGB Variations
Color information
#9C7CED (or 0x9C7CED) is known color: Medium Purple. HEX triplet: 9C, 7C and ED. RGB value is (156,124,237). Sum of RGB (Red+Green+Blue) = 156+124+237=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C7CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CED is #638312. Grayscale: #929292. Windows color (decimal): -6521619 or 15563932. OLE color: 15563932.
HSL color Cylindrical-coordinate representation of color #9C7CED: hue angle of 256.99º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C7CED is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 124 | 237 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.07 |
| HSL | 256.99º | 0.76% | 0.71% | - |
| HSV(B) | 256.99º | 0.48% | 0.93% | - |
| XYZ | 36.2 | 27.6 | 83.54 | - |
| YUV | 146.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 237 | 0.34 | 0.48 | 0 | 0.07 | 256.99 | 0.76 | 0.71 |
| Hex | 9C | 7C | ED | 22 | 30 | 0 | 7 | 101 | 4C | 47 |
| Octal | 234 | 174 | 355 | 42 | 60 | 0 | 7 | 401 | 114 | 107 |
| Binary | 10011100 | 1111100 | 11101101 | 100010 | 110000 | 0 | 111 | 100000001 | 1001100 | 1000111 |
Color Harmonies of #9C7CED
Complementary color
Monochromatic Colors of #9C7CED
Black with #9C7CED
Text Example
Text Example
White with #9C7CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CED; }
p { color: rgb(156,124,237); }
H1.HeaderClassName
{
color: #9C7CED;
}
.AnyTagClassName
{
color: #9C7CED;
}
</style>
background-color css
<style>
a { background-color: #9C7CED; }
a { background-color: rgb(156,124,237); }
div.DivClassName
{
background-color: #9C7CED;
}
.BgClassName
{
background-color: #9C7CED;
}
</style>
border-color css
<style>
span { border-color: #9C7CED; }
span { border-color: rgb(156,124,237); }
td.TdClassName
{
border-color: #9C7CED;
}
.TagClassName
{
border-color: #9C7CED;
}
</style>