#9264EC

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

Shades of Medium Purple #9264EC

Tints of Medium Purple #9264EC

Color information

#9264EC (or 0x9264EC) is unknown color: approx Medium Purple. HEX triplet: 92, 64 and EC. RGB value is (146,100,236). Sum of RGB (Red+Green+Blue) = 146+100+236=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #9264EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9264EC is #6D9B13. Grayscale: #808080. Windows color (decimal): -7183124 or 15492242. OLE color: 15492242.

HSL color Cylindrical-coordinate representation of color #9264EC: hue angle of 260.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9264EC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146100236-
CMYK0.380.5800.07
HSL260.29º78.16%65.88%-
HSV(B)260.29º57.63%92.55%-
XYZ31.5521.2881.8-
YUV129.26188.24139.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.29%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 236 (92.58% from 255) = 48.96%
R=30.29%
G=20.75%
B=48.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461002360.380.5800.07260.2978.1665.88
Hex9264EC263A071044e42
Octal222144354467207404116102
Binary10010010110010011101100100110111010011110000010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9264EC; }

 p { color: rgb(146,100,236); }

 H1.HeaderClassName
 {
   color: #9264EC;
 }
 .AnyTagClassName
 {
   color: #9264EC;
 }
</style>
background-color css

<style>
 a { background-color: #9264EC; }

 a { background-color: rgb(146,100,236); }

 div.DivClassName
 {
   background-color: #9264EC;
 }
 .BgClassName
 {
   background-color: #9264EC;
 }
</style>
border-color css

<style>
 span { border-color: #9264EC; }

 span { border-color: rgb(146,100,236); }

 td.TdClassName
 {
   border-color: #9264EC;
 }
 .TagClassName
 {
   border-color: #9264EC;
 }
</style>