COLOR #9377A7

HEX: #9377A7
RGB: (147,119,167)

Color info

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

RGB color model

#9377A7 color RGB value is (147,119,167).

  • red value is 147;
  • green value is 119;
  • blue value is 167.
RGB:
(147,119,167)
(58%,47%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 119 of 255 = 47%
B 167 of 255 = 65%

147
119
167

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

Portions of RGB colors in percentages

R + G + B =
147 + 119 + 167 = 433 (100%)
R 147 of 433 ~ 33.95%
G 119 of 433 ~ 27.48%
B 167 of 433 ~ 38.57%

%33.95
%27.48
%38.57

CMYK color model

#9377A7 color CMYK value is (12,29,0,35).

  • cyan value is 11.98%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(12,29,0,35)
C12M29Y0K35 
(12%,29%,0%,35%)
(0.12/0.29/0.00/0.35)	

CMYK percentages

%11.98
%28.74
%0
%34.51

Codes

Color #9377A7 in popluar color models

9377A7
RGB147119167
HSL275°21.43%56.08%
HSB/HSV275°28.74%65.49%
CMYK11.98%28.74%0.00%
34.51%

Color #9377A7 in popluar number systems.

HEX9377A7
Decimal147119167
Binary10010011111011110100111
Octal223167247

Shades and tints

Shades of #9377A7

#9377A7
(147,119,167)
#866D98
(134,109,152)
#796389
(121,99,137)
#6C597A
(108,89,122)
#5F4F6B
(95,79,107)
#52455C
(82,69,92)
#453B4D
(69,59,77)
#38313E
(56,49,62)
#2B272F
(43,39,47)
#1E1D20
(30,29,32)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9377A7

#9377A7
(147,119,167)
#9C83AF
(156,131,175)
#A58FB7
(165,143,183)
#AE9BBF
(174,155,191)
#B7A7C7
(183,167,199)
#C0B3CF
(192,179,207)
#C9BFD7
(201,191,215)
#D2CBDF
(210,203,223)
#DBD7E7
(219,215,231)
#E4E3EF
(228,227,239)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9377A7 color. Also use rgb(147,119,167) instead hex code.

Text Font Color

.myTextColor { color: #9377A7; }

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

This text font color is #9377A7.


Background Color

.myBgColor { background-color: #9377A7; }

<div style="background-color:#9377A7">Inner text</div>

This div background color is #9377A7.


Border color

.myBorderColor { border: 1px solid #9377A7; }

<div style="border:3px solid #9377A7">Div</div>

This div border color is #9377A7.


Opacity

.myOpacity80 { color: #9377A7; opacity: 0.8; }

<p style="color:#9377A7;opacity:0.8;">80%</p>

Text with #9377A7 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 #9377A7;}

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

This text has shadow with #9377A7 color.

.textShadow {text-shadow: 3px 3px 1px #9377A7, 3px 3px 1px red;}

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

This text has shadow with #9377A7 primary color and red secondary color.


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

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

This text has shadow with #9377A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9377A7 on black background.


Color preview on white background

This text has color #9377A7 on white background.



Black color preview on #9377A7 background

This text has black color on #9377A7 background.


White color preview on #9377A7 background

This text has white color on #9377A7 background.