COLOR #938EF1

HEX: #938EF1
RGB: (147,142,241)

Color info

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

RGB color model

#938EF1 color RGB value is (147,142,241).

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

RGB channels and saturation

R 147 of 255 = 58%
G 142 of 255 = 56%
B 241 of 255 = 95%

147
142
241

R + G + B ~ 70%. #938EF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 142 + 241 = 530 (100%)
R 147 of 530 ~ 27.74%
G 142 of 530 ~ 26.79%
B 241 of 530 ~ 45.47%

%27.74
%26.79
%45.47

CMYK color model

#938EF1 color CMYK value is (39,41,0,5).

  • cyan value is 39.00%
  • magenta value is 41.08%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(39,41,0,5)
C39M41Y0K5 
(39%,41%,0%,5%)
(0.39/0.41/0.00/0.05)	

CMYK percentages

%39
%41.08
%0
%5.49

Codes

Color #938EF1 in popluar color models

938EF1
RGB147142241
HSL243°77.95%75.10%
HSB/HSV243°41.08%94.51%
CMYK39.00%41.08%0.00%
5.49%

Color #938EF1 in popluar number systems.

HEX938EF1
Decimal147142241
Binary100100111000111011110001
Octal223216361

Shades and tints

Shades of #938EF1

#938EF1
(147,142,241)
#8682DC
(134,130,220)
#7976C7
(121,118,199)
#6C6AB2
(108,106,178)
#5F5E9D
(95,94,157)
#525288
(82,82,136)
#454673
(69,70,115)
#383A5E
(56,58,94)
#2B2E49
(43,46,73)
#1E2234
(30,34,52)
#11161F
(17,22,31)
#000000
(0,0,0)

Tints of #938EF1

#938EF1
(147,142,241)
#9C98F2
(156,152,242)
#A5A2F3
(165,162,243)
#AEACF4
(174,172,244)
#B7B6F5
(183,182,245)
#C0C0F6
(192,192,246)
#C9CAF7
(201,202,247)
#D2D4F8
(210,212,248)
#DBDEF9
(219,222,249)
#E4E8FA
(228,232,250)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938EF1 color. Also use rgb(147,142,241) instead hex code.

Text Font Color

.myTextColor { color: #938EF1; }

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

This text font color is #938EF1.


Background Color

.myBgColor { background-color: #938EF1; }

<div style="background-color:#938EF1">Inner text</div>

This div background color is #938EF1.


Border color

.myBorderColor { border: 1px solid #938EF1; }

<div style="border:3px solid #938EF1">Div</div>

This div border color is #938EF1.


Opacity

.myOpacity80 { color: #938EF1; opacity: 0.8; }

<p style="color:#938EF1;opacity:0.8;">80%</p>

Text with #938EF1 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 #938EF1;}

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

This text has shadow with #938EF1 color.

.textShadow {text-shadow: 3px 3px 1px #938EF1, 3px 3px 1px red;}

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

This text has shadow with #938EF1 primary color and red secondary color.


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

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

This text has shadow with #938EF1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938EF1 on black background.


Color preview on white background

This text has color #938EF1 on white background.



Black color preview on #938EF1 background

This text has black color on #938EF1 background.


White color preview on #938EF1 background

This text has white color on #938EF1 background.