#9361EC

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

Shades of Medium Purple #9361EC

Tints of Medium Purple #9361EC

Color information

#9361EC (or 0x9361EC) is unknown color: approx Medium Purple. HEX triplet: 93, 61 and EC. RGB value is (147,97,236). Sum of RGB (Red+Green+Blue) = 147+97+236=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #9361EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9361EC is #6C9E13. Grayscale: #7F7F7F. Windows color (decimal): -7118356 or 15491475. OLE color: 15491475.

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

Color convert

RGB14797236-
CMYK0.380.5900.07
HSL261.58º78.53%65.29%-
HSV(B)261.58º58.9%92.55%-
XYZ31.4520.8181.72-
YUV127.8189.06141.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.62%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 236 (92.58% from 255) = 49.17%
R=30.62%
G=20.21%
B=49.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal147972360.380.5900.07261.5878.5365.29
Hex9361EC263B071064f41
Octal223141354467307406117101
Binary10010011110000111101100100110111011011110000011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9361EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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