Shades of Medium Purple #927FEC
Tints of Medium Purple #927FEC
RGB
CMYK
RGB Variations
Color information
#927FEC (or 0x927FEC) is known color: Medium Purple. HEX triplet: 92, 7F and EC. RGB value is (146,127,236). Sum of RGB (Red+Green+Blue) = 146+127+236=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #927FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927FEC is #6D8013. Grayscale: #909090. Windows color (decimal): -7176212 or 15499154. OLE color: 15499154.
HSL color Cylindrical-coordinate representation of color #927FEC: hue angle of 250.46º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #927FEC is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 127 | 236 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.07 |
| HSL | 250.46º | 0.74% | 0.71% | - |
| HSV(B) | 250.46º | 0.46% | 0.93% | - |
| XYZ | 34.58 | 27.35 | 82.81 | - |
| YUV | 145.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 236 | 0.38 | 0.46 | 0 | 0.07 | 250.46 | 0.74 | 0.71 |
| Hex | 92 | 7F | EC | 26 | 2E | 0 | 7 | FA | 4A | 47 |
| Octal | 222 | 177 | 354 | 46 | 56 | 0 | 7 | 372 | 112 | 107 |
| Binary | 10010010 | 1111111 | 11101100 | 100110 | 101110 | 0 | 111 | 11111010 | 1001010 | 1000111 |
Color Harmonies of #927FEC
Complementary color
Monochromatic Colors of #927FEC
Black with #927FEC
Text Example
Text Example
White with #927FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FEC; }
p { color: rgb(146,127,236); }
H1.HeaderClassName
{
color: #927FEC;
}
.AnyTagClassName
{
color: #927FEC;
}
</style>
background-color css
<style>
a { background-color: #927FEC; }
a { background-color: rgb(146,127,236); }
div.DivClassName
{
background-color: #927FEC;
}
.BgClassName
{
background-color: #927FEC;
}
</style>
border-color css
<style>
span { border-color: #927FEC; }
span { border-color: rgb(146,127,236); }
td.TdClassName
{
border-color: #927FEC;
}
.TagClassName
{
border-color: #927FEC;
}
</style>