Shades of Medium Purple #9C6CDE
Tints of Medium Purple #9C6CDE
RGB
CMYK
RGB Variations
Color information
#9C6CDE (or 0x9C6CDE) is known color: Medium Purple. HEX triplet: 9C, 6C and DE. RGB value is (156,108,222). Sum of RGB (Red+Green+Blue) = 156+108+222=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C6CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CDE is #639321. Grayscale: #868686. Windows color (decimal): -6525730 or 14576796. OLE color: 14576796.
HSL color Cylindrical-coordinate representation of color #9C6CDE: hue angle of 265.26º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C6CDE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 108 | 222 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.13 |
| HSL | 265.26º | 0.63% | 0.65% | - |
| HSV(B) | 265.26º | 0.51% | 0.87% | - |
| XYZ | 32.26 | 23.07 | 71.86 | - |
| YUV | 135.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 222 | 0.30 | 0.51 | 0 | 0.13 | 265.26 | 0.63 | 0.65 |
| Hex | 9C | 6C | DE | 1E | 33 | 0 | D | 109 | 3F | 41 |
| Octal | 234 | 154 | 336 | 36 | 63 | 0 | 15 | 411 | 77 | 101 |
| Binary | 10011100 | 1101100 | 11011110 | 11110 | 110011 | 0 | 1101 | 100001001 | 111111 | 1000001 |
Color Harmonies of #9C6CDE
Complementary color
Monochromatic Colors of #9C6CDE
Black with #9C6CDE
Text Example
Text Example
White with #9C6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CDE; }
p { color: rgb(156,108,222); }
H1.HeaderClassName
{
color: #9C6CDE;
}
.AnyTagClassName
{
color: #9C6CDE;
}
</style>
background-color css
<style>
a { background-color: #9C6CDE; }
a { background-color: rgb(156,108,222); }
div.DivClassName
{
background-color: #9C6CDE;
}
.BgClassName
{
background-color: #9C6CDE;
}
</style>
border-color css
<style>
span { border-color: #9C6CDE; }
span { border-color: rgb(156,108,222); }
td.TdClassName
{
border-color: #9C6CDE;
}
.TagClassName
{
border-color: #9C6CDE;
}
</style>