Shades of Medium Purple #915FEA
Tints of Medium Purple #915FEA
RGB
CMYK
RGB Variations
Color information
#915FEA (or 0x915FEA) is known color: Medium Purple. HEX triplet: 91, 5F and EA. RGB value is (145,95,234). Sum of RGB (Red+Green+Blue) = 145+95+234=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #915FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FEA is #6EA015. Grayscale: #7D7D7D. Windows color (decimal): -7249942 or 15359889. OLE color: 15359889.
HSL color Cylindrical-coordinate representation of color #915FEA: hue angle of 261.58º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915FEA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 95 | 234 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.08 |
| HSL | 261.58º | 0.77% | 0.65% | - |
| HSV(B) | 261.58º | 0.59% | 0.92% | - |
| XYZ | 30.62 | 20.14 | 80.12 | - |
| YUV | 125.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 234 | 0.38 | 0.59 | 0 | 0.08 | 261.58 | 0.77 | 0.65 |
| Hex | 91 | 5F | EA | 26 | 3B | 0 | 8 | 106 | 4D | 41 |
| Octal | 221 | 137 | 352 | 46 | 73 | 0 | 10 | 406 | 115 | 101 |
| Binary | 10010001 | 1011111 | 11101010 | 100110 | 111011 | 0 | 1000 | 100000110 | 1001101 | 1000001 |
Color Harmonies of #915FEA
Complementary color
Monochromatic Colors of #915FEA
Black with #915FEA
Text Example
Text Example
White with #915FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FEA; }
p { color: rgb(145,95,234); }
H1.HeaderClassName
{
color: #915FEA;
}
.AnyTagClassName
{
color: #915FEA;
}
</style>
background-color css
<style>
a { background-color: #915FEA; }
a { background-color: rgb(145,95,234); }
div.DivClassName
{
background-color: #915FEA;
}
.BgClassName
{
background-color: #915FEA;
}
</style>
border-color css
<style>
span { border-color: #915FEA; }
span { border-color: rgb(145,95,234); }
td.TdClassName
{
border-color: #915FEA;
}
.TagClassName
{
border-color: #915FEA;
}
</style>