COLOR #9F7FAD

HEX: #9F7FAD RGB: (159,127,173)

Color info

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

RGB color model

#9F7FAD color RGB value is (159,127,173).

RGB: (159,127,173) (62%, 50%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 127 of 255 = 50%
B 173 of 255 = 68%

159
127
173

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

Portions of RGB colors in percentages

R + G + B = 159 + 127 + 173 = 459 (100%)
R 159 of 459 ~ 34.64%
G 127 of 459 ~ 27.67%
B 173 of 459 ~ 37.69'%

%34.64
%27.67
%37.69

CMYK color model

#9F7FAD color CMYK value is (8,27,0,32).

  • cyan value is 8.09%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (8,27,0,32) C8M27Y0K32 (8%,27%,0%,32%) (0.08/0.27/0.00/0.32) 

CMYK percentages

%8.09
%26.59
%0
%32.16

Codes

Color #9F7FAD in popluar color models

9F 7F AD
RGB 159 127 173
HSL 282° 21.90% 58.82%
HSB/HSV 282° 26.59% 67.84%
CMYK 8.09% 26.59% 0.00%
32.16%

Color #9F7FAD in popluar number systems.

HEX 9F 7F AD
Decimal 159 127 173
Binary 10011111 1111111 10101101
Octal 237 177 255

Shades and tints

Shades of #9F7FAD

#9F7FAD
(159,127,173)
#91749E
(145,116,158)
#83698F
(131,105,143)
#755E80
(117,94,128)
#675371
(103,83,113)
#594862
(89,72,98)
#4B3D53
(75,61,83)
#3D3244
(61,50,68)
#2F2735
(47,39,53)
#211C26
(33,28,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #9F7FAD

#9F7FAD
(159,127,173)
#A78AB4
(167,138,180)
#AF95BB
(175,149,187)
#B7A0C2
(183,160,194)
#BFABC9
(191,171,201)
#C7B6D0
(199,182,208)
#CFC1D7
(207,193,215)
#D7CCDE
(215,204,222)
#DFD7E5
(223,215,229)
#E7E2EC
(231,226,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7FAD; }

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

This text font color is #9F7FAD.

Background Color

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

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

This div background color is #9F7FAD.

Border color

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

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

This div border color is #9F7FAD.

Opacity

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

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

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

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

This text has shadow with #9F7FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7FAD.

Preview

Color preview on black background

This text has color #9F7FAD on black background.


Color preview on white background

This text has color #9F7FAD on white background.


Black color preview on #9F7FAD background

This text has black color on #9F7FAD background.


White color preview on #9F7FAD background

This text has white color on #9F7FAD background.


Related colors

Complementary color

Complementary color for #hex is #608052.


I love getcolorcode.com

Triadic colors

1 #AD9F7F and #7FAD9F with #9F7FAD are triadic colors.

2 #AD7F9F and #7F9FAD with #9F7FAD are triadic colors.