COLOR #9389B0

HEX: #9389B0
RGB: (147,137,176)

Color info

#9389B0 contains red, green and blue colors in about the same proportion. Web safe color of #9389B0 is #999999 (or #999).

RGB color model

#9389B0 color RGB value is (147,137,176).

  • red value is 147;
  • green value is 137;
  • blue value is 176.
RGB:
(147,137,176)
(58%,54%,69%)

RGB channels and saturation

R 147 of 255 = 58%
G 137 of 255 = 54%
B 176 of 255 = 69%

147
137
176

R + G + B ~ 60%. #9389B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 137 + 176 = 460 (100%)
R 147 of 460 ~ 31.96%
G 137 of 460 ~ 29.78%
B 176 of 460 ~ 38.26%

%31.96
%29.78
%38.26

CMYK color model

#9389B0 color CMYK value is (16,22,0,31).

  • cyan value is 16.48%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(16,22,0,31)
C16M22Y0K31 
(16%,22%,0%,31%)
(0.16/0.22/0.00/0.31)	

CMYK percentages

%16.48
%22.16
%0
%30.98

Codes

Color #9389B0 in popluar color models

9389B0
RGB147137176
HSL255°19.80%61.37%
HSB/HSV255°22.16%69.02%
CMYK16.48%22.16%0.00%
30.98%

Color #9389B0 in popluar number systems.

HEX9389B0
Decimal147137176
Binary100100111000100110110000
Octal223211260

Shades and tints

Shades of #9389B0

#9389B0
(147,137,176)
#867DA0
(134,125,160)
#797190
(121,113,144)
#6C6580
(108,101,128)
#5F5970
(95,89,112)
#524D60
(82,77,96)
#454150
(69,65,80)
#383540
(56,53,64)
#2B2930
(43,41,48)
#1E1D20
(30,29,32)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #9389B0

#9389B0
(147,137,176)
#9C93B7
(156,147,183)
#A59DBE
(165,157,190)
#AEA7C5
(174,167,197)
#B7B1CC
(183,177,204)
#C0BBD3
(192,187,211)
#C9C5DA
(201,197,218)
#D2CFE1
(210,207,225)
#DBD9E8
(219,217,232)
#E4E3EF
(228,227,239)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9389B0 color. Also use rgb(147,137,176) instead hex code.

Text Font Color

.myTextColor { color: #9389B0; }

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

This text font color is #9389B0.


Background Color

.myBgColor { background-color: #9389B0; }

<div style="background-color:#9389B0">Inner text</div>

This div background color is #9389B0.


Border color

.myBorderColor { border: 1px solid #9389B0; }

<div style="border:3px solid #9389B0">Div</div>

This div border color is #9389B0.


Opacity

.myOpacity80 { color: #9389B0; opacity: 0.8; }

<p style="color:#9389B0;opacity:0.8;">80%</p>

Text with #9389B0 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 #9389B0;}

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

This text has shadow with #9389B0 color.

.textShadow {text-shadow: 3px 3px 1px #9389B0, 3px 3px 1px red;}

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

This text has shadow with #9389B0 primary color and red secondary color.


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

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

This text has shadow with #9389B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9389B0 on black background.


Color preview on white background

This text has color #9389B0 on white background.



Black color preview on #9389B0 background

This text has black color on #9389B0 background.


White color preview on #9389B0 background

This text has white color on #9389B0 background.