COLOR #9387BD

HEX: #9387BD
RGB: (147,135,189)

Color info

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

RGB color model

#9387BD color RGB value is (147,135,189).

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

RGB channels and saturation

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

147
135
189

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

Portions of RGB colors in percentages

R + G + B =
147 + 135 + 189 = 471 (100%)
R 147 of 471 ~ 31.21%
G 135 of 471 ~ 28.66%
B 189 of 471 ~ 40.13%

%31.21
%28.66
%40.13

CMYK color model

#9387BD color CMYK value is (22,29,0,26).

  • cyan value is 22.22%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(22,29,0,26)
C22M29Y0K26 
(22%,29%,0%,26%)
(0.22/0.29/0.00/0.26)	

CMYK percentages

%22.22
%28.57
%0
%25.88

Codes

Color #9387BD in popluar color models

9387BD
RGB147135189
HSL253°29.03%63.53%
HSB/HSV253°28.57%74.12%
CMYK22.22%28.57%0.00%
25.88%

Color #9387BD in popluar number systems.

HEX9387BD
Decimal147135189
Binary100100111000011110111101
Octal223207275

Shades and tints

Shades of #9387BD

#9387BD
(147,135,189)
#867BAC
(134,123,172)
#796F9B
(121,111,155)
#6C638A
(108,99,138)
#5F5779
(95,87,121)
#524B68
(82,75,104)
#453F57
(69,63,87)
#383346
(56,51,70)
#2B2735
(43,39,53)
#1E1B24
(30,27,36)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #9387BD

#9387BD
(147,135,189)
#9C91C3
(156,145,195)
#A59BC9
(165,155,201)
#AEA5CF
(174,165,207)
#B7AFD5
(183,175,213)
#C0B9DB
(192,185,219)
#C9C3E1
(201,195,225)
#D2CDE7
(210,205,231)
#DBD7ED
(219,215,237)
#E4E1F3
(228,225,243)
#EDEBF9
(237,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9387BD; }

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

This text font color is #9387BD.


Background Color

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

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

This div background color is #9387BD.


Border color

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

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

This div border color is #9387BD.


Opacity

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

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

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

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

This text has shadow with #9387BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9387BD on black background.


Color preview on white background

This text has color #9387BD on white background.



Black color preview on #9387BD background

This text has black color on #9387BD background.


White color preview on #9387BD background

This text has white color on #9387BD background.