COLOR #9381F4

HEX: #9381F4
RGB: (147,129,244)

Color info

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

RGB color model

#9381F4 color RGB value is (147,129,244).

  • red value is 147;
  • green value is 129;
  • blue value is 244.
RGB:
(147,129,244)
(58%,51%,96%)

RGB channels and saturation

R 147 of 255 = 58%
G 129 of 255 = 51%
B 244 of 255 = 96%

147
129
244

R + G + B ~ 68%. #9381F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 129 + 244 = 520 (100%)
R 147 of 520 ~ 28.27%
G 129 of 520 ~ 24.81%
B 244 of 520 ~ 46.92%

%28.27
%24.81
%46.92

CMYK color model

#9381F4 color CMYK value is (40,47,0,4).

  • cyan value is 39.75%
  • magenta value is 47.13%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(40,47,0,4)
C40M47Y0K4 
(40%,47%,0%,4%)
(0.40/0.47/0.00/0.04)	

CMYK percentages

%39.75
%47.13
%0
%4.31

Codes

Color #9381F4 in popluar color models

9381F4
RGB147129244
HSL249°83.94%73.14%
HSB/HSV249°47.13%95.69%
CMYK39.75%47.13%0.00%
4.31%

Color #9381F4 in popluar number systems.

HEX9381F4
Decimal147129244
Binary100100111000000111110100
Octal223201364

Shades and tints

Shades of #9381F4

#9381F4
(147,129,244)
#8676DE
(134,118,222)
#796BC8
(121,107,200)
#6C60B2
(108,96,178)
#5F559C
(95,85,156)
#524A86
(82,74,134)
#453F70
(69,63,112)
#38345A
(56,52,90)
#2B2944
(43,41,68)
#1E1E2E
(30,30,46)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #9381F4

#9381F4
(147,129,244)
#9C8CF5
(156,140,245)
#A597F6
(165,151,246)
#AEA2F7
(174,162,247)
#B7ADF8
(183,173,248)
#C0B8F9
(192,184,249)
#C9C3FA
(201,195,250)
#D2CEFB
(210,206,251)
#DBD9FC
(219,217,252)
#E4E4FD
(228,228,253)
#EDEFFE
(237,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9381F4 color. Also use rgb(147,129,244) instead hex code.

Text Font Color

.myTextColor { color: #9381F4; }

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

This text font color is #9381F4.


Background Color

.myBgColor { background-color: #9381F4; }

<div style="background-color:#9381F4">Inner text</div>

This div background color is #9381F4.


Border color

.myBorderColor { border: 1px solid #9381F4; }

<div style="border:3px solid #9381F4">Div</div>

This div border color is #9381F4.


Opacity

.myOpacity80 { color: #9381F4; opacity: 0.8; }

<p style="color:#9381F4;opacity:0.8;">80%</p>

Text with #9381F4 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 #9381F4;}

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

This text has shadow with #9381F4 color.

.textShadow {text-shadow: 3px 3px 1px #9381F4, 3px 3px 1px red;}

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

This text has shadow with #9381F4 primary color and red secondary color.


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

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

This text has shadow with #9381F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9381F4 on black background.


Color preview on white background

This text has color #9381F4 on white background.



Black color preview on #9381F4 background

This text has black color on #9381F4 background.


White color preview on #9381F4 background

This text has white color on #9381F4 background.