Shades of Medium Purple #926EEC
Tints of Medium Purple #926EEC
RGB
CMYK
RGB Variations
Color information
#926EEC (or 0x926EEC) is known color: Medium Purple. HEX triplet: 92, 6E and EC. RGB value is (146,110,236). Sum of RGB (Red+Green+Blue) = 146+110+236=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #926EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EEC is #6D9113. Grayscale: #868686. Windows color (decimal): -7180564 or 15494802. OLE color: 15494802.
HSL color Cylindrical-coordinate representation of color #926EEC: hue angle of 257.14º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #926EEC is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 110 | 236 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.07 |
| HSL | 257.14º | 0.77% | 0.68% | - |
| HSV(B) | 257.14º | 0.53% | 0.93% | - |
| XYZ | 32.57 | 23.32 | 82.14 | - |
| YUV | 135.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 236 | 0.38 | 0.53 | 0 | 0.07 | 257.14 | 0.77 | 0.68 |
| Hex | 92 | 6E | EC | 26 | 35 | 0 | 7 | 101 | 4D | 44 |
| Octal | 222 | 156 | 354 | 46 | 65 | 0 | 7 | 401 | 115 | 104 |
| Binary | 10010010 | 1101110 | 11101100 | 100110 | 110101 | 0 | 111 | 100000001 | 1001101 | 1000100 |
Color Harmonies of #926EEC
Complementary color
Monochromatic Colors of #926EEC
Black with #926EEC
Text Example
Text Example
White with #926EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EEC; }
p { color: rgb(146,110,236); }
H1.HeaderClassName
{
color: #926EEC;
}
.AnyTagClassName
{
color: #926EEC;
}
</style>
background-color css
<style>
a { background-color: #926EEC; }
a { background-color: rgb(146,110,236); }
div.DivClassName
{
background-color: #926EEC;
}
.BgClassName
{
background-color: #926EEC;
}
</style>
border-color css
<style>
span { border-color: #926EEC; }
span { border-color: rgb(146,110,236); }
td.TdClassName
{
border-color: #926EEC;
}
.TagClassName
{
border-color: #926EEC;
}
</style>