COLOR #9396F1

HEX: #9396F1
RGB: (147,150,241)

Color info

#9396F1 contains mainly blue color. Web safe color of #9396F1 is #9999FF (or #99F).

RGB color model

#9396F1 color RGB value is (147,150,241).

  • red value is 147;
  • green value is 150;
  • blue value is 241.
RGB:
(147,150,241)
(58%,59%,95%)

RGB channels and saturation

R 147 of 255 = 58%
G 150 of 255 = 59%
B 241 of 255 = 95%

147
150
241

R + G + B ~ 71%. #9396F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 150 + 241 = 538 (100%)
R 147 of 538 ~ 27.32%
G 150 of 538 ~ 27.88%
B 241 of 538 ~ 44.8%

%27.32
%27.88
%44.8

CMYK color model

#9396F1 color CMYK value is (39,38,0,5).

  • cyan value is 39.00%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(39,38,0,5)
C39M38Y0K5 
(39%,38%,0%,5%)
(0.39/0.38/0.00/0.05)	

CMYK percentages

%39
%37.76
%0
%5.49

Codes

Color #9396F1 in popluar color models

9396F1
RGB147150241
HSL238°77.05%76.08%
HSB/HSV238°39.00%94.51%
CMYK39.00%37.76%0.00%
5.49%

Color #9396F1 in popluar number systems.

HEX9396F1
Decimal147150241
Binary100100111001011011110001
Octal223226361

Shades and tints

Shades of #9396F1

#9396F1
(147,150,241)
#8689DC
(134,137,220)
#797CC7
(121,124,199)
#6C6FB2
(108,111,178)
#5F629D
(95,98,157)
#525588
(82,85,136)
#454873
(69,72,115)
#383B5E
(56,59,94)
#2B2E49
(43,46,73)
#1E2134
(30,33,52)
#11141F
(17,20,31)
#000000
(0,0,0)

Tints of #9396F1

#9396F1
(147,150,241)
#9C9FF2
(156,159,242)
#A5A8F3
(165,168,243)
#AEB1F4
(174,177,244)
#B7BAF5
(183,186,245)
#C0C3F6
(192,195,246)
#C9CCF7
(201,204,247)
#D2D5F8
(210,213,248)
#DBDEF9
(219,222,249)
#E4E7FA
(228,231,250)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9396F1 color. Also use rgb(147,150,241) instead hex code.

Text Font Color

.myTextColor { color: #9396F1; }

<p style="color:#9396F1">This sample text font color is #9396F1.</p>

This text font color is #9396F1.


Background Color

.myBgColor { background-color: #9396F1; }

<div style="background-color:#9396F1">Inner text</div>

This div background color is #9396F1.


Border color

.myBorderColor { border: 1px solid #9396F1; }

<div style="border:3px solid #9396F1">Div</div>

This div border color is #9396F1.


Opacity

.myOpacity80 { color: #9396F1; opacity: 0.8; }

<p style="color:#9396F1;opacity:0.8;">80%</p>

Text with #9396F1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9396F1;}

<p style="text-shadow: 3px 3px 1px #9396F1">Text here.</p>

This text has shadow with #9396F1 color.

.textShadow {text-shadow: 3px 3px 1px #9396F1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9396F1, 5px 5px 20px red">Text here.</p>

This text has shadow with #9396F1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9396F1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9396F1, Direction=45, Strength=4)">Text</p>

This text has shadow with #9396F1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9396F1;
  -webkit-box-shadow:	1px 1px 3px 2px #9396F1;
  box-shadow:		1px 1px 3px 2px #9396F1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9396F1;
-webkit-box-shadow: 1px 1px 3px 2px #9396F1;
box-shadow:1px 1px 3px 2px #9396F1;">
Div content here</div>
This div box has shadow with color #9396F1.

Preview

Color preview on black background

This text has color #9396F1 on black background.


Color preview on white background

This text has color #9396F1 on white background.



Black color preview on #9396F1 background

This text has black color on #9396F1 background.


White color preview on #9396F1 background

This text has white color on #9396F1 background.