Shades of Medium Purple #9C7BDA
Tints of Medium Purple #9C7BDA
RGB
CMYK
RGB Variations
Color information
#9C7BDA (or 0x9C7BDA) is known color: Medium Purple. HEX triplet: 9C, 7B and DA. RGB value is (156,123,218). Sum of RGB (Red+Green+Blue) = 156+123+218=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BDA is #638425. Grayscale: #8F8F8F. Windows color (decimal): -6521894 or 14318492. OLE color: 14318492.
HSL color Cylindrical-coordinate representation of color #9C7BDA: hue angle of 260.84º 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 #9C7BDA is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 123 | 218 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.15 |
| HSL | 260.84º | 0.56% | 0.67% | - |
| HSV(B) | 260.84º | 0.44% | 0.85% | - |
| XYZ | 33.45 | 26.3 | 69.64 | - |
| YUV | 143.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 218 | 0.28 | 0.44 | 0 | 0.15 | 260.84 | 0.56 | 0.67 |
| Hex | 9C | 7B | DA | 1C | 2C | 0 | F | 105 | 38 | 43 |
| Octal | 234 | 173 | 332 | 34 | 54 | 0 | 17 | 405 | 70 | 103 |
| Binary | 10011100 | 1111011 | 11011010 | 11100 | 101100 | 0 | 1111 | 100000101 | 111000 | 1000011 |
Color Harmonies of #9C7BDA
Complementary color
Monochromatic Colors of #9C7BDA
Black with #9C7BDA
Text Example
Text Example
White with #9C7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BDA; }
p { color: rgb(156,123,218); }
H1.HeaderClassName
{
color: #9C7BDA;
}
.AnyTagClassName
{
color: #9C7BDA;
}
</style>
background-color css
<style>
a { background-color: #9C7BDA; }
a { background-color: rgb(156,123,218); }
div.DivClassName
{
background-color: #9C7BDA;
}
.BgClassName
{
background-color: #9C7BDA;
}
</style>
border-color css
<style>
span { border-color: #9C7BDA; }
span { border-color: rgb(156,123,218); }
td.TdClassName
{
border-color: #9C7BDA;
}
.TagClassName
{
border-color: #9C7BDA;
}
</style>