Shades of Medium Purple #9C7ADD
Tints of Medium Purple #9C7ADD
RGB
CMYK
RGB Variations
Color information
#9C7ADD (or 0x9C7ADD) is known color: Medium Purple. HEX triplet: 9C, 7A and DD. RGB value is (156,122,221). Sum of RGB (Red+Green+Blue) = 156+122+221=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ADD is #638522. Grayscale: #8F8F8F. Windows color (decimal): -6522147 or 14514844. OLE color: 14514844.
HSL color Cylindrical-coordinate representation of color #9C7ADD: hue angle of 260.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C7ADD is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 122 | 221 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.13 |
| HSL | 260.61º | 0.59% | 0.67% | - |
| HSV(B) | 260.61º | 0.45% | 0.87% | - |
| XYZ | 33.72 | 26.21 | 71.69 | - |
| YUV | 143.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 221 | 0.29 | 0.45 | 0 | 0.13 | 260.61 | 0.59 | 0.67 |
| Hex | 9C | 7A | DD | 1D | 2D | 0 | D | 105 | 3B | 43 |
| Octal | 234 | 172 | 335 | 35 | 55 | 0 | 15 | 405 | 73 | 103 |
| Binary | 10011100 | 1111010 | 11011101 | 11101 | 101101 | 0 | 1101 | 100000101 | 111011 | 1000011 |
Color Harmonies of #9C7ADD
Complementary color
Monochromatic Colors of #9C7ADD
Black with #9C7ADD
Text Example
Text Example
White with #9C7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7ADD; }
p { color: rgb(156,122,221); }
H1.HeaderClassName
{
color: #9C7ADD;
}
.AnyTagClassName
{
color: #9C7ADD;
}
</style>
background-color css
<style>
a { background-color: #9C7ADD; }
a { background-color: rgb(156,122,221); }
div.DivClassName
{
background-color: #9C7ADD;
}
.BgClassName
{
background-color: #9C7ADD;
}
</style>
border-color css
<style>
span { border-color: #9C7ADD; }
span { border-color: rgb(156,122,221); }
td.TdClassName
{
border-color: #9C7ADD;
}
.TagClassName
{
border-color: #9C7ADD;
}
</style>