Shades of Medium Purple #915EE2
Tints of Medium Purple #915EE2
RGB
CMYK
RGB Variations
Color information
#915EE2 (or 0x915EE2) is known color: Medium Purple. HEX triplet: 91, 5E and E2. RGB value is (145,94,226). Sum of RGB (Red+Green+Blue) = 145+94+226=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #915EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EE2 is #6EA11D. Grayscale: #7B7B7B. Windows color (decimal): -7250206 or 14835345. OLE color: 14835345.
HSL color Cylindrical-coordinate representation of color #915EE2: hue angle of 263.18º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #915EE2 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 94 | 226 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.11 |
| HSL | 263.18º | 0.69% | 0.63% | - |
| HSV(B) | 263.18º | 0.58% | 0.89% | - |
| XYZ | 29.41 | 19.52 | 74.17 | - |
| YUV | 124.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 226 | 0.36 | 0.58 | 0 | 0.11 | 263.18 | 0.69 | 0.63 |
| Hex | 91 | 5E | E2 | 24 | 3A | 0 | B | 107 | 45 | 3F |
| Octal | 221 | 136 | 342 | 44 | 72 | 0 | 13 | 407 | 105 | 77 |
| Binary | 10010001 | 1011110 | 11100010 | 100100 | 111010 | 0 | 1011 | 100000111 | 1000101 | 111111 |
Color Harmonies of #915EE2
Complementary color
Monochromatic Colors of #915EE2
Black with #915EE2
Text Example
Text Example
White with #915EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915EE2; }
p { color: rgb(145,94,226); }
H1.HeaderClassName
{
color: #915EE2;
}
.AnyTagClassName
{
color: #915EE2;
}
</style>
background-color css
<style>
a { background-color: #915EE2; }
a { background-color: rgb(145,94,226); }
div.DivClassName
{
background-color: #915EE2;
}
.BgClassName
{
background-color: #915EE2;
}
</style>
border-color css
<style>
span { border-color: #915EE2; }
span { border-color: rgb(145,94,226); }
td.TdClassName
{
border-color: #915EE2;
}
.TagClassName
{
border-color: #915EE2;
}
</style>