COLOR #9387D3

HEX: #9387D3
RGB: (147,135,211)

Color info

#9387D3 contains mainly blue color. Web safe color of #9387D3 is #9999CC (or #99C).

RGB color model

#9387D3 color RGB value is (147,135,211).

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

RGB channels and saturation

R 147 of 255 = 58%
G 135 of 255 = 53%
B 211 of 255 = 83%

147
135
211

R + G + B ~ 65%. #9387D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 135 + 211 = 493 (100%)
R 147 of 493 ~ 29.82%
G 135 of 493 ~ 27.38%
B 211 of 493 ~ 42.8%

%29.82
%27.38
%42.8

CMYK color model

#9387D3 color CMYK value is (30,36,0,17).

  • cyan value is 30.33%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(30,36,0,17)
C30M36Y0K17 
(30%,36%,0%,17%)
(0.30/0.36/0.00/0.17)	

CMYK percentages

%30.33
%36.02
%0
%17.25

Codes

Color #9387D3 in popluar color models

9387D3
RGB147135211
HSL249°46.34%67.84%
HSB/HSV249°36.02%82.75%
CMYK30.33%36.02%0.00%
17.25%

Color #9387D3 in popluar number systems.

HEX9387D3
Decimal147135211
Binary100100111000011111010011
Octal223207323

Shades and tints

Shades of #9387D3

#9387D3
(147,135,211)
#867BC0
(134,123,192)
#796FAD
(121,111,173)
#6C639A
(108,99,154)
#5F5787
(95,87,135)
#524B74
(82,75,116)
#453F61
(69,63,97)
#38334E
(56,51,78)
#2B273B
(43,39,59)
#1E1B28
(30,27,40)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #9387D3

#9387D3
(147,135,211)
#9C91D7
(156,145,215)
#A59BDB
(165,155,219)
#AEA5DF
(174,165,223)
#B7AFE3
(183,175,227)
#C0B9E7
(192,185,231)
#C9C3EB
(201,195,235)
#D2CDEF
(210,205,239)
#DBD7F3
(219,215,243)
#E4E1F7
(228,225,247)
#EDEBFB
(237,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9387D3; }

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

This text font color is #9387D3.


Background Color

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

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

This div background color is #9387D3.


Border color

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

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

This div border color is #9387D3.


Opacity

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

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

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

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

This text has shadow with #9387D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9387D3 on black background.


Color preview on white background

This text has color #9387D3 on white background.



Black color preview on #9387D3 background

This text has black color on #9387D3 background.


White color preview on #9387D3 background

This text has white color on #9387D3 background.