COLOR #9374D8

HEX: #9374D8
RGB: (147,116,216)

Color info

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

RGB color model

#9374D8 color RGB value is (147,116,216).

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

RGB channels and saturation

R 147 of 255 = 58%
G 116 of 255 = 45%
B 216 of 255 = 85%

147
116
216

R + G + B ~ 63%. #9374D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 116 + 216 = 479 (100%)
R 147 of 479 ~ 30.69%
G 116 of 479 ~ 24.22%
B 216 of 479 ~ 45.09%

%30.69
%24.22
%45.09

CMYK color model

#9374D8 color CMYK value is (32,46,0,15).

  • cyan value is 31.94%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(32,46,0,15)
C32M46Y0K15 
(32%,46%,0%,15%)
(0.32/0.46/0.00/0.15)	

CMYK percentages

%31.94
%46.3
%0
%15.29

Codes

Color #9374D8 in popluar color models

9374D8
RGB147116216
HSL259°56.18%65.10%
HSB/HSV259°46.30%84.71%
CMYK31.94%46.30%0.00%
15.29%

Color #9374D8 in popluar number systems.

HEX9374D8
Decimal147116216
Binary10010011111010011011000
Octal223164330

Shades and tints

Shades of #9374D8

#9374D8
(147,116,216)
#866AC5
(134,106,197)
#7960B2
(121,96,178)
#6C569F
(108,86,159)
#5F4C8C
(95,76,140)
#524279
(82,66,121)
#453866
(69,56,102)
#382E53
(56,46,83)
#2B2440
(43,36,64)
#1E1A2D
(30,26,45)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #9374D8

#9374D8
(147,116,216)
#9C80DB
(156,128,219)
#A58CDE
(165,140,222)
#AE98E1
(174,152,225)
#B7A4E4
(183,164,228)
#C0B0E7
(192,176,231)
#C9BCEA
(201,188,234)
#D2C8ED
(210,200,237)
#DBD4F0
(219,212,240)
#E4E0F3
(228,224,243)
#EDECF6
(237,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9374D8; }

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

This text font color is #9374D8.


Background Color

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

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

This div background color is #9374D8.


Border color

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

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

This div border color is #9374D8.


Opacity

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

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

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

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

This text has shadow with #9374D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9374D8 on black background.


Color preview on white background

This text has color #9374D8 on white background.



Black color preview on #9374D8 background

This text has black color on #9374D8 background.


White color preview on #9374D8 background

This text has white color on #9374D8 background.