COLOR #9383B7

HEX: #9383B7
RGB: (147,131,183)

Color info

#9383B7 contains red, green and blue colors in about the same proportion. Web safe color of #9383B7 is #9999CC (or #99C).

RGB color model

#9383B7 color RGB value is (147,131,183).

  • red value is 147;
  • green value is 131;
  • blue value is 183.
RGB:
(147,131,183)
(58%,51%,72%)

RGB channels and saturation

R 147 of 255 = 58%
G 131 of 255 = 51%
B 183 of 255 = 72%

147
131
183

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

Portions of RGB colors in percentages

R + G + B =
147 + 131 + 183 = 461 (100%)
R 147 of 461 ~ 31.89%
G 131 of 461 ~ 28.42%
B 183 of 461 ~ 39.7%

%31.89
%28.42
%39.7

CMYK color model

#9383B7 color CMYK value is (20,28,0,28).

  • cyan value is 19.67%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(20,28,0,28)
C20M28Y0K28 
(20%,28%,0%,28%)
(0.20/0.28/0.00/0.28)	

CMYK percentages

%19.67
%28.42
%0
%28.24

Codes

Color #9383B7 in popluar color models

9383B7
RGB147131183
HSL258°26.53%61.57%
HSB/HSV258°28.42%71.76%
CMYK19.67%28.42%0.00%
28.24%

Color #9383B7 in popluar number systems.

HEX9383B7
Decimal147131183
Binary100100111000001110110111
Octal223203267

Shades and tints

Shades of #9383B7

#9383B7
(147,131,183)
#8678A7
(134,120,167)
#796D97
(121,109,151)
#6C6287
(108,98,135)
#5F5777
(95,87,119)
#524C67
(82,76,103)
#454157
(69,65,87)
#383647
(56,54,71)
#2B2B37
(43,43,55)
#1E2027
(30,32,39)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9383B7

#9383B7
(147,131,183)
#9C8EBD
(156,142,189)
#A599C3
(165,153,195)
#AEA4C9
(174,164,201)
#B7AFCF
(183,175,207)
#C0BAD5
(192,186,213)
#C9C5DB
(201,197,219)
#D2D0E1
(210,208,225)
#DBDBE7
(219,219,231)
#E4E6ED
(228,230,237)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9383B7 color. Also use rgb(147,131,183) instead hex code.

Text Font Color

.myTextColor { color: #9383B7; }

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

This text font color is #9383B7.


Background Color

.myBgColor { background-color: #9383B7; }

<div style="background-color:#9383B7">Inner text</div>

This div background color is #9383B7.


Border color

.myBorderColor { border: 1px solid #9383B7; }

<div style="border:3px solid #9383B7">Div</div>

This div border color is #9383B7.


Opacity

.myOpacity80 { color: #9383B7; opacity: 0.8; }

<p style="color:#9383B7;opacity:0.8;">80%</p>

Text with #9383B7 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 #9383B7;}

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

This text has shadow with #9383B7 color.

.textShadow {text-shadow: 3px 3px 1px #9383B7, 3px 3px 1px red;}

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

This text has shadow with #9383B7 primary color and red secondary color.


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

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

This text has shadow with #9383B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9383B7 on black background.


Color preview on white background

This text has color #9383B7 on white background.



Black color preview on #9383B7 background

This text has black color on #9383B7 background.


White color preview on #9383B7 background

This text has white color on #9383B7 background.