Shades of Medium Purple #9C6CD9
Tints of Medium Purple #9C6CD9
RGB
CMYK
RGB Variations
Color information
#9C6CD9 (or 0x9C6CD9) is known color: Medium Purple. HEX triplet: 9C, 6C and D9. RGB value is (156,108,217). Sum of RGB (Red+Green+Blue) = 156+108+217=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C6CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CD9 is #639326. Grayscale: #868686. Windows color (decimal): -6525735 or 14249116. OLE color: 14249116.
HSL color Cylindrical-coordinate representation of color #9C6CD9: hue angle of 266.42º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C6CD9 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 108 | 217 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.15 |
| HSL | 266.42º | 0.59% | 0.64% | - |
| HSV(B) | 266.42º | 0.5% | 0.85% | - |
| XYZ | 31.6 | 22.8 | 68.38 | - |
| YUV | 134.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 217 | 0.28 | 0.50 | 0 | 0.15 | 266.42 | 0.59 | 0.64 |
| Hex | 9C | 6C | D9 | 1C | 32 | 0 | F | 10A | 3B | 40 |
| Octal | 234 | 154 | 331 | 34 | 62 | 0 | 17 | 412 | 73 | 100 |
| Binary | 10011100 | 1101100 | 11011001 | 11100 | 110010 | 0 | 1111 | 100001010 | 111011 | 1000000 |
Color Harmonies of #9C6CD9
Complementary color
Monochromatic Colors of #9C6CD9
Black with #9C6CD9
Text Example
Text Example
White with #9C6CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CD9; }
p { color: rgb(156,108,217); }
H1.HeaderClassName
{
color: #9C6CD9;
}
.AnyTagClassName
{
color: #9C6CD9;
}
</style>
background-color css
<style>
a { background-color: #9C6CD9; }
a { background-color: rgb(156,108,217); }
div.DivClassName
{
background-color: #9C6CD9;
}
.BgClassName
{
background-color: #9C6CD9;
}
</style>
border-color css
<style>
span { border-color: #9C6CD9; }
span { border-color: rgb(156,108,217); }
td.TdClassName
{
border-color: #9C6CD9;
}
.TagClassName
{
border-color: #9C6CD9;
}
</style>