COLOR #9387A5

HEX: #9387A5 RGB: (147,135,165)

Color info

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

RGB color model

#9387A5 color RGB value is (147,135,165).

RGB: (147,135,165) (58%, 53%, 65%)

RGB channels and saturation

R 147 of 255 = 58%
G 135 of 255 = 53%
B 165 of 255 = 65%

147
135
165

R + G + B ~ 59%. #9387A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 135 + 165 = 447 (100%)
R 147 of 447 ~ 32.89%
G 135 of 447 ~ 30.2%
B 165 of 447 ~ 36.91'%

%32.89
%30.2
%36.91

CMYK color model

#9387A5 color CMYK value is (11,18,0,35).

  • cyan value is 10.91%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (11,18,0,35)
C11M18Y0K35 (11%, 18%, 0%, 35%)
(0.11 / 0.18 / 0.00 / 0.35)

CMYK percentages

%10.91
%18.18
%0
%35.29

Codes

Color #9387A5 in popluar color models

93 87 A5
RGB 147 135 165
HSL 264° 14.29% 58.82%
HSB/HSV 264° 18.18% 64.71%
CMYK 10.91% 18.18% 0.00%
35.29%

Color #9387A5 in popluar number systems.

HEX 93 87 A5
Decimal 147 135 165
Binary 10010011 10000111 10100101
Octal 223 207 245

Shades and tints

Shades of #9387A5

#9387A5
(147,135,165)
#867B96
(134,123,150)
#796F87
(121,111,135)
#6C6378
(108,99,120)
#5F5769
(95,87,105)
#524B5A
(82,75,90)
#453F4B
(69,63,75)
#38333C
(56,51,60)
#2B272D
(43,39,45)
#1E1B1E
(30,27,30)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #9387A5

#9387A5
(147,135,165)
#9C91AD
(156,145,173)
#A59BB5
(165,155,181)
#AEA5BD
(174,165,189)
#B7AFC5
(183,175,197)
#C0B9CD
(192,185,205)
#C9C3D5
(201,195,213)
#D2CDDD
(210,205,221)
#DBD7E5
(219,215,229)
#E4E1ED
(228,225,237)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9387A5 color. Also use rgb(147,135,165) instead hex code.

Text Font Color

.myTextColor { color: #9387A5; }

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

This text font color is #9387A5.

Background Color

.myBgColor { background-color: #9387A5; }

<div style="background-color:#9387A5">Inner text</div>

This div background color is #9387A5.

Border color

.myBorderColor { border: 1px solid #9387A5; }

<div style="border:3px solid #9387A5">Div</div>

This div border color is #9387A5.

Opacity

.myOpacity80 { color: #9387A5; opacity: 0.8; }

<p style="color:#9387A5;opacity:0.8;">80%</p>

Text with #9387A5 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 #9387A5;}

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

This text has shadow with #9387A5 color.


.textShadow {text-shadow: 3px 3px 1px #9387A5', 3px 3px 1px red;}

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

This text has shadow with #9387A5 primary color and red secondary color.


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

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

This text has shadow with #9387A5 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9387A5; -webkit-box-shadow: 1px 1px 3px 2px #9387A5; box-shadow:1px 1px 3px 2px #9387A5;">
Div content here
</div>

This div box has shadow with color #9387A5.

Preview

Color preview on black background

This text has color #9387A5 on black background.


Color preview on white background

This text has color #9387A5 on white background.


Black color preview on #9387A5 background

This text has black color on #9387A5 background.


White color preview on #9387A5 background

This text has white color on #9387A5 background.


Related colors

Complementary color

Complementary color for #hex is #6C785A.


I love getcolorcode.com

Triadic colors

1 #A59387 and #87A593 with #9387A5 are triadic colors.

2 #A58793 and #8793A5 with #9387A5 are triadic colors.