COLOR #9376AE

HEX: #9376AE
RGB: (147,118,174)

Color info

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

RGB color model

#9376AE color RGB value is (147,118,174).

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

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 174 of 255 = 68%

147
118
174

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

Portions of RGB colors in percentages

R + G + B =
147 + 118 + 174 = 439 (100%)
R 147 of 439 ~ 33.49%
G 118 of 439 ~ 26.88%
B 174 of 439 ~ 39.64%

%33.49
%26.88
%39.64

CMYK color model

#9376AE color CMYK value is (16,32,0,32).

  • cyan value is 15.52%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(16,32,0,32)
C16M32Y0K32 
(16%,32%,0%,32%)
(0.16/0.32/0.00/0.32)	

CMYK percentages

%15.52
%32.18
%0
%31.76

Codes

Color #9376AE in popluar color models

9376AE
RGB147118174
HSL271°25.69%57.25%
HSB/HSV271°32.18%68.24%
CMYK15.52%32.18%0.00%
31.76%

Color #9376AE in popluar number systems.

HEX9376AE
Decimal147118174
Binary10010011111011010101110
Octal223166256

Shades and tints

Shades of #9376AE

#9376AE
(147,118,174)
#866C9F
(134,108,159)
#796290
(121,98,144)
#6C5881
(108,88,129)
#5F4E72
(95,78,114)
#524463
(82,68,99)
#453A54
(69,58,84)
#383045
(56,48,69)
#2B2636
(43,38,54)
#1E1C27
(30,28,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #9376AE

#9376AE
(147,118,174)
#9C82B5
(156,130,181)
#A58EBC
(165,142,188)
#AE9AC3
(174,154,195)
#B7A6CA
(183,166,202)
#C0B2D1
(192,178,209)
#C9BED8
(201,190,216)
#D2CADF
(210,202,223)
#DBD6E6
(219,214,230)
#E4E2ED
(228,226,237)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9376AE; }

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

This text font color is #9376AE.


Background Color

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

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

This div background color is #9376AE.


Border color

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

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

This div border color is #9376AE.


Opacity

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

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

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

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

This text has shadow with #9376AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9376AE on black background.


Color preview on white background

This text has color #9376AE on white background.



Black color preview on #9376AE background

This text has black color on #9376AE background.


White color preview on #9376AE background

This text has white color on #9376AE background.