Shades of Medium Purple #9C78EC
Tints of Medium Purple #9C78EC
RGB
CMYK
RGB Variations
Color information
#9C78EC (or 0x9C78EC) is known color: Medium Purple. HEX triplet: 9C, 78 and EC. RGB value is (156,120,236). Sum of RGB (Red+Green+Blue) = 156+120+236=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C78EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C78EC is #638713. Grayscale: #8F8F8F. Windows color (decimal): -6522644 or 15497372. OLE color: 15497372.
HSL color Cylindrical-coordinate representation of color #9C78EC: hue angle of 258.62º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C78EC is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 120 | 236 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.07 |
| HSL | 258.62º | 0.75% | 0.7% | - |
| HSV(B) | 258.62º | 0.49% | 0.93% | - |
| XYZ | 35.57 | 26.56 | 82.61 | - |
| YUV | 143.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 236 | 0.34 | 0.49 | 0 | 0.07 | 258.62 | 0.75 | 0.7 |
| Hex | 9C | 78 | EC | 22 | 31 | 0 | 7 | 103 | 4B | 46 |
| Octal | 234 | 170 | 354 | 42 | 61 | 0 | 7 | 403 | 113 | 106 |
| Binary | 10011100 | 1111000 | 11101100 | 100010 | 110001 | 0 | 111 | 100000011 | 1001011 | 1000110 |
Color Harmonies of #9C78EC
Complementary color
Monochromatic Colors of #9C78EC
Black with #9C78EC
Text Example
Text Example
White with #9C78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C78EC; }
p { color: rgb(156,120,236); }
H1.HeaderClassName
{
color: #9C78EC;
}
.AnyTagClassName
{
color: #9C78EC;
}
</style>
background-color css
<style>
a { background-color: #9C78EC; }
a { background-color: rgb(156,120,236); }
div.DivClassName
{
background-color: #9C78EC;
}
.BgClassName
{
background-color: #9C78EC;
}
</style>
border-color css
<style>
span { border-color: #9C78EC; }
span { border-color: rgb(156,120,236); }
td.TdClassName
{
border-color: #9C78EC;
}
.TagClassName
{
border-color: #9C78EC;
}
</style>