COLOR #9374E5

HEX: #9374E5
RGB: (147,116,229)

Color info

#9374E5 contains mainly blue color. Web safe color of #9374E5 is #9966CC (or #96C).

RGB color model

#9374E5 color RGB value is (147,116,229).

  • red value is 147;
  • green value is 116;
  • blue value is 229.
RGB:
(147,116,229)
(58%,45%,90%)

RGB channels and saturation

R 147 of 255 = 58%
G 116 of 255 = 45%
B 229 of 255 = 90%

147
116
229

R + G + B ~ 64%. #9374E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 116 + 229 = 492 (100%)
R 147 of 492 ~ 29.88%
G 116 of 492 ~ 23.58%
B 229 of 492 ~ 46.54%

%29.88
%23.58
%46.54

CMYK color model

#9374E5 color CMYK value is (36,49,0,10).

  • cyan value is 35.81%
  • magenta value is 49.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(36,49,0,10)
C36M49Y0K10 
(36%,49%,0%,10%)
(0.36/0.49/0.00/0.10)	

CMYK percentages

%35.81
%49.34
%0
%10.2

Codes

Color #9374E5 in popluar color models

9374E5
RGB147116229
HSL256°68.48%67.65%
HSB/HSV256°49.34%89.80%
CMYK35.81%49.34%0.00%
10.20%

Color #9374E5 in popluar number systems.

HEX9374E5
Decimal147116229
Binary10010011111010011100101
Octal223164345

Shades and tints

Shades of #9374E5

#9374E5
(147,116,229)
#866AD1
(134,106,209)
#7960BD
(121,96,189)
#6C56A9
(108,86,169)
#5F4C95
(95,76,149)
#524281
(82,66,129)
#45386D
(69,56,109)
#382E59
(56,46,89)
#2B2445
(43,36,69)
#1E1A31
(30,26,49)
#11101D
(17,16,29)
#000000
(0,0,0)

Tints of #9374E5

#9374E5
(147,116,229)
#9C80E7
(156,128,231)
#A58CE9
(165,140,233)
#AE98EB
(174,152,235)
#B7A4ED
(183,164,237)
#C0B0EF
(192,176,239)
#C9BCF1
(201,188,241)
#D2C8F3
(210,200,243)
#DBD4F5
(219,212,245)
#E4E0F7
(228,224,247)
#EDECF9
(237,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9374E5 color. Also use rgb(147,116,229) instead hex code.

Text Font Color

.myTextColor { color: #9374E5; }

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

This text font color is #9374E5.


Background Color

.myBgColor { background-color: #9374E5; }

<div style="background-color:#9374E5">Inner text</div>

This div background color is #9374E5.


Border color

.myBorderColor { border: 1px solid #9374E5; }

<div style="border:3px solid #9374E5">Div</div>

This div border color is #9374E5.


Opacity

.myOpacity80 { color: #9374E5; opacity: 0.8; }

<p style="color:#9374E5;opacity:0.8;">80%</p>

Text with #9374E5 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 #9374E5;}

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

This text has shadow with #9374E5 color.

.textShadow {text-shadow: 3px 3px 1px #9374E5, 3px 3px 1px red;}

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

This text has shadow with #9374E5 primary color and red secondary color.


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

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

This text has shadow with #9374E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9374E5 on black background.


Color preview on white background

This text has color #9374E5 on white background.



Black color preview on #9374E5 background

This text has black color on #9374E5 background.


White color preview on #9374E5 background

This text has white color on #9374E5 background.