COLOR #9F77AA

HEX: #9F77AA
RGB: (159,119,170)

Color info

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

RGB color model

#9F77AA color RGB value is (159,119,170).

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

RGB channels and saturation

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

159
119
170

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

Portions of RGB colors in percentages

R + G + B =
159 + 119 + 170 = 448 (100%)
R 159 of 448 ~ 35.49%
G 119 of 448 ~ 26.56%
B 170 of 448 ~ 37.95%

%35.49
%26.56
%37.95

CMYK color model

#9F77AA color CMYK value is (6,30,0,33).

  • cyan value is 6.47%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,30,0,33)
C6M30Y0K33 
(6%,30%,0%,33%)
(0.06/0.30/0.00/0.33)	

CMYK percentages

%6.47
%30
%0
%33.33

Codes

Color #9F77AA in popluar color models

9F77AA
RGB159119170
HSL287°23.08%56.67%
HSB/HSV287°30.00%66.67%
CMYK6.47%30.00%0.00%
33.33%

Color #9F77AA in popluar number systems.

HEX9F77AA
Decimal159119170
Binary10011111111011110101010
Octal237167252

Shades and tints

Shades of #9F77AA

#9F77AA
(159,119,170)
#916D9B
(145,109,155)
#83638C
(131,99,140)
#75597D
(117,89,125)
#674F6E
(103,79,110)
#59455F
(89,69,95)
#4B3B50
(75,59,80)
#3D3141
(61,49,65)
#2F2732
(47,39,50)
#211D23
(33,29,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9F77AA

#9F77AA
(159,119,170)
#A783B1
(167,131,177)
#AF8FB8
(175,143,184)
#B79BBF
(183,155,191)
#BFA7C6
(191,167,198)
#C7B3CD
(199,179,205)
#CFBFD4
(207,191,212)
#D7CBDB
(215,203,219)
#DFD7E2
(223,215,226)
#E7E3E9
(231,227,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F77AA; }

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

This text font color is #9F77AA.


Background Color

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

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

This div background color is #9F77AA.


Border color

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

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

This div border color is #9F77AA.


Opacity

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

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

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

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

This text has shadow with #9F77AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F77AA on black background.


Color preview on white background

This text has color #9F77AA on white background.



Black color preview on #9F77AA background

This text has black color on #9F77AA background.


White color preview on #9F77AA background

This text has white color on #9F77AA background.