COLOR #9F77AC

HEX: #9F77AC
RGB: (159,119,172)

Color info

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

RGB color model

#9F77AC color RGB value is (159,119,172).

  • red value is 159;
  • green value is 119;
  • blue value is 172.
RGB:
(159,119,172)
(62%,47%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 119 of 255 = 47%
B 172 of 255 = 67%

159
119
172

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

Portions of RGB colors in percentages

R + G + B =
159 + 119 + 172 = 450 (100%)
R 159 of 450 ~ 35.33%
G 119 of 450 ~ 26.44%
B 172 of 450 ~ 38.22%

%35.33
%26.44
%38.22

CMYK color model

#9F77AC color CMYK value is (8,31,0,33).

  • cyan value is 7.56%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,31,0,33)
C8M31Y0K33 
(8%,31%,0%,33%)
(0.08/0.31/0.00/0.33)	

CMYK percentages

%7.56
%30.81
%0
%32.55

Codes

Color #9F77AC in popluar color models

9F77AC
RGB159119172
HSL285°24.20%57.06%
HSB/HSV285°30.81%67.45%
CMYK7.56%30.81%0.00%
32.55%

Color #9F77AC in popluar number systems.

HEX9F77AC
Decimal159119172
Binary10011111111011110101100
Octal237167254

Shades and tints

Shades of #9F77AC

#9F77AC
(159,119,172)
#916D9D
(145,109,157)
#83638E
(131,99,142)
#75597F
(117,89,127)
#674F70
(103,79,112)
#594561
(89,69,97)
#4B3B52
(75,59,82)
#3D3143
(61,49,67)
#2F2734
(47,39,52)
#211D25
(33,29,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #9F77AC

#9F77AC
(159,119,172)
#A783B3
(167,131,179)
#AF8FBA
(175,143,186)
#B79BC1
(183,155,193)
#BFA7C8
(191,167,200)
#C7B3CF
(199,179,207)
#CFBFD6
(207,191,214)
#D7CBDD
(215,203,221)
#DFD7E4
(223,215,228)
#E7E3EB
(231,227,235)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F77AC color. Also use rgb(159,119,172) instead hex code.

Text Font Color

.myTextColor { color: #9F77AC; }

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

This text font color is #9F77AC.


Background Color

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

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

This div background color is #9F77AC.


Border color

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

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

This div border color is #9F77AC.


Opacity

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

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

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

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

This text has shadow with #9F77AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F77AC on black background.


Color preview on white background

This text has color #9F77AC on white background.



Black color preview on #9F77AC background

This text has black color on #9F77AC background.


White color preview on #9F77AC background

This text has white color on #9F77AC background.