Shades of Medium Purple #927CEC
Tints of Medium Purple #927CEC
RGB
CMYK
RGB Variations
Color information
#927CEC (or 0x927CEC) is known color: Medium Purple. HEX triplet: 92, 7C and EC. RGB value is (146,124,236). Sum of RGB (Red+Green+Blue) = 146+124+236=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #927CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927CEC is #6D8313. Grayscale: #8E8E8E. Windows color (decimal): -7176980 or 15498386. OLE color: 15498386.
HSL color Cylindrical-coordinate representation of color #927CEC: hue angle of 251.79º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927CEC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 124 | 236 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.07 |
| HSL | 251.79º | 0.75% | 0.71% | - |
| HSV(B) | 251.79º | 0.47% | 0.93% | - |
| XYZ | 34.2 | 26.58 | 82.69 | - |
| YUV | 143.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 236 | 0.38 | 0.47 | 0 | 0.07 | 251.79 | 0.75 | 0.71 |
| Hex | 92 | 7C | EC | 26 | 2F | 0 | 7 | FC | 4B | 47 |
| Octal | 222 | 174 | 354 | 46 | 57 | 0 | 7 | 374 | 113 | 107 |
| Binary | 10010010 | 1111100 | 11101100 | 100110 | 101111 | 0 | 111 | 11111100 | 1001011 | 1000111 |
Color Harmonies of #927CEC
Complementary color
Monochromatic Colors of #927CEC
Black with #927CEC
Text Example
Text Example
White with #927CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CEC; }
p { color: rgb(146,124,236); }
H1.HeaderClassName
{
color: #927CEC;
}
.AnyTagClassName
{
color: #927CEC;
}
</style>
background-color css
<style>
a { background-color: #927CEC; }
a { background-color: rgb(146,124,236); }
div.DivClassName
{
background-color: #927CEC;
}
.BgClassName
{
background-color: #927CEC;
}
</style>
border-color css
<style>
span { border-color: #927CEC; }
span { border-color: rgb(146,124,236); }
td.TdClassName
{
border-color: #927CEC;
}
.TagClassName
{
border-color: #927CEC;
}
</style>