Shades of Medium Purple #9C7DED
Tints of Medium Purple #9C7DED
RGB
CMYK
RGB Variations
Color information
#9C7DED (or 0x9C7DED) is known color: Medium Purple. HEX triplet: 9C, 7D and ED. RGB value is (156,125,237). Sum of RGB (Red+Green+Blue) = 156+125+237=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C7DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DED is #638212. Grayscale: #929292. Windows color (decimal): -6521363 or 15564188. OLE color: 15564188.
HSL color Cylindrical-coordinate representation of color #9C7DED: hue angle of 256.61º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C7DED is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 125 | 237 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.07 |
| HSL | 256.61º | 0.76% | 0.71% | - |
| HSV(B) | 256.61º | 0.47% | 0.93% | - |
| XYZ | 36.33 | 27.85 | 83.58 | - |
| YUV | 147.04 | 178.77 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 237 | 0.34 | 0.47 | 0 | 0.07 | 256.61 | 0.76 | 0.71 |
| Hex | 9C | 7D | ED | 22 | 2F | 0 | 7 | 101 | 4C | 47 |
| Octal | 234 | 175 | 355 | 42 | 57 | 0 | 7 | 401 | 114 | 107 |
| Binary | 10011100 | 1111101 | 11101101 | 100010 | 101111 | 0 | 111 | 100000001 | 1001100 | 1000111 |
Color Harmonies of #9C7DED
Complementary color
Monochromatic Colors of #9C7DED
Black with #9C7DED
Text Example
Text Example
White with #9C7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DED; }
p { color: rgb(156,125,237); }
H1.HeaderClassName
{
color: #9C7DED;
}
.AnyTagClassName
{
color: #9C7DED;
}
</style>
background-color css
<style>
a { background-color: #9C7DED; }
a { background-color: rgb(156,125,237); }
div.DivClassName
{
background-color: #9C7DED;
}
.BgClassName
{
background-color: #9C7DED;
}
</style>
border-color css
<style>
span { border-color: #9C7DED; }
span { border-color: rgb(156,125,237); }
td.TdClassName
{
border-color: #9C7DED;
}
.TagClassName
{
border-color: #9C7DED;
}
</style>