COLOR #9F6E91

HEX: #9F6E91 RGB: (159,110,145)

Color info

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

RGB color model

#9F6E91 color RGB value is (159,110,145).

RGB: (159,110,145) (62%, 43%, 57%)

RGB channels and saturation

R 159 of 255 = 62%
G 110 of 255 = 43%
B 145 of 255 = 57%

159
110
145

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

Portions of RGB colors in percentages

R + G + B = 159 + 110 + 145 = 414 (100%)
R 159 of 414 ~ 38.41%
G 110 of 414 ~ 26.57%
B 145 of 414 ~ 35.02'%

%38.41
%26.57
%35.02

CMYK color model

#9F6E91 color CMYK value is (0,31,9,38).

  • cyan value is 0.00%
  • magenta value is 30.82%
  • yellow value is 8.81%
  • key color value is 37.65%

CMYK: (0,31,9,38)
C0M31Y9K38 (0%, 31%, 9%, 38%)
(0.00 / 0.31 / 0.09 / 0.38)

CMYK percentages

%0
%30.82
%8.81
%37.65

Codes

Color #9F6E91 in popluar color models

9F 6E 91
RGB 159 110 145
HSL 317° 20.33% 52.75%
HSB/HSV 317° 30.82% 62.35%
CMYK 0.00% 30.82% 8.81%
37.65%

Color #9F6E91 in popluar number systems.

HEX 9F 6E 91
Decimal 159 110 145
Binary 10011111 1101110 10010001
Octal 237 156 221

Shades and tints

Shades of #9F6E91

#9F6E91
(159,110,145)
#916484
(145,100,132)
#835A77
(131,90,119)
#75506A
(117,80,106)
#67465D
(103,70,93)
#593C50
(89,60,80)
#4B3243
(75,50,67)
#3D2836
(61,40,54)
#2F1E29
(47,30,41)
#21141C
(33,20,28)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #9F6E91

#9F6E91
(159,110,145)
#A77B9B
(167,123,155)
#AF88A5
(175,136,165)
#B795AF
(183,149,175)
#BFA2B9
(191,162,185)
#C7AFC3
(199,175,195)
#CFBCCD
(207,188,205)
#D7C9D7
(215,201,215)
#DFD6E1
(223,214,225)
#E7E3EB
(231,227,235)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6E91 color. Also use rgb(159,110,145) instead hex code.

Text Font Color

.myTextColor { color: #9F6E91; }

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

This text font color is #9F6E91.

Background Color

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

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

This div background color is #9F6E91.

Border color

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

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

This div border color is #9F6E91.

Opacity

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

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

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

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

This text has shadow with #9F6E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6E91.

Preview

Color preview on black background

This text has color #9F6E91 on black background.


Color preview on white background

This text has color #9F6E91 on white background.


Black color preview on #9F6E91 background

This text has black color on #9F6E91 background.


White color preview on #9F6E91 background

This text has white color on #9F6E91 background.


Related colors

Complementary color

Complementary color for #hex is #60916E.


I love getcolorcode.com

Triadic colors

1 #919F6E and #6E919F with #9F6E91 are triadic colors.

2 #916E9F and #6E9F91 with #9F6E91 are triadic colors.