Shades of Medium Purple #926BEC
Tints of Medium Purple #926BEC
RGB
CMYK
RGB Variations
Color information
#926BEC (or 0x926BEC) is known color: Medium Purple. HEX triplet: 92, 6B and EC. RGB value is (146,107,236). Sum of RGB (Red+Green+Blue) = 146+107+236=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #926BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926BEC is #6D9413. Grayscale: #848484. Windows color (decimal): -7181332 or 15494034. OLE color: 15494034.
HSL color Cylindrical-coordinate representation of color #926BEC: hue angle of 258.14º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #926BEC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 107 | 236 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.07 |
| HSL | 258.14º | 0.77% | 0.67% | - |
| HSV(B) | 258.14º | 0.55% | 0.93% | - |
| XYZ | 32.25 | 22.68 | 82.04 | - |
| YUV | 133.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 236 | 0.38 | 0.55 | 0 | 0.07 | 258.14 | 0.77 | 0.67 |
| Hex | 92 | 6B | EC | 26 | 37 | 0 | 7 | 102 | 4D | 43 |
| Octal | 222 | 153 | 354 | 46 | 67 | 0 | 7 | 402 | 115 | 103 |
| Binary | 10010010 | 1101011 | 11101100 | 100110 | 110111 | 0 | 111 | 100000010 | 1001101 | 1000011 |
Color Harmonies of #926BEC
Complementary color
Monochromatic Colors of #926BEC
Black with #926BEC
Text Example
Text Example
White with #926BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BEC; }
p { color: rgb(146,107,236); }
H1.HeaderClassName
{
color: #926BEC;
}
.AnyTagClassName
{
color: #926BEC;
}
</style>
background-color css
<style>
a { background-color: #926BEC; }
a { background-color: rgb(146,107,236); }
div.DivClassName
{
background-color: #926BEC;
}
.BgClassName
{
background-color: #926BEC;
}
</style>
border-color css
<style>
span { border-color: #926BEC; }
span { border-color: rgb(146,107,236); }
td.TdClassName
{
border-color: #926BEC;
}
.TagClassName
{
border-color: #926BEC;
}
</style>