COLOR #9379AD

HEX: #9379AD
RGB: (147,121,173)

Color info

#9379AD contains red, green and blue colors in about the same proportion. Web safe color of #9379AD is #996699 (or #969).

RGB color model

#9379AD color RGB value is (147,121,173).

  • red value is 147;
  • green value is 121;
  • blue value is 173.
RGB:
(147,121,173)
(58%,47%,68%)

RGB channels and saturation

R 147 of 255 = 58%
G 121 of 255 = 47%
B 173 of 255 = 68%

147
121
173

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

Portions of RGB colors in percentages

R + G + B =
147 + 121 + 173 = 441 (100%)
R 147 of 441 ~ 33.33%
G 121 of 441 ~ 27.44%
B 173 of 441 ~ 39.23%

%33.33
%27.44
%39.23

CMYK color model

#9379AD color CMYK value is (15,30,0,32).

  • cyan value is 15.03%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(15,30,0,32)
C15M30Y0K32 
(15%,30%,0%,32%)
(0.15/0.30/0.00/0.32)	

CMYK percentages

%15.03
%30.06
%0
%32.16

Codes

Color #9379AD in popluar color models

9379AD
RGB147121173
HSL270°24.07%57.65%
HSB/HSV270°30.06%67.84%
CMYK15.03%30.06%0.00%
32.16%

Color #9379AD in popluar number systems.

HEX9379AD
Decimal147121173
Binary10010011111100110101101
Octal223171255

Shades and tints

Shades of #9379AD

#9379AD
(147,121,173)
#866E9E
(134,110,158)
#79638F
(121,99,143)
#6C5880
(108,88,128)
#5F4D71
(95,77,113)
#524262
(82,66,98)
#453753
(69,55,83)
#382C44
(56,44,68)
#2B2135
(43,33,53)
#1E1626
(30,22,38)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #9379AD

#9379AD
(147,121,173)
#9C85B4
(156,133,180)
#A591BB
(165,145,187)
#AE9DC2
(174,157,194)
#B7A9C9
(183,169,201)
#C0B5D0
(192,181,208)
#C9C1D7
(201,193,215)
#D2CDDE
(210,205,222)
#DBD9E5
(219,217,229)
#E4E5EC
(228,229,236)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9379AD color. Also use rgb(147,121,173) instead hex code.

Text Font Color

.myTextColor { color: #9379AD; }

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

This text font color is #9379AD.


Background Color

.myBgColor { background-color: #9379AD; }

<div style="background-color:#9379AD">Inner text</div>

This div background color is #9379AD.


Border color

.myBorderColor { border: 1px solid #9379AD; }

<div style="border:3px solid #9379AD">Div</div>

This div border color is #9379AD.


Opacity

.myOpacity80 { color: #9379AD; opacity: 0.8; }

<p style="color:#9379AD;opacity:0.8;">80%</p>

Text with #9379AD 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 #9379AD;}

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

This text has shadow with #9379AD color.

.textShadow {text-shadow: 3px 3px 1px #9379AD, 3px 3px 1px red;}

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

This text has shadow with #9379AD primary color and red secondary color.


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

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

This text has shadow with #9379AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9379AD on black background.


Color preview on white background

This text has color #9379AD on white background.



Black color preview on #9379AD background

This text has black color on #9379AD background.


White color preview on #9379AD background

This text has white color on #9379AD background.