Shades of Medium Purple #9157EA
Tints of Medium Purple #9157EA
RGB
CMYK
RGB Variations
Color information
#9157EA (or 0x9157EA) is known color: Medium Purple. HEX triplet: 91, 57 and EA. RGB value is (145,87,234). Sum of RGB (Red+Green+Blue) = 145+87+234=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #9157EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9157EA is #6EA815. Grayscale: #787878. Windows color (decimal): -7251990 or 15357841. OLE color: 15357841.
HSL color Cylindrical-coordinate representation of color #9157EA: hue angle of 263.67º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9157EA is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 87 | 234 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.08 |
| HSL | 263.67º | 0.78% | 0.63% | - |
| HSV(B) | 263.67º | 0.63% | 0.92% | - |
| XYZ | 29.94 | 18.78 | 79.89 | - |
| YUV | 121.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 234 | 0.38 | 0.63 | 0 | 0.08 | 263.67 | 0.78 | 0.63 |
| Hex | 91 | 57 | EA | 26 | 3F | 0 | 8 | 108 | 4E | 3F |
| Octal | 221 | 127 | 352 | 46 | 77 | 0 | 10 | 410 | 116 | 77 |
| Binary | 10010001 | 1010111 | 11101010 | 100110 | 111111 | 0 | 1000 | 100001000 | 1001110 | 111111 |
Color Harmonies of #9157EA
Complementary color
Monochromatic Colors of #9157EA
Black with #9157EA
Text Example
Text Example
White with #9157EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9157EA; }
p { color: rgb(145,87,234); }
H1.HeaderClassName
{
color: #9157EA;
}
.AnyTagClassName
{
color: #9157EA;
}
</style>
background-color css
<style>
a { background-color: #9157EA; }
a { background-color: rgb(145,87,234); }
div.DivClassName
{
background-color: #9157EA;
}
.BgClassName
{
background-color: #9157EA;
}
</style>
border-color css
<style>
span { border-color: #9157EA; }
span { border-color: rgb(145,87,234); }
td.TdClassName
{
border-color: #9157EA;
}
.TagClassName
{
border-color: #9157EA;
}
</style>