COLOR #9387BC

HEX: #9387BC
RGB: (147,135,188)

Color info

#9387BC contains red, green and blue colors in about the same proportion. Web safe color of #9387BC is #9999CC (or #99C).

RGB color model

#9387BC color RGB value is (147,135,188).

  • red value is 147;
  • green value is 135;
  • blue value is 188.
RGB:
(147,135,188)
(58%,53%,74%)

RGB channels and saturation

R 147 of 255 = 58%
G 135 of 255 = 53%
B 188 of 255 = 74%

147
135
188

R + G + B ~ 62%. #9387BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 135 + 188 = 470 (100%)
R 147 of 470 ~ 31.28%
G 135 of 470 ~ 28.72%
B 188 of 470 ~ 40%

%31.28
%28.72
%40

CMYK color model

#9387BC color CMYK value is (22,28,0,26).

  • cyan value is 21.81%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(22,28,0,26)
C22M28Y0K26 
(22%,28%,0%,26%)
(0.22/0.28/0.00/0.26)	

CMYK percentages

%21.81
%28.19
%0
%26.27

Codes

Color #9387BC in popluar color models

9387BC
RGB147135188
HSL254°28.34%63.33%
HSB/HSV254°28.19%73.73%
CMYK21.81%28.19%0.00%
26.27%

Color #9387BC in popluar number systems.

HEX9387BC
Decimal147135188
Binary100100111000011110111100
Octal223207274

Shades and tints

Shades of #9387BC

#9387BC
(147,135,188)
#867BAB
(134,123,171)
#796F9A
(121,111,154)
#6C6389
(108,99,137)
#5F5778
(95,87,120)
#524B67
(82,75,103)
#453F56
(69,63,86)
#383345
(56,51,69)
#2B2734
(43,39,52)
#1E1B23
(30,27,35)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #9387BC

#9387BC
(147,135,188)
#9C91C2
(156,145,194)
#A59BC8
(165,155,200)
#AEA5CE
(174,165,206)
#B7AFD4
(183,175,212)
#C0B9DA
(192,185,218)
#C9C3E0
(201,195,224)
#D2CDE6
(210,205,230)
#DBD7EC
(219,215,236)
#E4E1F2
(228,225,242)
#EDEBF8
(237,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9387BC; }

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

This text font color is #9387BC.


Background Color

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

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

This div background color is #9387BC.


Border color

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

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

This div border color is #9387BC.


Opacity

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

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

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

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

This text has shadow with #9387BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9387BC on black background.


Color preview on white background

This text has color #9387BC on white background.



Black color preview on #9387BC background

This text has black color on #9387BC background.


White color preview on #9387BC background

This text has white color on #9387BC background.