#9267EC

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

Shades of Medium Purple #9267EC

Tints of Medium Purple #9267EC

Color information

#9267EC (or 0x9267EC) is unknown color: approx Medium Purple. HEX triplet: 92, 67 and EC. RGB value is (146,103,236). Sum of RGB (Red+Green+Blue) = 146+103+236=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #9267EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9267EC is #6D9813. Grayscale: #828282. Windows color (decimal): -7182356 or 15493010. OLE color: 15493010.

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

Color convert

RGB146103236-
CMYK0.380.5600.07
HSL259.4º77.78%66.47%-
HSV(B)259.4º56.36%92.55%-
XYZ31.8421.8781.9-
YUV131.02187.25138.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 236 (92.58% from 255) = 48.66%
R=30.10%
G=21.24%
B=48.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461032360.380.5600.07259.477.7866.47
Hex9267EC2638071034e42
Octal222147354467007403116102
Binary10010010110011111101100100110111000011110000001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9267EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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