Shades of Medium Purple #9C72EC
Tints of Medium Purple #9C72EC
RGB
CMYK
RGB Variations
Color information
#9C72EC (or 0x9C72EC) is known color: Medium Purple. HEX triplet: 9C, 72 and EC. RGB value is (156,114,236). Sum of RGB (Red+Green+Blue) = 156+114+236=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C72EC is #638D13. Grayscale: #8C8C8C. Windows color (decimal): -6524180 or 15495836. OLE color: 15495836.
HSL color Cylindrical-coordinate representation of color #9C72EC: hue angle of 260.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C72EC is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 114 | 236 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.07 |
| HSL | 260.66º | 0.76% | 0.69% | - |
| HSV(B) | 260.66º | 0.52% | 0.93% | - |
| XYZ | 34.87 | 25.16 | 82.38 | - |
| YUV | 140.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 236 | 0.34 | 0.52 | 0 | 0.07 | 260.66 | 0.76 | 0.69 |
| Hex | 9C | 72 | EC | 22 | 34 | 0 | 7 | 105 | 4C | 45 |
| Octal | 234 | 162 | 354 | 42 | 64 | 0 | 7 | 405 | 114 | 105 |
| Binary | 10011100 | 1110010 | 11101100 | 100010 | 110100 | 0 | 111 | 100000101 | 1001100 | 1000101 |
Color Harmonies of #9C72EC
Complementary color
Monochromatic Colors of #9C72EC
Black with #9C72EC
Text Example
Text Example
White with #9C72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C72EC; }
p { color: rgb(156,114,236); }
H1.HeaderClassName
{
color: #9C72EC;
}
.AnyTagClassName
{
color: #9C72EC;
}
</style>
background-color css
<style>
a { background-color: #9C72EC; }
a { background-color: rgb(156,114,236); }
div.DivClassName
{
background-color: #9C72EC;
}
.BgClassName
{
background-color: #9C72EC;
}
</style>
border-color css
<style>
span { border-color: #9C72EC; }
span { border-color: rgb(156,114,236); }
td.TdClassName
{
border-color: #9C72EC;
}
.TagClassName
{
border-color: #9C72EC;
}
</style>