Shades of Medium Purple #9C6CD8
Tints of Medium Purple #9C6CD8
RGB
CMYK
RGB Variations
Color information
#9C6CD8 (or 0x9C6CD8) is known color: Medium Purple. HEX triplet: 9C, 6C and D8. RGB value is (156,108,216). Sum of RGB (Red+Green+Blue) = 156+108+216=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #9C6CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CD8 is #639327. Grayscale: #868686. Windows color (decimal): -6525736 or 14183580. OLE color: 14183580.
HSL color Cylindrical-coordinate representation of color #9C6CD8: hue angle of 266.67º degrees, saturation: 0.58, 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 #9C6CD8 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 108 | 216 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.15 |
| HSL | 266.67º | 0.58% | 0.64% | - |
| HSV(B) | 266.67º | 0.5% | 0.85% | - |
| XYZ | 31.47 | 22.75 | 67.7 | - |
| YUV | 134.66 | 173.9 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 216 | 0.28 | 0.50 | 0 | 0.15 | 266.67 | 0.58 | 0.64 |
| Hex | 9C | 6C | D8 | 1C | 32 | 0 | F | 10B | 3A | 40 |
| Octal | 234 | 154 | 330 | 34 | 62 | 0 | 17 | 413 | 72 | 100 |
| Binary | 10011100 | 1101100 | 11011000 | 11100 | 110010 | 0 | 1111 | 100001011 | 111010 | 1000000 |
Color Harmonies of #9C6CD8
Complementary color
Monochromatic Colors of #9C6CD8
Black with #9C6CD8
Text Example
Text Example
White with #9C6CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CD8; }
p { color: rgb(156,108,216); }
H1.HeaderClassName
{
color: #9C6CD8;
}
.AnyTagClassName
{
color: #9C6CD8;
}
</style>
background-color css
<style>
a { background-color: #9C6CD8; }
a { background-color: rgb(156,108,216); }
div.DivClassName
{
background-color: #9C6CD8;
}
.BgClassName
{
background-color: #9C6CD8;
}
</style>
border-color css
<style>
span { border-color: #9C6CD8; }
span { border-color: rgb(156,108,216); }
td.TdClassName
{
border-color: #9C6CD8;
}
.TagClassName
{
border-color: #9C6CD8;
}
</style>