#9264E8

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

Shades of Medium Purple #9264E8

Tints of Medium Purple #9264E8

Color information

#9264E8 (or 0x9264E8) is unknown color: approx Medium Purple. HEX triplet: 92, 64 and E8. RGB value is (146,100,232). Sum of RGB (Red+Green+Blue) = 146+100+232=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #9264E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9264E8 is #6D9B17. Grayscale: #808080. Windows color (decimal): -7183128 or 15230098. OLE color: 15230098.

HSL color Cylindrical-coordinate representation of color #9264E8: hue angle of 260.91º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9264E8 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146100232-
CMYK0.370.5700.09
HSL260.91º74.16%65.1%-
HSV(B)260.91º56.9%90.98%-
XYZ30.9821.0578.77-
YUV128.8186.24140.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 232 (91.02% from 255) = 48.54%
R=30.54%
G=20.92%
B=48.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1461002320.370.5700.09260.9174.1665.1
Hex9264E82539091054a41
Octal2221443504571011405112101
Binary100100101100100111010001001011110010100110000010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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