Shades of Medium Purple #9C7ED6
Tints of Medium Purple #9C7ED6
RGB
CMYK
RGB Variations
Color information
#9C7ED6 (or 0x9C7ED6) is known color: Medium Purple. HEX triplet: 9C, 7E and D6. RGB value is (156,126,214). Sum of RGB (Red+Green+Blue) = 156+126+214=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C7ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ED6 is #638129. Grayscale: #909090. Windows color (decimal): -6521130 or 14057116. OLE color: 14057116.
HSL color Cylindrical-coordinate representation of color #9C7ED6: hue angle of 260.45º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C7ED6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 126 | 214 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.16 |
| HSL | 260.45º | 0.52% | 0.67% | - |
| HSV(B) | 260.45º | 0.41% | 0.84% | - |
| XYZ | 33.31 | 26.84 | 67.04 | - |
| YUV | 145 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 214 | 0.27 | 0.41 | 0 | 0.16 | 260.45 | 0.52 | 0.67 |
| Hex | 9C | 7E | D6 | 1B | 29 | 0 | 10 | 104 | 34 | 43 |
| Octal | 234 | 176 | 326 | 33 | 51 | 0 | 20 | 404 | 64 | 103 |
| Binary | 10011100 | 1111110 | 11010110 | 11011 | 101001 | 0 | 10000 | 100000100 | 110100 | 1000011 |
Color Harmonies of #9C7ED6
Complementary color
Monochromatic Colors of #9C7ED6
Black with #9C7ED6
Text Example
Text Example
White with #9C7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7ED6; }
p { color: rgb(156,126,214); }
H1.HeaderClassName
{
color: #9C7ED6;
}
.AnyTagClassName
{
color: #9C7ED6;
}
</style>
background-color css
<style>
a { background-color: #9C7ED6; }
a { background-color: rgb(156,126,214); }
div.DivClassName
{
background-color: #9C7ED6;
}
.BgClassName
{
background-color: #9C7ED6;
}
</style>
border-color css
<style>
span { border-color: #9C7ED6; }
span { border-color: rgb(156,126,214); }
td.TdClassName
{
border-color: #9C7ED6;
}
.TagClassName
{
border-color: #9C7ED6;
}
</style>