Shades of Medium Purple #9158EC
Tints of Medium Purple #9158EC
RGB
CMYK
RGB Variations
Color information
#9158EC (or 0x9158EC) is known color: Medium Purple. HEX triplet: 91, 58 and EC. RGB value is (145,88,236). Sum of RGB (Red+Green+Blue) = 145+88+236=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #9158EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9158EC is #6EA713. Grayscale: #797979. Windows color (decimal): -7251732 or 15489169. OLE color: 15489169.
HSL color Cylindrical-coordinate representation of color #9158EC: hue angle of 263.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9158EC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 88 | 236 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.07 |
| HSL | 263.11º | 0.8% | 0.64% | - |
| HSV(B) | 263.11º | 0.63% | 0.93% | - |
| XYZ | 30.31 | 19.06 | 81.44 | - |
| YUV | 121.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 236 | 0.39 | 0.63 | 0 | 0.07 | 263.11 | 0.8 | 0.64 |
| Hex | 91 | 58 | EC | 27 | 3F | 0 | 7 | 107 | 50 | 40 |
| Octal | 221 | 130 | 354 | 47 | 77 | 0 | 7 | 407 | 120 | 100 |
| Binary | 10010001 | 1011000 | 11101100 | 100111 | 111111 | 0 | 111 | 100000111 | 1010000 | 1000000 |
Color Harmonies of #9158EC
Complementary color
Monochromatic Colors of #9158EC
Black with #9158EC
Text Example
Text Example
White with #9158EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9158EC; }
p { color: rgb(145,88,236); }
H1.HeaderClassName
{
color: #9158EC;
}
.AnyTagClassName
{
color: #9158EC;
}
</style>
background-color css
<style>
a { background-color: #9158EC; }
a { background-color: rgb(145,88,236); }
div.DivClassName
{
background-color: #9158EC;
}
.BgClassName
{
background-color: #9158EC;
}
</style>
border-color css
<style>
span { border-color: #9158EC; }
span { border-color: rgb(145,88,236); }
td.TdClassName
{
border-color: #9158EC;
}
.TagClassName
{
border-color: #9158EC;
}
</style>