Shades of Medium Purple #9157EC
Tints of Medium Purple #9157EC
RGB
CMYK
RGB Variations
Color information
#9157EC (or 0x9157EC) is known color: Medium Purple. HEX triplet: 91, 57 and EC. RGB value is (145,87,236). Sum of RGB (Red+Green+Blue) = 145+87+236=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9157EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9157EC is #6EA813. Grayscale: #787878. Windows color (decimal): -7251988 or 15488913. OLE color: 15488913.
HSL color Cylindrical-coordinate representation of color #9157EC: hue angle of 263.36º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9157EC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 87 | 236 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.07 |
| HSL | 263.36º | 0.8% | 0.63% | - |
| HSV(B) | 263.36º | 0.63% | 0.93% | - |
| XYZ | 30.23 | 18.89 | 81.41 | - |
| YUV | 121.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 236 | 0.39 | 0.63 | 0 | 0.07 | 263.36 | 0.8 | 0.63 |
| Hex | 91 | 57 | EC | 27 | 3F | 0 | 7 | 107 | 50 | 3F |
| Octal | 221 | 127 | 354 | 47 | 77 | 0 | 7 | 407 | 120 | 77 |
| Binary | 10010001 | 1010111 | 11101100 | 100111 | 111111 | 0 | 111 | 100000111 | 1010000 | 111111 |
Color Harmonies of #9157EC
Complementary color
Monochromatic Colors of #9157EC
Black with #9157EC
Text Example
Text Example
White with #9157EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9157EC; }
p { color: rgb(145,87,236); }
H1.HeaderClassName
{
color: #9157EC;
}
.AnyTagClassName
{
color: #9157EC;
}
</style>
background-color css
<style>
a { background-color: #9157EC; }
a { background-color: rgb(145,87,236); }
div.DivClassName
{
background-color: #9157EC;
}
.BgClassName
{
background-color: #9157EC;
}
</style>
border-color css
<style>
span { border-color: #9157EC; }
span { border-color: rgb(145,87,236); }
td.TdClassName
{
border-color: #9157EC;
}
.TagClassName
{
border-color: #9157EC;
}
</style>