COLOR #9376AC

HEX: #9376AC
RGB: (147,118,172)

Color info

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

RGB color model

#9376AC color RGB value is (147,118,172).

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

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 172 of 255 = 67%

147
118
172

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

Portions of RGB colors in percentages

R + G + B =
147 + 118 + 172 = 437 (100%)
R 147 of 437 ~ 33.64%
G 118 of 437 ~ 27%
B 172 of 437 ~ 39.36%

%33.64
%27
%39.36

CMYK color model

#9376AC color CMYK value is (15,31,0,33).

  • cyan value is 14.53%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(15,31,0,33)
C15M31Y0K33 
(15%,31%,0%,33%)
(0.15/0.31/0.00/0.33)	

CMYK percentages

%14.53
%31.4
%0
%32.55

Codes

Color #9376AC in popluar color models

9376AC
RGB147118172
HSL272°24.55%56.86%
HSB/HSV272°31.40%67.45%
CMYK14.53%31.40%0.00%
32.55%

Color #9376AC in popluar number systems.

HEX9376AC
Decimal147118172
Binary10010011111011010101100
Octal223166254

Shades and tints

Shades of #9376AC

#9376AC
(147,118,172)
#866C9D
(134,108,157)
#79628E
(121,98,142)
#6C587F
(108,88,127)
#5F4E70
(95,78,112)
#524461
(82,68,97)
#453A52
(69,58,82)
#383043
(56,48,67)
#2B2634
(43,38,52)
#1E1C25
(30,28,37)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #9376AC

#9376AC
(147,118,172)
#9C82B3
(156,130,179)
#A58EBA
(165,142,186)
#AE9AC1
(174,154,193)
#B7A6C8
(183,166,200)
#C0B2CF
(192,178,207)
#C9BED6
(201,190,214)
#D2CADD
(210,202,221)
#DBD6E4
(219,214,228)
#E4E2EB
(228,226,235)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9376AC; }

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

This text font color is #9376AC.


Background Color

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

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

This div background color is #9376AC.


Border color

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

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

This div border color is #9376AC.


Opacity

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

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

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

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

This text has shadow with #9376AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9376AC on black background.


Color preview on white background

This text has color #9376AC on white background.



Black color preview on #9376AC background

This text has black color on #9376AC background.


White color preview on #9376AC background

This text has white color on #9376AC background.