#9265EC

Color #9265EC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9265EC

Tints of Medium Purple #9265EC

Color information

#9265EC (or 0x9265EC) is unknown color: approx 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

RGB146101236-
CMYK0.380.5700.07
HSL260º78.03%66.08%-
HSV(B)260º57.2%92.55%-
XYZ31.6521.4781.83-
YUV129.84187.91139.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=30.23%
G=20.91%
B=48.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461012360.380.5700.0726078.0366.08
Hex9265EC2639071044e42
Octal222145354467107404116102
Binary10010010110010111101100100110111001011110000010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9265EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>