Shades of Medium Purple #9C6EDE
Tints of Medium Purple #9C6EDE
RGB
CMYK
RGB Variations
Color information
#9C6EDE (or 0x9C6EDE) is known color: Medium Purple. HEX triplet: 9C, 6E and DE. RGB value is (156,110,222). Sum of RGB (Red+Green+Blue) = 156+110+222=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6EDE is #639121. Grayscale: #888888. Windows color (decimal): -6525218 or 14577308. OLE color: 14577308.
HSL color Cylindrical-coordinate representation of color #9C6EDE: hue angle of 264.64º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C6EDE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 110 | 222 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.13 |
| HSL | 264.64º | 0.63% | 0.65% | - |
| HSV(B) | 264.64º | 0.5% | 0.87% | - |
| XYZ | 32.47 | 23.49 | 71.93 | - |
| YUV | 136.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 222 | 0.30 | 0.50 | 0 | 0.13 | 264.64 | 0.63 | 0.65 |
| Hex | 9C | 6E | DE | 1E | 32 | 0 | D | 109 | 3F | 41 |
| Octal | 234 | 156 | 336 | 36 | 62 | 0 | 15 | 411 | 77 | 101 |
| Binary | 10011100 | 1101110 | 11011110 | 11110 | 110010 | 0 | 1101 | 100001001 | 111111 | 1000001 |
Color Harmonies of #9C6EDE
Complementary color
Monochromatic Colors of #9C6EDE
Black with #9C6EDE
Text Example
Text Example
White with #9C6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6EDE; }
p { color: rgb(156,110,222); }
H1.HeaderClassName
{
color: #9C6EDE;
}
.AnyTagClassName
{
color: #9C6EDE;
}
</style>
background-color css
<style>
a { background-color: #9C6EDE; }
a { background-color: rgb(156,110,222); }
div.DivClassName
{
background-color: #9C6EDE;
}
.BgClassName
{
background-color: #9C6EDE;
}
</style>
border-color css
<style>
span { border-color: #9C6EDE; }
span { border-color: rgb(156,110,222); }
td.TdClassName
{
border-color: #9C6EDE;
}
.TagClassName
{
border-color: #9C6EDE;
}
</style>