Shades of Medium Purple #914FEC
Tints of Medium Purple #914FEC
RGB
CMYK
RGB Variations
Color information
#914FEC (or 0x914FEC) is known color: Medium Purple. HEX triplet: 91, 4F and EC. RGB value is (145,79,236). Sum of RGB (Red+Green+Blue) = 145+79+236=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #914FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #914FEC is #6EB013. Grayscale: #747474. Windows color (decimal): -7254036 or 15486865. OLE color: 15486865.
HSL color Cylindrical-coordinate representation of color #914FEC: hue angle of 265.22º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #914FEC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 79 | 236 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.07 |
| HSL | 265.22º | 0.81% | 0.62% | - |
| HSV(B) | 265.22º | 0.67% | 0.93% | - |
| XYZ | 29.61 | 17.67 | 81.21 | - |
| YUV | 116.63 | 195.37 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 236 | 0.39 | 0.67 | 0 | 0.07 | 265.22 | 0.81 | 0.62 |
| Hex | 91 | 4F | EC | 27 | 43 | 0 | 7 | 109 | 51 | 3E |
| Octal | 221 | 117 | 354 | 47 | 103 | 0 | 7 | 411 | 121 | 76 |
| Binary | 10010001 | 1001111 | 11101100 | 100111 | 1000011 | 0 | 111 | 100001001 | 1010001 | 111110 |
Color Harmonies of #914FEC
Complementary color
Monochromatic Colors of #914FEC
Black with #914FEC
Text Example
Text Example
White with #914FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914FEC; }
p { color: rgb(145,79,236); }
H1.HeaderClassName
{
color: #914FEC;
}
.AnyTagClassName
{
color: #914FEC;
}
</style>
background-color css
<style>
a { background-color: #914FEC; }
a { background-color: rgb(145,79,236); }
div.DivClassName
{
background-color: #914FEC;
}
.BgClassName
{
background-color: #914FEC;
}
</style>
border-color css
<style>
span { border-color: #914FEC; }
span { border-color: rgb(145,79,236); }
td.TdClassName
{
border-color: #914FEC;
}
.TagClassName
{
border-color: #914FEC;
}
</style>