COLOR #9579AD

HEX: #9579AD
RGB: (149,121,173)

Color info

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

RGB color model

#9579AD color RGB value is (149,121,173).

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

RGB channels and saturation

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

149
121
173

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

Portions of RGB colors in percentages

R + G + B =
149 + 121 + 173 = 443 (100%)
R 149 of 443 ~ 33.63%
G 121 of 443 ~ 27.31%
B 173 of 443 ~ 39.05%

%33.63
%27.31
%39.05

CMYK color model

#9579AD color CMYK value is (14,30,0,32).

  • cyan value is 13.87%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(14,30,0,32)
C14M30Y0K32 
(14%,30%,0%,32%)
(0.14/0.30/0.00/0.32)	

CMYK percentages

%13.87
%30.06
%0
%32.16

Codes

Color #9579AD in popluar color models

9579AD
RGB149121173
HSL272°24.07%57.65%
HSB/HSV272°30.06%67.84%
CMYK13.87%30.06%0.00%
32.16%

Color #9579AD in popluar number systems.

HEX9579AD
Decimal149121173
Binary10010101111100110101101
Octal225171255

Shades and tints

Shades of #9579AD

#9579AD
(149,121,173)
#886E9E
(136,110,158)
#7B638F
(123,99,143)
#6E5880
(110,88,128)
#614D71
(97,77,113)
#544262
(84,66,98)
#473753
(71,55,83)
#3A2C44
(58,44,68)
#2D2135
(45,33,53)
#201626
(32,22,38)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #9579AD

#9579AD
(149,121,173)
#9E85B4
(158,133,180)
#A791BB
(167,145,187)
#B09DC2
(176,157,194)
#B9A9C9
(185,169,201)
#C2B5D0
(194,181,208)
#CBC1D7
(203,193,215)
#D4CDDE
(212,205,222)
#DDD9E5
(221,217,229)
#E6E5EC
(230,229,236)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9579AD; }

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

This text font color is #9579AD.


Background Color

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

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

This div background color is #9579AD.


Border color

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

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

This div border color is #9579AD.


Opacity

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

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

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

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

This text has shadow with #9579AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9579AD on black background.


Color preview on white background

This text has color #9579AD on white background.



Black color preview on #9579AD background

This text has black color on #9579AD background.


White color preview on #9579AD background

This text has white color on #9579AD background.