Shades of Medium Purple #9C7EDC
Tints of Medium Purple #9C7EDC
RGB
CMYK
RGB Variations
Color information
#9C7EDC (or 0x9C7EDC) is known color: Medium Purple. HEX triplet: 9C, 7E and DC. RGB value is (156,126,220). Sum of RGB (Red+Green+Blue) = 156+126+220=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EDC is #638123. Grayscale: #919191. Windows color (decimal): -6521124 or 14450332. OLE color: 14450332.
HSL color Cylindrical-coordinate representation of color #9C7EDC: hue angle of 259.15º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C7EDC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 126 | 220 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.14 |
| HSL | 259.15º | 0.57% | 0.68% | - |
| HSV(B) | 259.15º | 0.43% | 0.86% | - |
| XYZ | 34.09 | 27.16 | 71.16 | - |
| YUV | 145.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 220 | 0.29 | 0.43 | 0 | 0.14 | 259.15 | 0.57 | 0.68 |
| Hex | 9C | 7E | DC | 1D | 2B | 0 | E | 103 | 39 | 44 |
| Octal | 234 | 176 | 334 | 35 | 53 | 0 | 16 | 403 | 71 | 104 |
| Binary | 10011100 | 1111110 | 11011100 | 11101 | 101011 | 0 | 1110 | 100000011 | 111001 | 1000100 |
Color Harmonies of #9C7EDC
Complementary color
Monochromatic Colors of #9C7EDC
Black with #9C7EDC
Text Example
Text Example
White with #9C7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EDC; }
p { color: rgb(156,126,220); }
H1.HeaderClassName
{
color: #9C7EDC;
}
.AnyTagClassName
{
color: #9C7EDC;
}
</style>
background-color css
<style>
a { background-color: #9C7EDC; }
a { background-color: rgb(156,126,220); }
div.DivClassName
{
background-color: #9C7EDC;
}
.BgClassName
{
background-color: #9C7EDC;
}
</style>
border-color css
<style>
span { border-color: #9C7EDC; }
span { border-color: rgb(156,126,220); }
td.TdClassName
{
border-color: #9C7EDC;
}
.TagClassName
{
border-color: #9C7EDC;
}
</style>