Shades of Medium Purple #9159EC
Tints of Medium Purple #9159EC
RGB
CMYK
RGB Variations
Color information
#9159EC (or 0x9159EC) is known color: Medium Purple. HEX triplet: 91, 59 and EC. RGB value is (145,89,236). Sum of RGB (Red+Green+Blue) = 145+89+236=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9159EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9159EC is #6EA613. Grayscale: #797979. Windows color (decimal): -7251476 or 15489425. OLE color: 15489425.
HSL color Cylindrical-coordinate representation of color #9159EC: hue angle of 262.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9159EC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 89 | 236 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.07 |
| HSL | 262.86º | 0.79% | 0.64% | - |
| HSV(B) | 262.86º | 0.62% | 0.93% | - |
| XYZ | 30.39 | 19.22 | 81.47 | - |
| YUV | 122.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 236 | 0.39 | 0.62 | 0 | 0.07 | 262.86 | 0.79 | 0.64 |
| Hex | 91 | 59 | EC | 27 | 3E | 0 | 7 | 107 | 4F | 40 |
| Octal | 221 | 131 | 354 | 47 | 76 | 0 | 7 | 407 | 117 | 100 |
| Binary | 10010001 | 1011001 | 11101100 | 100111 | 111110 | 0 | 111 | 100000111 | 1001111 | 1000000 |
Color Harmonies of #9159EC
Complementary color
Monochromatic Colors of #9159EC
Black with #9159EC
Text Example
Text Example
White with #9159EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159EC; }
p { color: rgb(145,89,236); }
H1.HeaderClassName
{
color: #9159EC;
}
.AnyTagClassName
{
color: #9159EC;
}
</style>
background-color css
<style>
a { background-color: #9159EC; }
a { background-color: rgb(145,89,236); }
div.DivClassName
{
background-color: #9159EC;
}
.BgClassName
{
background-color: #9159EC;
}
</style>
border-color css
<style>
span { border-color: #9159EC; }
span { border-color: rgb(145,89,236); }
td.TdClassName
{
border-color: #9159EC;
}
.TagClassName
{
border-color: #9159EC;
}
</style>