COLOR #9371BA

HEX: #9371BA
RGB: (147,113,186)

Color info

#9371BA contains mainly red and blue colors. Web safe color of #9371BA is #9966CC (or #96C).

RGB color model

#9371BA color RGB value is (147,113,186).

  • red value is 147;
  • green value is 113;
  • blue value is 186.
RGB:
(147,113,186)
(58%,44%,73%)

RGB channels and saturation

R 147 of 255 = 58%
G 113 of 255 = 44%
B 186 of 255 = 73%

147
113
186

R + G + B ~ 58%. #9371BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 113 + 186 = 446 (100%)
R 147 of 446 ~ 32.96%
G 113 of 446 ~ 25.34%
B 186 of 446 ~ 41.7%

%32.96
%25.34
%41.7

CMYK color model

#9371BA color CMYK value is (21,39,0,27).

  • cyan value is 20.97%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(21,39,0,27)
C21M39Y0K27 
(21%,39%,0%,27%)
(0.21/0.39/0.00/0.27)	

CMYK percentages

%20.97
%39.25
%0
%27.06

Codes

Color #9371BA in popluar color models

9371BA
RGB147113186
HSL268°34.60%58.63%
HSB/HSV268°39.25%72.94%
CMYK20.97%39.25%0.00%
27.06%

Color #9371BA in popluar number systems.

HEX9371BA
Decimal147113186
Binary10010011111000110111010
Octal223161272

Shades and tints

Shades of #9371BA

#9371BA
(147,113,186)
#8667AA
(134,103,170)
#795D9A
(121,93,154)
#6C538A
(108,83,138)
#5F497A
(95,73,122)
#523F6A
(82,63,106)
#45355A
(69,53,90)
#382B4A
(56,43,74)
#2B213A
(43,33,58)
#1E172A
(30,23,42)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #9371BA

#9371BA
(147,113,186)
#9C7DC0
(156,125,192)
#A589C6
(165,137,198)
#AE95CC
(174,149,204)
#B7A1D2
(183,161,210)
#C0ADD8
(192,173,216)
#C9B9DE
(201,185,222)
#D2C5E4
(210,197,228)
#DBD1EA
(219,209,234)
#E4DDF0
(228,221,240)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9371BA color. Also use rgb(147,113,186) instead hex code.

Text Font Color

.myTextColor { color: #9371BA; }

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

This text font color is #9371BA.


Background Color

.myBgColor { background-color: #9371BA; }

<div style="background-color:#9371BA">Inner text</div>

This div background color is #9371BA.


Border color

.myBorderColor { border: 1px solid #9371BA; }

<div style="border:3px solid #9371BA">Div</div>

This div border color is #9371BA.


Opacity

.myOpacity80 { color: #9371BA; opacity: 0.8; }

<p style="color:#9371BA;opacity:0.8;">80%</p>

Text with #9371BA 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 #9371BA;}

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

This text has shadow with #9371BA color.

.textShadow {text-shadow: 3px 3px 1px #9371BA, 3px 3px 1px red;}

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

This text has shadow with #9371BA primary color and red secondary color.


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

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

This text has shadow with #9371BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9371BA on black background.


Color preview on white background

This text has color #9371BA on white background.



Black color preview on #9371BA background

This text has black color on #9371BA background.


White color preview on #9371BA background

This text has white color on #9371BA background.