Shades of Medium Purple #915EEA
Tints of Medium Purple #915EEA
RGB
CMYK
RGB Variations
Color information
#915EEA (or 0x915EEA) is known color: Medium Purple. HEX triplet: 91, 5E and EA. RGB value is (145,94,234). Sum of RGB (Red+Green+Blue) = 145+94+234=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #915EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915EEA is #6EA115. Grayscale: #7C7C7C. Windows color (decimal): -7250198 or 15359633. OLE color: 15359633.
HSL color Cylindrical-coordinate representation of color #915EEA: hue angle of 261.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915EEA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 94 | 234 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.08 |
| HSL | 261.86º | 0.77% | 0.64% | - |
| HSV(B) | 261.86º | 0.6% | 0.92% | - |
| XYZ | 30.53 | 19.97 | 80.09 | - |
| YUV | 125.21 | 189.4 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 234 | 0.38 | 0.60 | 0 | 0.08 | 261.86 | 0.77 | 0.64 |
| Hex | 91 | 5E | EA | 26 | 3C | 0 | 8 | 106 | 4D | 40 |
| Octal | 221 | 136 | 352 | 46 | 74 | 0 | 10 | 406 | 115 | 100 |
| Binary | 10010001 | 1011110 | 11101010 | 100110 | 111100 | 0 | 1000 | 100000110 | 1001101 | 1000000 |
Color Harmonies of #915EEA
Complementary color
Monochromatic Colors of #915EEA
Black with #915EEA
Text Example
Text Example
White with #915EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915EEA; }
p { color: rgb(145,94,234); }
H1.HeaderClassName
{
color: #915EEA;
}
.AnyTagClassName
{
color: #915EEA;
}
</style>
background-color css
<style>
a { background-color: #915EEA; }
a { background-color: rgb(145,94,234); }
div.DivClassName
{
background-color: #915EEA;
}
.BgClassName
{
background-color: #915EEA;
}
</style>
border-color css
<style>
span { border-color: #915EEA; }
span { border-color: rgb(145,94,234); }
td.TdClassName
{
border-color: #915EEA;
}
.TagClassName
{
border-color: #915EEA;
}
</style>