#9386E8

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

Shades of Medium Purple #9386E8

Tints of Medium Purple #9386E8

Color information

#9386E8 (or 0x9386E8) is unknown color: approx Medium Purple. HEX triplet: 93, 86 and E8. RGB value is (147,134,232). Sum of RGB (Red+Green+Blue) = 147+134+232=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #9386E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9386E8 is #6C7917. Grayscale: #949494. Windows color (decimal): -7108888 or 15238803. OLE color: 15238803.

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

Color convert

RGB147134232-
CMYK0.370.4200.09
HSL247.96º68.06%71.76%-
HSV(B)247.96º42.24%90.98%-
XYZ35.1229.0880.11-
YUV149.06174.81126.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 232 (91.02% from 255) = 45.22%
R=28.65%
G=26.12%
B=45.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1471342320.370.4200.09247.9668.0671.76
Hex9386E8252A09f84448
Octal2232063504552011370104110
Binary100100111000011011101000100101101010010011111100010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9386E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,134,232); }

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

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

 a { background-color: rgb(147,134,232); }

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

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

 span { border-color: rgb(147,134,232); }

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