#9358EC

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

Shades of Medium Purple #9358EC

Tints of Medium Purple #9358EC

Color information

#9358EC (or 0x9358EC) is unknown color: approx Medium Purple. HEX triplet: 93, 58 and EC. RGB value is (147,88,236). Sum of RGB (Red+Green+Blue) = 147+88+236=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9358EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358EC is #6CA713. Grayscale: #797979. Windows color (decimal): -7120660 or 15489171. OLE color: 15489171.

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

Color convert

RGB14788236-
CMYK0.380.6300.07
HSL263.92º79.57%63.53%-
HSV(B)263.92º62.71%92.55%-
XYZ30.6619.2481.45-
YUV122.51192.05145.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 88 (34.77% from 255) = 18.68%
BLUE value IS 236 (92.58% from 255) = 50.11%
R=31.21%
G=18.68%
B=50.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal147882360.380.6300.07263.9279.5763.53
Hex9358EC263F071085040
Octal223130354467707410120100
Binary10010011101100011101100100110111111011110000100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9358EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,88,236); }

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

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

 a { background-color: rgb(147,88,236); }

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

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

 span { border-color: rgb(147,88,236); }

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