Shades of Medium Purple #926BEF
Tints of Medium Purple #926BEF
RGB
CMYK
RGB Variations
Color information
#926BEF (or 0x926BEF) is known color: Medium Purple. HEX triplet: 92, 6B and EF. RGB value is (146,107,239). Sum of RGB (Red+Green+Blue) = 146+107+239=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #926BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926BEF is #6D9410. Grayscale: #858585. Windows color (decimal): -7181329 or 15690642. OLE color: 15690642.
HSL color Cylindrical-coordinate representation of color #926BEF: hue angle of 257.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #926BEF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 107 | 239 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.06 |
| HSL | 257.73º | 0.8% | 0.68% | - |
| HSV(B) | 257.73º | 0.55% | 0.94% | - |
| XYZ | 32.69 | 22.86 | 84.35 | - |
| YUV | 133.71 | 187.42 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 239 | 0.39 | 0.55 | 0 | 0.06 | 257.73 | 0.8 | 0.68 |
| Hex | 92 | 6B | EF | 27 | 37 | 0 | 6 | 102 | 50 | 44 |
| Octal | 222 | 153 | 357 | 47 | 67 | 0 | 6 | 402 | 120 | 104 |
| Binary | 10010010 | 1101011 | 11101111 | 100111 | 110111 | 0 | 110 | 100000010 | 1010000 | 1000100 |
Color Harmonies of #926BEF
Complementary color
Monochromatic Colors of #926BEF
Black with #926BEF
Text Example
Text Example
White with #926BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BEF; }
p { color: rgb(146,107,239); }
H1.HeaderClassName
{
color: #926BEF;
}
.AnyTagClassName
{
color: #926BEF;
}
</style>
background-color css
<style>
a { background-color: #926BEF; }
a { background-color: rgb(146,107,239); }
div.DivClassName
{
background-color: #926BEF;
}
.BgClassName
{
background-color: #926BEF;
}
</style>
border-color css
<style>
span { border-color: #926BEF; }
span { border-color: rgb(146,107,239); }
td.TdClassName
{
border-color: #926BEF;
}
.TagClassName
{
border-color: #926BEF;
}
</style>