COLOR #9F649B

HEX: #9F649B RGB: (159,100,155)

Color info

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

RGB color model

#9F649B color RGB value is (159,100,155).

RGB: (159,100,155) (62%, 39%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 100 of 255 = 39%
B 155 of 255 = 61%

159
100
155

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

Portions of RGB colors in percentages

R + G + B = 159 + 100 + 155 = 414 (100%)
R 159 of 414 ~ 38.41%
G 100 of 414 ~ 24.15%
B 155 of 414 ~ 37.44'%

%38.41
%24.15
%37.44

CMYK color model

#9F649B color CMYK value is (0,37,3,38).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 2.52%
  • key color value is 37.65%

CMYK: (0,37,3,38)
C0M37Y3K38 (0%, 37%, 3%, 38%)
(0.00 / 0.37 / 0.03 / 0.38)

CMYK percentages

%0
%37.11
%2.52
%37.65

Codes

Color #9F649B in popluar color models

9F 64 9B
RGB 159 100 155
HSL 304° 23.51% 50.78%
HSB/HSV 304° 37.11% 62.35%
CMYK 0.00% 37.11% 2.52%
37.65%

Color #9F649B in popluar number systems.

HEX 9F 64 9B
Decimal 159 100 155
Binary 10011111 1100100 10011011
Octal 237 144 233

Shades and tints

Shades of #9F649B

#9F649B
(159,100,155)
#915B8D
(145,91,141)
#83527F
(131,82,127)
#754971
(117,73,113)
#674063
(103,64,99)
#593755
(89,55,85)
#4B2E47
(75,46,71)
#3D2539
(61,37,57)
#2F1C2B
(47,28,43)
#21131D
(33,19,29)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #9F649B

#9F649B
(159,100,155)
#A772A4
(167,114,164)
#AF80AD
(175,128,173)
#B78EB6
(183,142,182)
#BF9CBF
(191,156,191)
#C7AAC8
(199,170,200)
#CFB8D1
(207,184,209)
#D7C6DA
(215,198,218)
#DFD4E3
(223,212,227)
#E7E2EC
(231,226,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F649B color. Also use rgb(159,100,155) instead hex code.

Text Font Color

.myTextColor { color: #9F649B; }

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

This text font color is #9F649B.

Background Color

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

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

This div background color is #9F649B.

Border color

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

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

This div border color is #9F649B.

Opacity

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

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

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

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

This text has shadow with #9F649B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F649B.

Preview

Color preview on black background

This text has color #9F649B on black background.


Color preview on white background

This text has color #9F649B on white background.


Black color preview on #9F649B background

This text has black color on #9F649B background.


White color preview on #9F649B background

This text has white color on #9F649B background.


Related colors

Complementary color

Complementary color for #hex is #609B64.


I love getcolorcode.com

Triadic colors

1 #9B9F64 and #649B9F with #9F649B are triadic colors.

2 #9B649F and #649F9B with #9F649B are triadic colors.