COLOR #9378B2

HEX: #9378B2
RGB: (147,120,178)

Color info

#9378B2 contains red, green and blue colors in about the same proportion. Web safe color of #9378B2 is #996699 (or #969).

RGB color model

#9378B2 color RGB value is (147,120,178).

  • red value is 147;
  • green value is 120;
  • blue value is 178.
RGB:
(147,120,178)
(58%,47%,70%)

RGB channels and saturation

R 147 of 255 = 58%
G 120 of 255 = 47%
B 178 of 255 = 70%

147
120
178

R + G + B ~ 58%. #9378B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 120 + 178 = 445 (100%)
R 147 of 445 ~ 33.03%
G 120 of 445 ~ 26.97%
B 178 of 445 ~ 40%

%33.03
%26.97
%40

CMYK color model

#9378B2 color CMYK value is (17,33,0,30).

  • cyan value is 17.42%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(17,33,0,30)
C17M33Y0K30 
(17%,33%,0%,30%)
(0.17/0.33/0.00/0.30)	

CMYK percentages

%17.42
%32.58
%0
%30.2

Codes

Color #9378B2 in popluar color models

9378B2
RGB147120178
HSL268°27.36%58.43%
HSB/HSV268°32.58%69.80%
CMYK17.42%32.58%0.00%
30.20%

Color #9378B2 in popluar number systems.

HEX9378B2
Decimal147120178
Binary10010011111100010110010
Octal223170262

Shades and tints

Shades of #9378B2

#9378B2
(147,120,178)
#866EA2
(134,110,162)
#796492
(121,100,146)
#6C5A82
(108,90,130)
#5F5072
(95,80,114)
#524662
(82,70,98)
#453C52
(69,60,82)
#383242
(56,50,66)
#2B2832
(43,40,50)
#1E1E22
(30,30,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #9378B2

#9378B2
(147,120,178)
#9C84B9
(156,132,185)
#A590C0
(165,144,192)
#AE9CC7
(174,156,199)
#B7A8CE
(183,168,206)
#C0B4D5
(192,180,213)
#C9C0DC
(201,192,220)
#D2CCE3
(210,204,227)
#DBD8EA
(219,216,234)
#E4E4F1
(228,228,241)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9378B2 color. Also use rgb(147,120,178) instead hex code.

Text Font Color

.myTextColor { color: #9378B2; }

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

This text font color is #9378B2.


Background Color

.myBgColor { background-color: #9378B2; }

<div style="background-color:#9378B2">Inner text</div>

This div background color is #9378B2.


Border color

.myBorderColor { border: 1px solid #9378B2; }

<div style="border:3px solid #9378B2">Div</div>

This div border color is #9378B2.


Opacity

.myOpacity80 { color: #9378B2; opacity: 0.8; }

<p style="color:#9378B2;opacity:0.8;">80%</p>

Text with #9378B2 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 #9378B2;}

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

This text has shadow with #9378B2 color.

.textShadow {text-shadow: 3px 3px 1px #9378B2, 3px 3px 1px red;}

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

This text has shadow with #9378B2 primary color and red secondary color.


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

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

This text has shadow with #9378B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9378B2 on black background.


Color preview on white background

This text has color #9378B2 on white background.



Black color preview on #9378B2 background

This text has black color on #9378B2 background.


White color preview on #9378B2 background

This text has white color on #9378B2 background.