Shades of Medium Purple #9C54EC
Tints of Medium Purple #9C54EC
RGB
CMYK
RGB Variations
Color information
#9C54EC (or 0x9C54EC) is known color: Medium Purple. HEX triplet: 9C, 54 and EC. RGB value is (156,84,236). Sum of RGB (Red+Green+Blue) = 156+84+236=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C54EC is #63AB13. Grayscale: #7A7A7A. Windows color (decimal): -6531860 or 15488156. OLE color: 15488156.
HSL color Cylindrical-coordinate representation of color #9C54EC: hue angle of 268.42º 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 #9C54EC is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 84 | 236 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.07 |
| HSL | 268.42º | 0.8% | 0.63% | - |
| HSV(B) | 268.42º | 0.64% | 0.93% | - |
| XYZ | 32.02 | 19.46 | 81.43 | - |
| YUV | 122.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 236 | 0.34 | 0.64 | 0 | 0.07 | 268.42 | 0.8 | 0.63 |
| Hex | 9C | 54 | EC | 22 | 40 | 0 | 7 | 10C | 50 | 3F |
| Octal | 234 | 124 | 354 | 42 | 100 | 0 | 7 | 414 | 120 | 77 |
| Binary | 10011100 | 1010100 | 11101100 | 100010 | 1000000 | 0 | 111 | 100001100 | 1010000 | 111111 |
Color Harmonies of #9C54EC
Complementary color
Monochromatic Colors of #9C54EC
Black with #9C54EC
Text Example
Text Example
White with #9C54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54EC; }
p { color: rgb(156,84,236); }
H1.HeaderClassName
{
color: #9C54EC;
}
.AnyTagClassName
{
color: #9C54EC;
}
</style>
background-color css
<style>
a { background-color: #9C54EC; }
a { background-color: rgb(156,84,236); }
div.DivClassName
{
background-color: #9C54EC;
}
.BgClassName
{
background-color: #9C54EC;
}
</style>
border-color css
<style>
span { border-color: #9C54EC; }
span { border-color: rgb(156,84,236); }
td.TdClassName
{
border-color: #9C54EC;
}
.TagClassName
{
border-color: #9C54EC;
}
</style>