COLOR #9381A7

HEX: #9381A7
RGB: (147,129,167)

Color info

#9381A7 contains red, green and blue colors in about the same proportion. Web safe color of #9381A7 is #999999 (or #999).

RGB color model

#9381A7 color RGB value is (147,129,167).

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

RGB channels and saturation

R 147 of 255 = 58%
G 129 of 255 = 51%
B 167 of 255 = 65%

147
129
167

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

Portions of RGB colors in percentages

R + G + B =
147 + 129 + 167 = 443 (100%)
R 147 of 443 ~ 33.18%
G 129 of 443 ~ 29.12%
B 167 of 443 ~ 37.7%

%33.18
%29.12
%37.7

CMYK color model

#9381A7 color CMYK value is (12,23,0,35).

  • cyan value is 11.98%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(12,23,0,35)
C12M23Y0K35 
(12%,23%,0%,35%)
(0.12/0.23/0.00/0.35)	

CMYK percentages

%11.98
%22.75
%0
%34.51

Codes

Color #9381A7 in popluar color models

9381A7
RGB147129167
HSL268°17.76%58.04%
HSB/HSV268°22.75%65.49%
CMYK11.98%22.75%0.00%
34.51%

Color #9381A7 in popluar number systems.

HEX9381A7
Decimal147129167
Binary100100111000000110100111
Octal223201247

Shades and tints

Shades of #9381A7

#9381A7
(147,129,167)
#867698
(134,118,152)
#796B89
(121,107,137)
#6C607A
(108,96,122)
#5F556B
(95,85,107)
#524A5C
(82,74,92)
#453F4D
(69,63,77)
#38343E
(56,52,62)
#2B292F
(43,41,47)
#1E1E20
(30,30,32)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9381A7

#9381A7
(147,129,167)
#9C8CAF
(156,140,175)
#A597B7
(165,151,183)
#AEA2BF
(174,162,191)
#B7ADC7
(183,173,199)
#C0B8CF
(192,184,207)
#C9C3D7
(201,195,215)
#D2CEDF
(210,206,223)
#DBD9E7
(219,217,231)
#E4E4EF
(228,228,239)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9381A7; }

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

This text font color is #9381A7.


Background Color

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

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

This div background color is #9381A7.


Border color

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

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

This div border color is #9381A7.


Opacity

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

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

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

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

This text has shadow with #9381A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9381A7 on black background.


Color preview on white background

This text has color #9381A7 on white background.



Black color preview on #9381A7 background

This text has black color on #9381A7 background.


White color preview on #9381A7 background

This text has white color on #9381A7 background.