Shades of Medium Purple #926CED
Tints of Medium Purple #926CED
RGB
CMYK
RGB Variations
Color information
#926CED (or 0x926CED) is known color: Medium Purple. HEX triplet: 92, 6C and ED. RGB value is (146,108,237). Sum of RGB (Red+Green+Blue) = 146+108+237=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #926CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CED is #6D9312. Grayscale: #858585. Windows color (decimal): -7181075 or 15559826. OLE color: 15559826.
HSL color Cylindrical-coordinate representation of color #926CED: hue angle of 257.67º 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 #926CED is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 108 | 237 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.07 |
| HSL | 257.67º | 0.78% | 0.68% | - |
| HSV(B) | 257.67º | 0.54% | 0.93% | - |
| XYZ | 32.5 | 22.95 | 82.84 | - |
| YUV | 134.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 237 | 0.38 | 0.54 | 0 | 0.07 | 257.67 | 0.78 | 0.68 |
| Hex | 92 | 6C | ED | 26 | 36 | 0 | 7 | 102 | 4E | 44 |
| Octal | 222 | 154 | 355 | 46 | 66 | 0 | 7 | 402 | 116 | 104 |
| Binary | 10010010 | 1101100 | 11101101 | 100110 | 110110 | 0 | 111 | 100000010 | 1001110 | 1000100 |
Color Harmonies of #926CED
Complementary color
Monochromatic Colors of #926CED
Black with #926CED
Text Example
Text Example
White with #926CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CED; }
p { color: rgb(146,108,237); }
H1.HeaderClassName
{
color: #926CED;
}
.AnyTagClassName
{
color: #926CED;
}
</style>
background-color css
<style>
a { background-color: #926CED; }
a { background-color: rgb(146,108,237); }
div.DivClassName
{
background-color: #926CED;
}
.BgClassName
{
background-color: #926CED;
}
</style>
border-color css
<style>
span { border-color: #926CED; }
span { border-color: rgb(146,108,237); }
td.TdClassName
{
border-color: #926CED;
}
.TagClassName
{
border-color: #926CED;
}
</style>