#9266EC

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

Shades of Medium Purple #9266EC

Tints of Medium Purple #9266EC

Color information

#9266EC (or 0x9266EC) is unknown color: approx Medium Purple. HEX triplet: 92, 66 and EC. RGB value is (146,102,236). Sum of RGB (Red+Green+Blue) = 146+102+236=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #9266EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9266EC is #6D9913. Grayscale: #818181. Windows color (decimal): -7182612 or 15492754. OLE color: 15492754.

HSL color Cylindrical-coordinate representation of color #9266EC: hue angle of 259.7º 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 #9266EC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146102236-
CMYK0.380.5700.07
HSL259.7º77.91%66.27%-
HSV(B)259.7º56.78%92.55%-
XYZ31.7521.6781.87-
YUV130.43187.58139.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=30.17%
G=21.07%
B=48.76%

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
Decimal1461022360.380.5700.07259.777.9166.27
Hex9266EC2639071044e42
Octal222146354467107404116102
Binary10010010110011011101100100110111001011110000010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9266EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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