COLOR #9385D7

HEX: #9385D7
RGB: (147,133,215)

Color info

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

RGB color model

#9385D7 color RGB value is (147,133,215).

  • red value is 147;
  • green value is 133;
  • blue value is 215.
RGB:
(147,133,215)
(58%,52%,84%)

RGB channels and saturation

R 147 of 255 = 58%
G 133 of 255 = 52%
B 215 of 255 = 84%

147
133
215

R + G + B ~ 65%. #9385D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 133 + 215 = 495 (100%)
R 147 of 495 ~ 29.7%
G 133 of 495 ~ 26.87%
B 215 of 495 ~ 43.43%

%29.7
%26.87
%43.43

CMYK color model

#9385D7 color CMYK value is (32,38,0,16).

  • cyan value is 31.63%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(32,38,0,16)
C32M38Y0K16 
(32%,38%,0%,16%)
(0.32/0.38/0.00/0.16)	

CMYK percentages

%31.63
%38.14
%0
%15.69

Codes

Color #9385D7 in popluar color models

9385D7
RGB147133215
HSL250°50.62%68.24%
HSB/HSV250°38.14%84.31%
CMYK31.63%38.14%0.00%
15.69%

Color #9385D7 in popluar number systems.

HEX9385D7
Decimal147133215
Binary100100111000010111010111
Octal223205327

Shades and tints

Shades of #9385D7

#9385D7
(147,133,215)
#8679C4
(134,121,196)
#796DB1
(121,109,177)
#6C619E
(108,97,158)
#5F558B
(95,85,139)
#524978
(82,73,120)
#453D65
(69,61,101)
#383152
(56,49,82)
#2B253F
(43,37,63)
#1E192C
(30,25,44)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #9385D7

#9385D7
(147,133,215)
#9C90DA
(156,144,218)
#A59BDD
(165,155,221)
#AEA6E0
(174,166,224)
#B7B1E3
(183,177,227)
#C0BCE6
(192,188,230)
#C9C7E9
(201,199,233)
#D2D2EC
(210,210,236)
#DBDDEF
(219,221,239)
#E4E8F2
(228,232,242)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9385D7 color. Also use rgb(147,133,215) instead hex code.

Text Font Color

.myTextColor { color: #9385D7; }

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

This text font color is #9385D7.


Background Color

.myBgColor { background-color: #9385D7; }

<div style="background-color:#9385D7">Inner text</div>

This div background color is #9385D7.


Border color

.myBorderColor { border: 1px solid #9385D7; }

<div style="border:3px solid #9385D7">Div</div>

This div border color is #9385D7.


Opacity

.myOpacity80 { color: #9385D7; opacity: 0.8; }

<p style="color:#9385D7;opacity:0.8;">80%</p>

Text with #9385D7 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 #9385D7;}

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

This text has shadow with #9385D7 color.

.textShadow {text-shadow: 3px 3px 1px #9385D7, 3px 3px 1px red;}

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

This text has shadow with #9385D7 primary color and red secondary color.


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

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

This text has shadow with #9385D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9385D7 on black background.


Color preview on white background

This text has color #9385D7 on white background.



Black color preview on #9385D7 background

This text has black color on #9385D7 background.


White color preview on #9385D7 background

This text has white color on #9385D7 background.