Shades of Medium Purple #9C7DD9
Tints of Medium Purple #9C7DD9
RGB
CMYK
RGB Variations
Color information
#9C7DD9 (or 0x9C7DD9) is known color: Medium Purple. HEX triplet: 9C, 7D and D9. RGB value is (156,125,217). Sum of RGB (Red+Green+Blue) = 156+125+217=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C7DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DD9 is #638226. Grayscale: #909090. Windows color (decimal): -6521383 or 14253468. OLE color: 14253468.
HSL color Cylindrical-coordinate representation of color #9C7DD9: hue angle of 260.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C7DD9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 125 | 217 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.15 |
| HSL | 260.22º | 0.55% | 0.67% | - |
| HSV(B) | 260.22º | 0.42% | 0.85% | - |
| XYZ | 33.57 | 26.74 | 69.04 | - |
| YUV | 144.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 217 | 0.28 | 0.42 | 0 | 0.15 | 260.22 | 0.55 | 0.67 |
| Hex | 9C | 7D | D9 | 1C | 2A | 0 | F | 104 | 37 | 43 |
| Octal | 234 | 175 | 331 | 34 | 52 | 0 | 17 | 404 | 67 | 103 |
| Binary | 10011100 | 1111101 | 11011001 | 11100 | 101010 | 0 | 1111 | 100000100 | 110111 | 1000011 |
Color Harmonies of #9C7DD9
Complementary color
Monochromatic Colors of #9C7DD9
Black with #9C7DD9
Text Example
Text Example
White with #9C7DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DD9; }
p { color: rgb(156,125,217); }
H1.HeaderClassName
{
color: #9C7DD9;
}
.AnyTagClassName
{
color: #9C7DD9;
}
</style>
background-color css
<style>
a { background-color: #9C7DD9; }
a { background-color: rgb(156,125,217); }
div.DivClassName
{
background-color: #9C7DD9;
}
.BgClassName
{
background-color: #9C7DD9;
}
</style>
border-color css
<style>
span { border-color: #9C7DD9; }
span { border-color: rgb(156,125,217); }
td.TdClassName
{
border-color: #9C7DD9;
}
.TagClassName
{
border-color: #9C7DD9;
}
</style>