COLOR #9376B3

HEX: #9376B3
RGB: (147,118,179)

Color info

#9376B3 contains mainly red and blue colors. Web safe color of #9376B3 is #996699 (or #969).

RGB color model

#9376B3 color RGB value is (147,118,179).

  • red value is 147;
  • green value is 118;
  • blue value is 179.
RGB:
(147,118,179)
(58%,46%,70%)

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 179 of 255 = 70%

147
118
179

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

Portions of RGB colors in percentages

R + G + B =
147 + 118 + 179 = 444 (100%)
R 147 of 444 ~ 33.11%
G 118 of 444 ~ 26.58%
B 179 of 444 ~ 40.32%

%33.11
%26.58
%40.32

CMYK color model

#9376B3 color CMYK value is (18,34,0,30).

  • cyan value is 17.88%
  • magenta value is 34.08%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(18,34,0,30)
C18M34Y0K30 
(18%,34%,0%,30%)
(0.18/0.34/0.00/0.30)	

CMYK percentages

%17.88
%34.08
%0
%29.8

Codes

Color #9376B3 in popluar color models

9376B3
RGB147118179
HSL269°28.64%58.24%
HSB/HSV269°34.08%70.20%
CMYK17.88%34.08%0.00%
29.80%

Color #9376B3 in popluar number systems.

HEX9376B3
Decimal147118179
Binary10010011111011010110011
Octal223166263

Shades and tints

Shades of #9376B3

#9376B3
(147,118,179)
#866CA3
(134,108,163)
#796293
(121,98,147)
#6C5883
(108,88,131)
#5F4E73
(95,78,115)
#524463
(82,68,99)
#453A53
(69,58,83)
#383043
(56,48,67)
#2B2633
(43,38,51)
#1E1C23
(30,28,35)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9376B3

#9376B3
(147,118,179)
#9C82B9
(156,130,185)
#A58EBF
(165,142,191)
#AE9AC5
(174,154,197)
#B7A6CB
(183,166,203)
#C0B2D1
(192,178,209)
#C9BED7
(201,190,215)
#D2CADD
(210,202,221)
#DBD6E3
(219,214,227)
#E4E2E9
(228,226,233)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9376B3 color. Also use rgb(147,118,179) instead hex code.

Text Font Color

.myTextColor { color: #9376B3; }

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

This text font color is #9376B3.


Background Color

.myBgColor { background-color: #9376B3; }

<div style="background-color:#9376B3">Inner text</div>

This div background color is #9376B3.


Border color

.myBorderColor { border: 1px solid #9376B3; }

<div style="border:3px solid #9376B3">Div</div>

This div border color is #9376B3.


Opacity

.myOpacity80 { color: #9376B3; opacity: 0.8; }

<p style="color:#9376B3;opacity:0.8;">80%</p>

Text with #9376B3 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 #9376B3;}

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

This text has shadow with #9376B3 color.

.textShadow {text-shadow: 3px 3px 1px #9376B3, 3px 3px 1px red;}

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

This text has shadow with #9376B3 primary color and red secondary color.


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

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

This text has shadow with #9376B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9376B3 on black background.


Color preview on white background

This text has color #9376B3 on white background.



Black color preview on #9376B3 background

This text has black color on #9376B3 background.


White color preview on #9376B3 background

This text has white color on #9376B3 background.