Shades of Medium Purple #9266EC
Tints of Medium Purple #9266EC
RGB
CMYK
RGB Variations
Color information
#9266EC (or 0x9266EC) is known color: Medium Purple. HEX triplet: 92, 66 and EC. RGB value is (146,102,236). Sum of RGB (Red+Green+Blue) = 146+102+236=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #9266EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9266EC is #6D9913. Grayscale: #818181. Windows color (decimal): -7182612 or 15492754. OLE color: 15492754.
HSL color Cylindrical-coordinate representation of color #9266EC: hue angle of 259.7º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9266EC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 102 | 236 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 259.7º | 0.78% | 0.66% | - |
| HSV(B) | 259.7º | 0.57% | 0.93% | - |
| XYZ | 31.75 | 21.67 | 81.87 | - |
| YUV | 130.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 236 | 0.38 | 0.57 | 0 | 0.07 | 259.7 | 0.78 | 0.66 |
| Hex | 92 | 66 | EC | 26 | 39 | 0 | 7 | 104 | 4E | 42 |
| Octal | 222 | 146 | 354 | 46 | 71 | 0 | 7 | 404 | 116 | 102 |
| Binary | 10010010 | 1100110 | 11101100 | 100110 | 111001 | 0 | 111 | 100000100 | 1001110 | 1000010 |
Color Harmonies of #9266EC
Complementary color
Monochromatic Colors of #9266EC
Black with #9266EC
Text Example
Text Example
White with #9266EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9266EC; }
p { color: rgb(146,102,236); }
H1.HeaderClassName
{
color: #9266EC;
}
.AnyTagClassName
{
color: #9266EC;
}
</style>
background-color css
<style>
a { background-color: #9266EC; }
a { background-color: rgb(146,102,236); }
div.DivClassName
{
background-color: #9266EC;
}
.BgClassName
{
background-color: #9266EC;
}
</style>
border-color css
<style>
span { border-color: #9266EC; }
span { border-color: rgb(146,102,236); }
td.TdClassName
{
border-color: #9266EC;
}
.TagClassName
{
border-color: #9266EC;
}
</style>