Shades of Medium Purple #915EE0
Tints of Medium Purple #915EE0
RGB
CMYK
RGB Variations
Color information
#915EE0 (or 0x915EE0) is known color: Medium Purple. HEX triplet: 91, 5E and E0. RGB value is (145,94,224). Sum of RGB (Red+Green+Blue) = 145+94+224=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #915EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EE0 is #6EA11F. Grayscale: #7B7B7B. Windows color (decimal): -7250208 or 14704273. OLE color: 14704273.
HSL color Cylindrical-coordinate representation of color #915EE0: hue angle of 263.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915EE0 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 94 | 224 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.12 |
| HSL | 263.54º | 0.68% | 0.62% | - |
| HSV(B) | 263.54º | 0.58% | 0.88% | - |
| XYZ | 29.13 | 19.41 | 72.73 | - |
| YUV | 124.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 224 | 0.35 | 0.58 | 0 | 0.12 | 263.54 | 0.68 | 0.62 |
| Hex | 91 | 5E | E0 | 23 | 3A | 0 | C | 108 | 44 | 3E |
| Octal | 221 | 136 | 340 | 43 | 72 | 0 | 14 | 410 | 104 | 76 |
| Binary | 10010001 | 1011110 | 11100000 | 100011 | 111010 | 0 | 1100 | 100001000 | 1000100 | 111110 |
Color Harmonies of #915EE0
Complementary color
Monochromatic Colors of #915EE0
Black with #915EE0
Text Example
Text Example
White with #915EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915EE0; }
p { color: rgb(145,94,224); }
H1.HeaderClassName
{
color: #915EE0;
}
.AnyTagClassName
{
color: #915EE0;
}
</style>
background-color css
<style>
a { background-color: #915EE0; }
a { background-color: rgb(145,94,224); }
div.DivClassName
{
background-color: #915EE0;
}
.BgClassName
{
background-color: #915EE0;
}
</style>
border-color css
<style>
span { border-color: #915EE0; }
span { border-color: rgb(145,94,224); }
td.TdClassName
{
border-color: #915EE0;
}
.TagClassName
{
border-color: #915EE0;
}
</style>