Shades of Medium Purple #926DED
Tints of Medium Purple #926DED
RGB
CMYK
RGB Variations
Color information
#926DED (or 0x926DED) is known color: Medium Purple. HEX triplet: 92, 6D and ED. RGB value is (146,109,237). Sum of RGB (Red+Green+Blue) = 146+109+237=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #926DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926DED is #6D9212. Grayscale: #868686. Windows color (decimal): -7180819 or 15560082. OLE color: 15560082.
HSL color Cylindrical-coordinate representation of color #926DED: hue angle of 257.34º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926DED is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 109 | 237 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.07 |
| HSL | 257.34º | 0.78% | 0.68% | - |
| HSV(B) | 257.34º | 0.54% | 0.93% | - |
| XYZ | 32.61 | 23.16 | 82.87 | - |
| YUV | 134.66 | 185.76 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 237 | 0.38 | 0.54 | 0 | 0.07 | 257.34 | 0.78 | 0.68 |
| Hex | 92 | 6D | ED | 26 | 36 | 0 | 7 | 101 | 4E | 44 |
| Octal | 222 | 155 | 355 | 46 | 66 | 0 | 7 | 401 | 116 | 104 |
| Binary | 10010010 | 1101101 | 11101101 | 100110 | 110110 | 0 | 111 | 100000001 | 1001110 | 1000100 |
Color Harmonies of #926DED
Complementary color
Monochromatic Colors of #926DED
Black with #926DED
Text Example
Text Example
White with #926DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DED; }
p { color: rgb(146,109,237); }
H1.HeaderClassName
{
color: #926DED;
}
.AnyTagClassName
{
color: #926DED;
}
</style>
background-color css
<style>
a { background-color: #926DED; }
a { background-color: rgb(146,109,237); }
div.DivClassName
{
background-color: #926DED;
}
.BgClassName
{
background-color: #926DED;
}
</style>
border-color css
<style>
span { border-color: #926DED; }
span { border-color: rgb(146,109,237); }
td.TdClassName
{
border-color: #926DED;
}
.TagClassName
{
border-color: #926DED;
}
</style>