Shades of Medium Purple #9C7ED0
Tints of Medium Purple #9C7ED0
RGB
CMYK
RGB Variations
Color information
#9C7ED0 (or 0x9C7ED0) is known color: Medium Purple. HEX triplet: 9C, 7E and D0. RGB value is (156,126,208). Sum of RGB (Red+Green+Blue) = 156+126+208=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C7ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ED0 is #63812F. Grayscale: #909090. Windows color (decimal): -6521136 or 13663900. OLE color: 13663900.
HSL color Cylindrical-coordinate representation of color #9C7ED0: hue angle of 261.95º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C7ED0 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 126 | 208 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.18 |
| HSL | 261.95º | 0.47% | 0.65% | - |
| HSV(B) | 261.95º | 0.39% | 0.82% | - |
| XYZ | 32.56 | 26.54 | 63.08 | - |
| YUV | 144.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 208 | 0.25 | 0.39 | 0 | 0.18 | 261.95 | 0.47 | 0.65 |
| Hex | 9C | 7E | D0 | 19 | 27 | 0 | 12 | 106 | 2F | 41 |
| Octal | 234 | 176 | 320 | 31 | 47 | 0 | 22 | 406 | 57 | 101 |
| Binary | 10011100 | 1111110 | 11010000 | 11001 | 100111 | 0 | 10010 | 100000110 | 101111 | 1000001 |
Color Harmonies of #9C7ED0
Complementary color
Monochromatic Colors of #9C7ED0
Black with #9C7ED0
Text Example
Text Example
White with #9C7ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7ED0; }
p { color: rgb(156,126,208); }
H1.HeaderClassName
{
color: #9C7ED0;
}
.AnyTagClassName
{
color: #9C7ED0;
}
</style>
background-color css
<style>
a { background-color: #9C7ED0; }
a { background-color: rgb(156,126,208); }
div.DivClassName
{
background-color: #9C7ED0;
}
.BgClassName
{
background-color: #9C7ED0;
}
</style>
border-color css
<style>
span { border-color: #9C7ED0; }
span { border-color: rgb(156,126,208); }
td.TdClassName
{
border-color: #9C7ED0;
}
.TagClassName
{
border-color: #9C7ED0;
}
</style>