#9361E5

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

Shades of Medium Purple #9361E5

Tints of Medium Purple #9361E5

Color information

#9361E5 (or 0x9361E5) is unknown color: approx Medium Purple. HEX triplet: 93, 61 and E5. RGB value is (147,97,229). Sum of RGB (Red+Green+Blue) = 147+97+229=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #9361E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361E5 is #6C9E1A. Grayscale: #7E7E7E. Windows color (decimal): -7118363 or 15032723. OLE color: 15032723.

HSL color Cylindrical-coordinate representation of color #9361E5: hue angle of 262.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9361E5 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14797229-
CMYK0.360.5800.10
HSL262.73º71.74%63.92%-
HSV(B)262.73º57.64%89.8%-
XYZ30.4520.4176.46-
YUV127185.56142.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 229 (89.84% from 255) = 48.41%
R=31.08%
G=20.51%
B=48.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal147972290.360.5800.10262.7371.7463.92
Hex9361E5243A0A1074840
Octal2231413454472012407110100
Binary100100111100001111001011001001110100101010000011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9361E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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