#9267EA

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

Shades of Medium Purple #9267EA

Tints of Medium Purple #9267EA

Color information

#9267EA (or 0x9267EA) is unknown color: approx Medium Purple. HEX triplet: 92, 67 and EA. RGB value is (146,103,234). Sum of RGB (Red+Green+Blue) = 146+103+234=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #9267EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9267EA is #6D9815. Grayscale: #828282. Windows color (decimal): -7182358 or 15361938. OLE color: 15361938.

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

Color convert

RGB146103234-
CMYK0.380.5600.08
HSL259.69º75.72%66.08%-
HSV(B)259.69º55.98%91.76%-
XYZ31.5621.7580.38-
YUV130.79186.25138.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 234 (91.80% from 255) = 48.45%
R=30.23%
G=21.33%
B=48.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461032340.380.5600.08259.6975.7266.08
Hex9267EA2638081044c42
Octal2221473524670010404114102
Binary100100101100111111010101001101110000100010000010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9267EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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