Shades of Medium Purple #9C7ADA
Tints of Medium Purple #9C7ADA
RGB
CMYK
RGB Variations
Color information
#9C7ADA (or 0x9C7ADA) is known color: Medium Purple. HEX triplet: 9C, 7A and DA. RGB value is (156,122,218). Sum of RGB (Red+Green+Blue) = 156+122+218=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ADA is #638525. Grayscale: #8E8E8E. Windows color (decimal): -6522150 or 14318236. OLE color: 14318236.
HSL color Cylindrical-coordinate representation of color #9C7ADA: hue angle of 261.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C7ADA is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 122 | 218 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.15 |
| HSL | 261.25º | 0.56% | 0.67% | - |
| HSV(B) | 261.25º | 0.44% | 0.85% | - |
| XYZ | 33.32 | 26.05 | 69.6 | - |
| YUV | 143.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 122 | 218 | 0.28 | 0.44 | 0 | 0.15 | 261.25 | 0.56 | 0.67 |
| Hex | 9C | 7A | DA | 1C | 2C | 0 | F | 105 | 38 | 43 |
| Octal | 234 | 172 | 332 | 34 | 54 | 0 | 17 | 405 | 70 | 103 |
| Binary | 10011100 | 1111010 | 11011010 | 11100 | 101100 | 0 | 1111 | 100000101 | 111000 | 1000011 |
Color Harmonies of #9C7ADA
Complementary color
Monochromatic Colors of #9C7ADA
Black with #9C7ADA
Text Example
Text Example
White with #9C7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7ADA; }
p { color: rgb(156,122,218); }
H1.HeaderClassName
{
color: #9C7ADA;
}
.AnyTagClassName
{
color: #9C7ADA;
}
</style>
background-color css
<style>
a { background-color: #9C7ADA; }
a { background-color: rgb(156,122,218); }
div.DivClassName
{
background-color: #9C7ADA;
}
.BgClassName
{
background-color: #9C7ADA;
}
</style>
border-color css
<style>
span { border-color: #9C7ADA; }
span { border-color: rgb(156,122,218); }
td.TdClassName
{
border-color: #9C7ADA;
}
.TagClassName
{
border-color: #9C7ADA;
}
</style>