COLOR #9F71AB

HEX: #9F71AB RGB: (159,113,171)

Color info

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

RGB color model

#9F71AB color RGB value is (159,113,171).

RGB: (159,113,171) (62%, 44%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 113 of 255 = 44%
B 171 of 255 = 67%

159
113
171

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

Portions of RGB colors in percentages

R + G + B = 159 + 113 + 171 = 443 (100%)
R 159 of 443 ~ 35.89%
G 113 of 443 ~ 25.51%
B 171 of 443 ~ 38.6'%

%35.89
%25.51
%38.6

CMYK color model

#9F71AB color CMYK value is (7,34,0,33).

  • cyan value is 7.02%
  • magenta value is 33.92%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (7,34,0,33)
C7M34Y0K33 (7%, 34%, 0%, 33%)
(0.07 / 0.34 / 0.00 / 0.33)

CMYK percentages

%7.02
%33.92
%0
%32.94

Codes

Color #9F71AB in popluar color models

9F 71 AB
RGB 159 113 171
HSL 288° 25.66% 55.69%
HSB/HSV 288° 33.92% 67.06%
CMYK 7.02% 33.92% 0.00%
32.94%

Color #9F71AB in popluar number systems.

HEX 9F 71 AB
Decimal 159 113 171
Binary 10011111 1110001 10101011
Octal 237 161 253

Shades and tints

Shades of #9F71AB

#9F71AB
(159,113,171)
#91679C
(145,103,156)
#835D8D
(131,93,141)
#75537E
(117,83,126)
#67496F
(103,73,111)
#593F60
(89,63,96)
#4B3551
(75,53,81)
#3D2B42
(61,43,66)
#2F2133
(47,33,51)
#211724
(33,23,36)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #9F71AB

#9F71AB
(159,113,171)
#A77DB2
(167,125,178)
#AF89B9
(175,137,185)
#B795C0
(183,149,192)
#BFA1C7
(191,161,199)
#C7ADCE
(199,173,206)
#CFB9D5
(207,185,213)
#D7C5DC
(215,197,220)
#DFD1E3
(223,209,227)
#E7DDEA
(231,221,234)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F71AB color. Also use rgb(159,113,171) instead hex code.

Text Font Color

.myTextColor { color: #9F71AB; }

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

This text font color is #9F71AB.

Background Color

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

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

This div background color is #9F71AB.

Border color

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

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

This div border color is #9F71AB.

Opacity

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

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

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

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

This text has shadow with #9F71AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F71AB.

Preview

Color preview on black background

This text has color #9F71AB on black background.


Color preview on white background

This text has color #9F71AB on white background.


Black color preview on #9F71AB background

This text has black color on #9F71AB background.


White color preview on #9F71AB background

This text has white color on #9F71AB background.


Related colors

Complementary color

Complementary color for #hex is #608E54.


I love getcolorcode.com

Triadic colors

1 #AB9F71 and #71AB9F with #9F71AB are triadic colors.

2 #AB719F and #719FAB with #9F71AB are triadic colors.