Shades of Medium Purple #926AE5
Tints of Medium Purple #926AE5
RGB
CMYK
RGB Variations
Color information
#926AE5 (or 0x926AE5) is known color: Medium Purple. HEX triplet: 92, 6A and E5. RGB value is (146,106,229). Sum of RGB (Red+Green+Blue) = 146+106+229=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #926AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AE5 is #6D951A. Grayscale: #838383. Windows color (decimal): -7181595 or 15035026. OLE color: 15035026.
HSL color Cylindrical-coordinate representation of color #926AE5: hue angle of 259.51º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926AE5 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 106 | 229 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.10 |
| HSL | 259.51º | 0.7% | 0.66% | - |
| HSV(B) | 259.51º | 0.54% | 0.9% | - |
| XYZ | 31.15 | 22.08 | 76.75 | - |
| YUV | 131.98 | 182.75 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 229 | 0.36 | 0.54 | 0 | 0.10 | 259.51 | 0.7 | 0.66 |
| Hex | 92 | 6A | E5 | 24 | 36 | 0 | A | 104 | 46 | 42 |
| Octal | 222 | 152 | 345 | 44 | 66 | 0 | 12 | 404 | 106 | 102 |
| Binary | 10010010 | 1101010 | 11100101 | 100100 | 110110 | 0 | 1010 | 100000100 | 1000110 | 1000010 |
Color Harmonies of #926AE5
Complementary color
Monochromatic Colors of #926AE5
Black with #926AE5
Text Example
Text Example
White with #926AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AE5; }
p { color: rgb(146,106,229); }
H1.HeaderClassName
{
color: #926AE5;
}
.AnyTagClassName
{
color: #926AE5;
}
</style>
background-color css
<style>
a { background-color: #926AE5; }
a { background-color: rgb(146,106,229); }
div.DivClassName
{
background-color: #926AE5;
}
.BgClassName
{
background-color: #926AE5;
}
</style>
border-color css
<style>
span { border-color: #926AE5; }
span { border-color: rgb(146,106,229); }
td.TdClassName
{
border-color: #926AE5;
}
.TagClassName
{
border-color: #926AE5;
}
</style>