COLOR #9384D2

HEX: #9384D2
RGB: (147,132,210)

Color info

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

RGB color model

#9384D2 color RGB value is (147,132,210).

  • red value is 147;
  • green value is 132;
  • blue value is 210.
RGB:
(147,132,210)
(58%,52%,82%)

RGB channels and saturation

R 147 of 255 = 58%
G 132 of 255 = 52%
B 210 of 255 = 82%

147
132
210

R + G + B ~ 64%. #9384D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 132 + 210 = 489 (100%)
R 147 of 489 ~ 30.06%
G 132 of 489 ~ 26.99%
B 210 of 489 ~ 42.94%

%30.06
%26.99
%42.94

CMYK color model

#9384D2 color CMYK value is (30,37,0,18).

  • cyan value is 30.00%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(30,37,0,18)
C30M37Y0K18 
(30%,37%,0%,18%)
(0.30/0.37/0.00/0.18)	

CMYK percentages

%30
%37.14
%0
%17.65

Codes

Color #9384D2 in popluar color models

9384D2
RGB147132210
HSL252°46.43%67.06%
HSB/HSV252°37.14%82.35%
CMYK30.00%37.14%0.00%
17.65%

Color #9384D2 in popluar number systems.

HEX9384D2
Decimal147132210
Binary100100111000010011010010
Octal223204322

Shades and tints

Shades of #9384D2

#9384D2
(147,132,210)
#8678BF
(134,120,191)
#796CAC
(121,108,172)
#6C6099
(108,96,153)
#5F5486
(95,84,134)
#524873
(82,72,115)
#453C60
(69,60,96)
#38304D
(56,48,77)
#2B243A
(43,36,58)
#1E1827
(30,24,39)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #9384D2

#9384D2
(147,132,210)
#9C8FD6
(156,143,214)
#A59ADA
(165,154,218)
#AEA5DE
(174,165,222)
#B7B0E2
(183,176,226)
#C0BBE6
(192,187,230)
#C9C6EA
(201,198,234)
#D2D1EE
(210,209,238)
#DBDCF2
(219,220,242)
#E4E7F6
(228,231,246)
#EDF2FA
(237,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9384D2 color. Also use rgb(147,132,210) instead hex code.

Text Font Color

.myTextColor { color: #9384D2; }

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

This text font color is #9384D2.


Background Color

.myBgColor { background-color: #9384D2; }

<div style="background-color:#9384D2">Inner text</div>

This div background color is #9384D2.


Border color

.myBorderColor { border: 1px solid #9384D2; }

<div style="border:3px solid #9384D2">Div</div>

This div border color is #9384D2.


Opacity

.myOpacity80 { color: #9384D2; opacity: 0.8; }

<p style="color:#9384D2;opacity:0.8;">80%</p>

Text with #9384D2 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 #9384D2;}

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

This text has shadow with #9384D2 color.

.textShadow {text-shadow: 3px 3px 1px #9384D2, 3px 3px 1px red;}

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

This text has shadow with #9384D2 primary color and red secondary color.


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

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

This text has shadow with #9384D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9384D2 on black background.


Color preview on white background

This text has color #9384D2 on white background.



Black color preview on #9384D2 background

This text has black color on #9384D2 background.


White color preview on #9384D2 background

This text has white color on #9384D2 background.