#9264EF

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

Shades of Medium Purple #9264EF

Tints of Medium Purple #9264EF

Color information

#9264EF (or 0x9264EF) is unknown color: approx Medium Purple. HEX triplet: 92, 64 and EF. RGB value is (146,100,239). Sum of RGB (Red+Green+Blue) = 146+100+239=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #9264EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9264EF is #6D9B10. Grayscale: #818181. Windows color (decimal): -7183121 or 15688850. OLE color: 15688850.

HSL color Cylindrical-coordinate representation of color #9264EF: hue angle of 259.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9264EF is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146100239-
CMYK0.390.5800.06
HSL259.86º81.29%66.47%-
HSV(B)259.86º58.16%93.73%-
XYZ31.9921.4684.12-
YUV129.6189.74139.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=30.10%
G=20.62%
B=49.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461002390.390.5800.06259.8681.2966.47
Hex9264EF273A061045142
Octal222144357477206404121102
Binary10010010110010011101111100111111010011010000010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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