COLOR #9387DD

HEX: #9387DD
RGB: (147,135,221)

Color info

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

RGB color model

#9387DD color RGB value is (147,135,221).

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

RGB channels and saturation

R 147 of 255 = 58%
G 135 of 255 = 53%
B 221 of 255 = 87%

147
135
221

R + G + B ~ 66%. #9387DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 135 + 221 = 503 (100%)
R 147 of 503 ~ 29.22%
G 135 of 503 ~ 26.84%
B 221 of 503 ~ 43.94%

%29.22
%26.84
%43.94

CMYK color model

#9387DD color CMYK value is (33,39,0,13).

  • cyan value is 33.48%
  • magenta value is 38.91%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(33,39,0,13)
C33M39Y0K13 
(33%,39%,0%,13%)
(0.33/0.39/0.00/0.13)	

CMYK percentages

%33.48
%38.91
%0
%13.33

Codes

Color #9387DD in popluar color models

9387DD
RGB147135221
HSL248°55.84%69.80%
HSB/HSV248°38.91%86.67%
CMYK33.48%38.91%0.00%
13.33%

Color #9387DD in popluar number systems.

HEX9387DD
Decimal147135221
Binary100100111000011111011101
Octal223207335

Shades and tints

Shades of #9387DD

#9387DD
(147,135,221)
#867BC9
(134,123,201)
#796FB5
(121,111,181)
#6C63A1
(108,99,161)
#5F578D
(95,87,141)
#524B79
(82,75,121)
#453F65
(69,63,101)
#383351
(56,51,81)
#2B273D
(43,39,61)
#1E1B29
(30,27,41)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #9387DD

#9387DD
(147,135,221)
#9C91E0
(156,145,224)
#A59BE3
(165,155,227)
#AEA5E6
(174,165,230)
#B7AFE9
(183,175,233)
#C0B9EC
(192,185,236)
#C9C3EF
(201,195,239)
#D2CDF2
(210,205,242)
#DBD7F5
(219,215,245)
#E4E1F8
(228,225,248)
#EDEBFB
(237,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9387DD; }

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

This text font color is #9387DD.


Background Color

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

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

This div background color is #9387DD.


Border color

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

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

This div border color is #9387DD.


Opacity

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

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

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

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

This text has shadow with #9387DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9387DD on black background.


Color preview on white background

This text has color #9387DD on white background.



Black color preview on #9387DD background

This text has black color on #9387DD background.


White color preview on #9387DD background

This text has white color on #9387DD background.