COLOR #9388F6

HEX: #9388F6
RGB: (147,136,246)

Color info

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

RGB color model

#9388F6 color RGB value is (147,136,246).

  • red value is 147;
  • green value is 136;
  • blue value is 246.
RGB:
(147,136,246)
(58%,53%,96%)

RGB channels and saturation

R 147 of 255 = 58%
G 136 of 255 = 53%
B 246 of 255 = 96%

147
136
246

R + G + B ~ 69%. #9388F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 136 + 246 = 529 (100%)
R 147 of 529 ~ 27.79%
G 136 of 529 ~ 25.71%
B 246 of 529 ~ 46.5%

%27.79
%25.71
%46.5

CMYK color model

#9388F6 color CMYK value is (40,45,0,4).

  • cyan value is 40.24%
  • magenta value is 44.72%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(40,45,0,4)
C40M45Y0K4 
(40%,45%,0%,4%)
(0.40/0.45/0.00/0.04)	

CMYK percentages

%40.24
%44.72
%0
%3.53

Codes

Color #9388F6 in popluar color models

9388F6
RGB147136246
HSL246°85.94%74.90%
HSB/HSV246°44.72%96.47%
CMYK40.24%44.72%0.00%
3.53%

Color #9388F6 in popluar number systems.

HEX9388F6
Decimal147136246
Binary100100111000100011110110
Octal223210366

Shades and tints

Shades of #9388F6

#9388F6
(147,136,246)
#867CE0
(134,124,224)
#7970CA
(121,112,202)
#6C64B4
(108,100,180)
#5F589E
(95,88,158)
#524C88
(82,76,136)
#454072
(69,64,114)
#38345C
(56,52,92)
#2B2846
(43,40,70)
#1E1C30
(30,28,48)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #9388F6

#9388F6
(147,136,246)
#9C92F6
(156,146,246)
#A59CF6
(165,156,246)
#AEA6F6
(174,166,246)
#B7B0F6
(183,176,246)
#C0BAF6
(192,186,246)
#C9C4F6
(201,196,246)
#D2CEF6
(210,206,246)
#DBD8F6
(219,216,246)
#E4E2F6
(228,226,246)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9388F6 color. Also use rgb(147,136,246) instead hex code.

Text Font Color

.myTextColor { color: #9388F6; }

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

This text font color is #9388F6.


Background Color

.myBgColor { background-color: #9388F6; }

<div style="background-color:#9388F6">Inner text</div>

This div background color is #9388F6.


Border color

.myBorderColor { border: 1px solid #9388F6; }

<div style="border:3px solid #9388F6">Div</div>

This div border color is #9388F6.


Opacity

.myOpacity80 { color: #9388F6; opacity: 0.8; }

<p style="color:#9388F6;opacity:0.8;">80%</p>

Text with #9388F6 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 #9388F6;}

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

This text has shadow with #9388F6 color.

.textShadow {text-shadow: 3px 3px 1px #9388F6, 3px 3px 1px red;}

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

This text has shadow with #9388F6 primary color and red secondary color.


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

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

This text has shadow with #9388F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9388F6 on black background.


Color preview on white background

This text has color #9388F6 on white background.



Black color preview on #9388F6 background

This text has black color on #9388F6 background.


White color preview on #9388F6 background

This text has white color on #9388F6 background.