Shades of Medium Purple #9157EE
Tints of Medium Purple #9157EE
RGB
CMYK
RGB Variations
Color information
#9157EE (or 0x9157EE) is known color: Medium Purple. HEX triplet: 91, 57 and EE. RGB value is (145,87,238). Sum of RGB (Red+Green+Blue) = 145+87+238=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #9157EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9157EE is #6EA811. Grayscale: #797979. Windows color (decimal): -7251986 or 15619985. OLE color: 15619985.
HSL color Cylindrical-coordinate representation of color #9157EE: hue angle of 263.05º degrees, saturation: 0.82, 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 #9157EE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 87 | 238 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.07 |
| HSL | 263.05º | 0.82% | 0.64% | - |
| HSV(B) | 263.05º | 0.63% | 0.93% | - |
| XYZ | 30.52 | 19.01 | 82.95 | - |
| YUV | 121.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 238 | 0.39 | 0.63 | 0 | 0.07 | 263.05 | 0.82 | 0.64 |
| Hex | 91 | 57 | EE | 27 | 3F | 0 | 7 | 107 | 52 | 40 |
| Octal | 221 | 127 | 356 | 47 | 77 | 0 | 7 | 407 | 122 | 100 |
| Binary | 10010001 | 1010111 | 11101110 | 100111 | 111111 | 0 | 111 | 100000111 | 1010010 | 1000000 |
Color Harmonies of #9157EE
Complementary color
Monochromatic Colors of #9157EE
Black with #9157EE
Text Example
Text Example
White with #9157EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9157EE; }
p { color: rgb(145,87,238); }
H1.HeaderClassName
{
color: #9157EE;
}
.AnyTagClassName
{
color: #9157EE;
}
</style>
background-color css
<style>
a { background-color: #9157EE; }
a { background-color: rgb(145,87,238); }
div.DivClassName
{
background-color: #9157EE;
}
.BgClassName
{
background-color: #9157EE;
}
</style>
border-color css
<style>
span { border-color: #9157EE; }
span { border-color: rgb(145,87,238); }
td.TdClassName
{
border-color: #9157EE;
}
.TagClassName
{
border-color: #9157EE;
}
</style>