COLOR #9F658D

HEX: #9F658D RGB: (159,101,141)

Color info

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

RGB color model

#9F658D color RGB value is (159,101,141).

RGB: (159,101,141) (62%, 40%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 101 of 255 = 40%
B 141 of 255 = 55%

159
101
141

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

Portions of RGB colors in percentages

R + G + B = 159 + 101 + 141 = 401 (100%)
R 159 of 401 ~ 39.65%
G 101 of 401 ~ 25.19%
B 141 of 401 ~ 35.16'%

%39.65
%25.19
%35.16

CMYK color model

#9F658D color CMYK value is (0,36,11,38).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 11.32%
  • key color value is 37.65%

CMYK: (0,36,11,38)
C0M36Y11K38 (0%, 36%, 11%, 38%)
(0.00 / 0.36 / 0.11 / 0.38)

CMYK percentages

%0
%36.48
%11.32
%37.65

Codes

Color #9F658D in popluar color models

9F 65 8D
RGB 159 101 141
HSL 319° 23.20% 50.98%
HSB/HSV 319° 36.48% 62.35%
CMYK 0.00% 36.48% 11.32%
37.65%

Color #9F658D in popluar number systems.

HEX 9F 65 8D
Decimal 159 101 141
Binary 10011111 1100101 10001101
Octal 237 145 215

Shades and tints

Shades of #9F658D

#9F658D
(159,101,141)
#915C81
(145,92,129)
#835375
(131,83,117)
#754A69
(117,74,105)
#67415D
(103,65,93)
#593851
(89,56,81)
#4B2F45
(75,47,69)
#3D2639
(61,38,57)
#2F1D2D
(47,29,45)
#211421
(33,20,33)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #9F658D

#9F658D
(159,101,141)
#A77397
(167,115,151)
#AF81A1
(175,129,161)
#B78FAB
(183,143,171)
#BF9DB5
(191,157,181)
#C7ABBF
(199,171,191)
#CFB9C9
(207,185,201)
#D7C7D3
(215,199,211)
#DFD5DD
(223,213,221)
#E7E3E7
(231,227,231)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F658D color. Also use rgb(159,101,141) instead hex code.

Text Font Color

.myTextColor { color: #9F658D; }

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

This text font color is #9F658D.

Background Color

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

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

This div background color is #9F658D.

Border color

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

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

This div border color is #9F658D.

Opacity

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

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

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

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

This text has shadow with #9F658D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F658D.

Preview

Color preview on black background

This text has color #9F658D on black background.


Color preview on white background

This text has color #9F658D on white background.


Black color preview on #9F658D background

This text has black color on #9F658D background.


White color preview on #9F658D background

This text has white color on #9F658D background.


Related colors

Complementary color

Complementary color for #hex is #609A72.


I love getcolorcode.com

Triadic colors

1 #8D9F65 and #658D9F with #9F658D are triadic colors.

2 #8D659F and #659F8D with #9F658D are triadic colors.