COLOR #9389AA

HEX: #9389AA
RGB: (147,137,170)

Color info

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

RGB color model

#9389AA color RGB value is (147,137,170).

  • red value is 147;
  • green value is 137;
  • blue value is 170.
RGB:
(147,137,170)
(58%,54%,67%)

RGB channels and saturation

R 147 of 255 = 58%
G 137 of 255 = 54%
B 170 of 255 = 67%

147
137
170

R + G + B ~ 60%. #9389AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 137 + 170 = 454 (100%)
R 147 of 454 ~ 32.38%
G 137 of 454 ~ 30.18%
B 170 of 454 ~ 37.44%

%32.38
%30.18
%37.44

CMYK color model

#9389AA color CMYK value is (14,19,0,33).

  • cyan value is 13.53%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(14,19,0,33)
C14M19Y0K33 
(14%,19%,0%,33%)
(0.14/0.19/0.00/0.33)	

CMYK percentages

%13.53
%19.41
%0
%33.33

Codes

Color #9389AA in popluar color models

9389AA
RGB147137170
HSL258°16.26%60.20%
HSB/HSV258°19.41%66.67%
CMYK13.53%19.41%0.00%
33.33%

Color #9389AA in popluar number systems.

HEX9389AA
Decimal147137170
Binary100100111000100110101010
Octal223211252

Shades and tints

Shades of #9389AA

#9389AA
(147,137,170)
#867D9B
(134,125,155)
#79718C
(121,113,140)
#6C657D
(108,101,125)
#5F596E
(95,89,110)
#524D5F
(82,77,95)
#454150
(69,65,80)
#383541
(56,53,65)
#2B2932
(43,41,50)
#1E1D23
(30,29,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #9389AA

#9389AA
(147,137,170)
#9C93B1
(156,147,177)
#A59DB8
(165,157,184)
#AEA7BF
(174,167,191)
#B7B1C6
(183,177,198)
#C0BBCD
(192,187,205)
#C9C5D4
(201,197,212)
#D2CFDB
(210,207,219)
#DBD9E2
(219,217,226)
#E4E3E9
(228,227,233)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9389AA color. Also use rgb(147,137,170) instead hex code.

Text Font Color

.myTextColor { color: #9389AA; }

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

This text font color is #9389AA.


Background Color

.myBgColor { background-color: #9389AA; }

<div style="background-color:#9389AA">Inner text</div>

This div background color is #9389AA.


Border color

.myBorderColor { border: 1px solid #9389AA; }

<div style="border:3px solid #9389AA">Div</div>

This div border color is #9389AA.


Opacity

.myOpacity80 { color: #9389AA; opacity: 0.8; }

<p style="color:#9389AA;opacity:0.8;">80%</p>

Text with #9389AA 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 #9389AA;}

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

This text has shadow with #9389AA color.

.textShadow {text-shadow: 3px 3px 1px #9389AA, 3px 3px 1px red;}

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

This text has shadow with #9389AA primary color and red secondary color.


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

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

This text has shadow with #9389AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9389AA on black background.


Color preview on white background

This text has color #9389AA on white background.



Black color preview on #9389AA background

This text has black color on #9389AA background.


White color preview on #9389AA background

This text has white color on #9389AA background.