COLOR #9376A0

HEX: #9376A0
RGB: (147,118,160)

Color info

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

RGB color model

#9376A0 color RGB value is (147,118,160).

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

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 160 of 255 = 63%

147
118
160

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

Portions of RGB colors in percentages

R + G + B =
147 + 118 + 160 = 425 (100%)
R 147 of 425 ~ 34.59%
G 118 of 425 ~ 27.76%
B 160 of 425 ~ 37.65%

%34.59
%27.76
%37.65

CMYK color model

#9376A0 color CMYK value is (8,26,0,37).

  • cyan value is 8.13%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(8,26,0,37)
C8M26Y0K37 
(8%,26%,0%,37%)
(0.08/0.26/0.00/0.37)	

CMYK percentages

%8.13
%26.25
%0
%37.25

Codes

Color #9376A0 in popluar color models

9376A0
RGB147118160
HSL281°18.10%54.51%
HSB/HSV281°26.25%62.75%
CMYK8.13%26.25%0.00%
37.25%

Color #9376A0 in popluar number systems.

HEX9376A0
Decimal147118160
Binary10010011111011010100000
Octal223166240

Shades and tints

Shades of #9376A0

#9376A0
(147,118,160)
#866C92
(134,108,146)
#796284
(121,98,132)
#6C5876
(108,88,118)
#5F4E68
(95,78,104)
#52445A
(82,68,90)
#453A4C
(69,58,76)
#38303E
(56,48,62)
#2B2630
(43,38,48)
#1E1C22
(30,28,34)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #9376A0

#9376A0
(147,118,160)
#9C82A8
(156,130,168)
#A58EB0
(165,142,176)
#AE9AB8
(174,154,184)
#B7A6C0
(183,166,192)
#C0B2C8
(192,178,200)
#C9BED0
(201,190,208)
#D2CAD8
(210,202,216)
#DBD6E0
(219,214,224)
#E4E2E8
(228,226,232)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9376A0; }

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

This text font color is #9376A0.


Background Color

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

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

This div background color is #9376A0.


Border color

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

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

This div border color is #9376A0.


Opacity

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

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

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

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

This text has shadow with #9376A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9376A0 on black background.


Color preview on white background

This text has color #9376A0 on white background.



Black color preview on #9376A0 background

This text has black color on #9376A0 background.


White color preview on #9376A0 background

This text has white color on #9376A0 background.