Shades of Medium Purple #9C55EC
Tints of Medium Purple #9C55EC
RGB
CMYK
RGB Variations
Color information
#9C55EC (or 0x9C55EC) is known color: Medium Purple. HEX triplet: 9C, 55 and EC. RGB value is (156,85,236). Sum of RGB (Red+Green+Blue) = 156+85+236=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C55EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C55EC is #63AA13. Grayscale: #7A7A7A. Windows color (decimal): -6531604 or 15488412. OLE color: 15488412.
HSL color Cylindrical-coordinate representation of color #9C55EC: hue angle of 268.21º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C55EC is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 85 | 236 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.07 |
| HSL | 268.21º | 0.8% | 0.63% | - |
| HSV(B) | 268.21º | 0.64% | 0.93% | - |
| XYZ | 32.1 | 19.62 | 81.45 | - |
| YUV | 123.44 | 191.52 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 236 | 0.34 | 0.64 | 0 | 0.07 | 268.21 | 0.8 | 0.63 |
| Hex | 9C | 55 | EC | 22 | 40 | 0 | 7 | 10C | 50 | 3F |
| Octal | 234 | 125 | 354 | 42 | 100 | 0 | 7 | 414 | 120 | 77 |
| Binary | 10011100 | 1010101 | 11101100 | 100010 | 1000000 | 0 | 111 | 100001100 | 1010000 | 111111 |
Color Harmonies of #9C55EC
Complementary color
Monochromatic Colors of #9C55EC
Black with #9C55EC
Text Example
Text Example
White with #9C55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55EC; }
p { color: rgb(156,85,236); }
H1.HeaderClassName
{
color: #9C55EC;
}
.AnyTagClassName
{
color: #9C55EC;
}
</style>
background-color css
<style>
a { background-color: #9C55EC; }
a { background-color: rgb(156,85,236); }
div.DivClassName
{
background-color: #9C55EC;
}
.BgClassName
{
background-color: #9C55EC;
}
</style>
border-color css
<style>
span { border-color: #9C55EC; }
span { border-color: rgb(156,85,236); }
td.TdClassName
{
border-color: #9C55EC;
}
.TagClassName
{
border-color: #9C55EC;
}
</style>