COLOR #9373B1

HEX: #9373B1
RGB: (147,115,177)

Color info

#9373B1 contains mainly red and blue colors. Web safe color of #9373B1 is #996699 (or #969).

RGB color model

#9373B1 color RGB value is (147,115,177).

  • red value is 147;
  • green value is 115;
  • blue value is 177.
RGB:
(147,115,177)
(58%,45%,69%)

RGB channels and saturation

R 147 of 255 = 58%
G 115 of 255 = 45%
B 177 of 255 = 69%

147
115
177

R + G + B ~ 57%. #9373B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 115 + 177 = 439 (100%)
R 147 of 439 ~ 33.49%
G 115 of 439 ~ 26.2%
B 177 of 439 ~ 40.32%

%33.49
%26.2
%40.32

CMYK color model

#9373B1 color CMYK value is (17,35,0,31).

  • cyan value is 16.95%
  • magenta value is 35.03%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(17,35,0,31)
C17M35Y0K31 
(17%,35%,0%,31%)
(0.17/0.35/0.00/0.31)	

CMYK percentages

%16.95
%35.03
%0
%30.59

Codes

Color #9373B1 in popluar color models

9373B1
RGB147115177
HSL271°28.44%57.25%
HSB/HSV271°35.03%69.41%
CMYK16.95%35.03%0.00%
30.59%

Color #9373B1 in popluar number systems.

HEX9373B1
Decimal147115177
Binary10010011111001110110001
Octal223163261

Shades and tints

Shades of #9373B1

#9373B1
(147,115,177)
#8669A1
(134,105,161)
#795F91
(121,95,145)
#6C5581
(108,85,129)
#5F4B71
(95,75,113)
#524161
(82,65,97)
#453751
(69,55,81)
#382D41
(56,45,65)
#2B2331
(43,35,49)
#1E1921
(30,25,33)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #9373B1

#9373B1
(147,115,177)
#9C7FB8
(156,127,184)
#A58BBF
(165,139,191)
#AE97C6
(174,151,198)
#B7A3CD
(183,163,205)
#C0AFD4
(192,175,212)
#C9BBDB
(201,187,219)
#D2C7E2
(210,199,226)
#DBD3E9
(219,211,233)
#E4DFF0
(228,223,240)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9373B1 color. Also use rgb(147,115,177) instead hex code.

Text Font Color

.myTextColor { color: #9373B1; }

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

This text font color is #9373B1.


Background Color

.myBgColor { background-color: #9373B1; }

<div style="background-color:#9373B1">Inner text</div>

This div background color is #9373B1.


Border color

.myBorderColor { border: 1px solid #9373B1; }

<div style="border:3px solid #9373B1">Div</div>

This div border color is #9373B1.


Opacity

.myOpacity80 { color: #9373B1; opacity: 0.8; }

<p style="color:#9373B1;opacity:0.8;">80%</p>

Text with #9373B1 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 #9373B1;}

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

This text has shadow with #9373B1 color.

.textShadow {text-shadow: 3px 3px 1px #9373B1, 3px 3px 1px red;}

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

This text has shadow with #9373B1 primary color and red secondary color.


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

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

This text has shadow with #9373B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9373B1 on black background.


Color preview on white background

This text has color #9373B1 on white background.



Black color preview on #9373B1 background

This text has black color on #9373B1 background.


White color preview on #9373B1 background

This text has white color on #9373B1 background.