Shades of Medium Purple #9D72EC
Tints of Medium Purple #9D72EC
RGB
CMYK
RGB Variations
Color information
#9D72EC (or 0x9D72EC) is known color: Medium Purple. HEX triplet: 9D, 72 and EC. RGB value is (157,114,236). Sum of RGB (Red+Green+Blue) = 157+114+236=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D72EC is #628D13. Grayscale: #8C8C8C. Windows color (decimal): -6458644 or 15495837. OLE color: 15495837.
HSL color Cylindrical-coordinate representation of color #9D72EC: hue angle of 261.15º 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 #9D72EC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 114 | 236 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.07 |
| HSL | 261.15º | 0.76% | 0.69% | - |
| HSV(B) | 261.15º | 0.52% | 0.93% | - |
| XYZ | 35.06 | 25.26 | 82.38 | - |
| YUV | 140.77 | 181.75 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 236 | 0.33 | 0.52 | 0 | 0.07 | 261.15 | 0.76 | 0.69 |
| Hex | 9D | 72 | EC | 21 | 34 | 0 | 7 | 105 | 4C | 45 |
| Octal | 235 | 162 | 354 | 41 | 64 | 0 | 7 | 405 | 114 | 105 |
| Binary | 10011101 | 1110010 | 11101100 | 100001 | 110100 | 0 | 111 | 100000101 | 1001100 | 1000101 |
Color Harmonies of #9D72EC
Complementary color
Monochromatic Colors of #9D72EC
Black with #9D72EC
Text Example
Text Example
White with #9D72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72EC; }
p { color: rgb(157,114,236); }
H1.HeaderClassName
{
color: #9D72EC;
}
.AnyTagClassName
{
color: #9D72EC;
}
</style>
background-color css
<style>
a { background-color: #9D72EC; }
a { background-color: rgb(157,114,236); }
div.DivClassName
{
background-color: #9D72EC;
}
.BgClassName
{
background-color: #9D72EC;
}
</style>
border-color css
<style>
span { border-color: #9D72EC; }
span { border-color: rgb(157,114,236); }
td.TdClassName
{
border-color: #9D72EC;
}
.TagClassName
{
border-color: #9D72EC;
}
</style>