Shades of Medium Purple #9265EC
Tints of Medium Purple #9265EC
RGB
CMYK
RGB Variations
Color information
#9265EC (or 0x9265EC) is known color: Medium Purple. HEX triplet: 92, 65 and EC. RGB value is (146,101,236). Sum of RGB (Red+Green+Blue) = 146+101+236=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #9265EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9265EC is #6D9A13. Grayscale: #818181. Windows color (decimal): -7182868 or 15492498. OLE color: 15492498.
HSL color Cylindrical-coordinate representation of color #9265EC: hue angle of 260º 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 #9265EC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 101 | 236 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 260º | 0.78% | 0.66% | - |
| HSV(B) | 260º | 0.57% | 0.93% | - |
| XYZ | 31.65 | 21.47 | 81.83 | - |
| YUV | 129.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 101 | 236 | 0.38 | 0.57 | 0 | 0.07 | 260 | 0.78 | 0.66 |
| Hex | 92 | 65 | EC | 26 | 39 | 0 | 7 | 104 | 4E | 42 |
| Octal | 222 | 145 | 354 | 46 | 71 | 0 | 7 | 404 | 116 | 102 |
| Binary | 10010010 | 1100101 | 11101100 | 100110 | 111001 | 0 | 111 | 100000100 | 1001110 | 1000010 |
Color Harmonies of #9265EC
Complementary color
Monochromatic Colors of #9265EC
Black with #9265EC
Text Example
Text Example
White with #9265EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9265EC; }
p { color: rgb(146,101,236); }
H1.HeaderClassName
{
color: #9265EC;
}
.AnyTagClassName
{
color: #9265EC;
}
</style>
background-color css
<style>
a { background-color: #9265EC; }
a { background-color: rgb(146,101,236); }
div.DivClassName
{
background-color: #9265EC;
}
.BgClassName
{
background-color: #9265EC;
}
</style>
border-color css
<style>
span { border-color: #9265EC; }
span { border-color: rgb(146,101,236); }
td.TdClassName
{
border-color: #9265EC;
}
.TagClassName
{
border-color: #9265EC;
}
</style>