Shades of Medium Purple #926EDE
Tints of Medium Purple #926EDE
RGB
CMYK
RGB Variations
Color information
#926EDE (or 0x926EDE) is known color: Medium Purple. HEX triplet: 92, 6E and DE. RGB value is (146,110,222). Sum of RGB (Red+Green+Blue) = 146+110+222=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #926EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EDE is #6D9121. Grayscale: #858585. Windows color (decimal): -7180578 or 14577298. OLE color: 14577298.
HSL color Cylindrical-coordinate representation of color #926EDE: hue angle of 259.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926EDE is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 110 | 222 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.13 |
| HSL | 259.29º | 0.63% | 0.65% | - |
| HSV(B) | 259.29º | 0.5% | 0.87% | - |
| XYZ | 30.61 | 22.54 | 71.84 | - |
| YUV | 133.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 222 | 0.34 | 0.50 | 0 | 0.13 | 259.29 | 0.63 | 0.65 |
| Hex | 92 | 6E | DE | 22 | 32 | 0 | D | 103 | 3F | 41 |
| Octal | 222 | 156 | 336 | 42 | 62 | 0 | 15 | 403 | 77 | 101 |
| Binary | 10010010 | 1101110 | 11011110 | 100010 | 110010 | 0 | 1101 | 100000011 | 111111 | 1000001 |
Color Harmonies of #926EDE
Complementary color
Monochromatic Colors of #926EDE
Black with #926EDE
Text Example
Text Example
White with #926EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EDE; }
p { color: rgb(146,110,222); }
H1.HeaderClassName
{
color: #926EDE;
}
.AnyTagClassName
{
color: #926EDE;
}
</style>
background-color css
<style>
a { background-color: #926EDE; }
a { background-color: rgb(146,110,222); }
div.DivClassName
{
background-color: #926EDE;
}
.BgClassName
{
background-color: #926EDE;
}
</style>
border-color css
<style>
span { border-color: #926EDE; }
span { border-color: rgb(146,110,222); }
td.TdClassName
{
border-color: #926EDE;
}
.TagClassName
{
border-color: #926EDE;
}
</style>