Shades of Medium Purple #915FEC
Tints of Medium Purple #915FEC
RGB
CMYK
RGB Variations
Color information
#915FEC (or 0x915FEC) is known color: Medium Purple. HEX triplet: 91, 5F and EC. RGB value is (145,95,236). Sum of RGB (Red+Green+Blue) = 145+95+236=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #915FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FEC is #6EA013. Grayscale: #7D7D7D. Windows color (decimal): -7249940 or 15490961. OLE color: 15490961.
HSL color Cylindrical-coordinate representation of color #915FEC: hue angle of 261.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915FEC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 95 | 236 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.07 |
| HSL | 261.28º | 0.79% | 0.65% | - |
| HSV(B) | 261.28º | 0.6% | 0.93% | - |
| XYZ | 30.91 | 20.26 | 81.64 | - |
| YUV | 126.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 236 | 0.39 | 0.60 | 0 | 0.07 | 261.28 | 0.79 | 0.65 |
| Hex | 91 | 5F | EC | 27 | 3C | 0 | 7 | 105 | 4F | 41 |
| Octal | 221 | 137 | 354 | 47 | 74 | 0 | 7 | 405 | 117 | 101 |
| Binary | 10010001 | 1011111 | 11101100 | 100111 | 111100 | 0 | 111 | 100000101 | 1001111 | 1000001 |
Color Harmonies of #915FEC
Complementary color
Monochromatic Colors of #915FEC
Black with #915FEC
Text Example
Text Example
White with #915FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FEC; }
p { color: rgb(145,95,236); }
H1.HeaderClassName
{
color: #915FEC;
}
.AnyTagClassName
{
color: #915FEC;
}
</style>
background-color css
<style>
a { background-color: #915FEC; }
a { background-color: rgb(145,95,236); }
div.DivClassName
{
background-color: #915FEC;
}
.BgClassName
{
background-color: #915FEC;
}
</style>
border-color css
<style>
span { border-color: #915FEC; }
span { border-color: rgb(145,95,236); }
td.TdClassName
{
border-color: #915FEC;
}
.TagClassName
{
border-color: #915FEC;
}
</style>