COLOR #9F79AD

HEX: #9F79AD
RGB: (159,121,173)

Color info

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

RGB color model

#9F79AD color RGB value is (159,121,173).

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

RGB channels and saturation

R 159 of 255 = 62%
G 121 of 255 = 47%
B 173 of 255 = 68%

159
121
173

R + G + B ~ 59%. #9F79AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 121 + 173 = 453 (100%)
R 159 of 453 ~ 35.1%
G 121 of 453 ~ 26.71%
B 173 of 453 ~ 38.19%

%35.1
%26.71
%38.19

CMYK color model

#9F79AD color CMYK value is (8,30,0,32).

  • cyan value is 8.09%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,30,0,32)
C8M30Y0K32 
(8%,30%,0%,32%)
(0.08/0.30/0.00/0.32)	

CMYK percentages

%8.09
%30.06
%0
%32.16

Codes

Color #9F79AD in popluar color models

9F79AD
RGB159121173
HSL284°24.07%57.65%
HSB/HSV284°30.06%67.84%
CMYK8.09%30.06%0.00%
32.16%

Color #9F79AD in popluar number systems.

HEX9F79AD
Decimal159121173
Binary10011111111100110101101
Octal237171255

Shades and tints

Shades of #9F79AD

#9F79AD
(159,121,173)
#916E9E
(145,110,158)
#83638F
(131,99,143)
#755880
(117,88,128)
#674D71
(103,77,113)
#594262
(89,66,98)
#4B3753
(75,55,83)
#3D2C44
(61,44,68)
#2F2135
(47,33,53)
#211626
(33,22,38)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #9F79AD

#9F79AD
(159,121,173)
#A785B4
(167,133,180)
#AF91BB
(175,145,187)
#B79DC2
(183,157,194)
#BFA9C9
(191,169,201)
#C7B5D0
(199,181,208)
#CFC1D7
(207,193,215)
#D7CDDE
(215,205,222)
#DFD9E5
(223,217,229)
#E7E5EC
(231,229,236)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F79AD color. Also use rgb(159,121,173) instead hex code.

Text Font Color

.myTextColor { color: #9F79AD; }

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

This text font color is #9F79AD.


Background Color

.myBgColor { background-color: #9F79AD; }

<div style="background-color:#9F79AD">Inner text</div>

This div background color is #9F79AD.


Border color

.myBorderColor { border: 1px solid #9F79AD; }

<div style="border:3px solid #9F79AD">Div</div>

This div border color is #9F79AD.


Opacity

.myOpacity80 { color: #9F79AD; opacity: 0.8; }

<p style="color:#9F79AD;opacity:0.8;">80%</p>

Text with #9F79AD 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 #9F79AD;}

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

This text has shadow with #9F79AD color.

.textShadow {text-shadow: 3px 3px 1px #9F79AD, 3px 3px 1px red;}

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

This text has shadow with #9F79AD primary color and red secondary color.


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

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

This text has shadow with #9F79AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F79AD on black background.


Color preview on white background

This text has color #9F79AD on white background.



Black color preview on #9F79AD background

This text has black color on #9F79AD background.


White color preview on #9F79AD background

This text has white color on #9F79AD background.