COLOR #9B718D

HEX: #9B718D RGB: (155,113,141)

Color info

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

RGB color model

#9B718D color RGB value is (155,113,141).

RGB: (155,113,141) (61%, 44%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 113 of 255 = 44%
B 141 of 255 = 55%

155
113
141

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

Portions of RGB colors in percentages

R + G + B = 155 + 113 + 141 = 409 (100%)
R 155 of 409 ~ 37.9%
G 113 of 409 ~ 27.63%
B 141 of 409 ~ 34.47'%

%37.9
%27.63
%34.47

CMYK color model

#9B718D color CMYK value is (0,27,9,39).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 9.03%
  • key color value is 39.22%

CMYK: (0,27,9,39)
C0M27Y9K39 (0%, 27%, 9%, 39%)
(0.00 / 0.27 / 0.09 / 0.39)

CMYK percentages

%0
%27.1
%9.03
%39.22

Codes

Color #9B718D in popluar color models

9B 71 8D
RGB 155 113 141
HSL 320° 17.36% 52.55%
HSB/HSV 320° 27.10% 60.78%
CMYK 0.00% 27.10% 9.03%
39.22%

Color #9B718D in popluar number systems.

HEX 9B 71 8D
Decimal 155 113 141
Binary 10011011 1110001 10001101
Octal 233 161 215

Shades and tints

Shades of #9B718D

#9B718D
(155,113,141)
#8D6781
(141,103,129)
#7F5D75
(127,93,117)
#715369
(113,83,105)
#63495D
(99,73,93)
#553F51
(85,63,81)
#473545
(71,53,69)
#392B39
(57,43,57)
#2B212D
(43,33,45)
#1D1721
(29,23,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #9B718D

#9B718D
(155,113,141)
#A47D97
(164,125,151)
#AD89A1
(173,137,161)
#B695AB
(182,149,171)
#BFA1B5
(191,161,181)
#C8ADBF
(200,173,191)
#D1B9C9
(209,185,201)
#DAC5D3
(218,197,211)
#E3D1DD
(227,209,221)
#ECDDE7
(236,221,231)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B718D color. Also use rgb(155,113,141) instead hex code.

Text Font Color

.myTextColor { color: #9B718D; }

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

This text font color is #9B718D.

Background Color

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

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

This div background color is #9B718D.

Border color

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

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

This div border color is #9B718D.

Opacity

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

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

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

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

This text has shadow with #9B718D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B718D.

Preview

Color preview on black background

This text has color #9B718D on black background.


Color preview on white background

This text has color #9B718D on white background.


Black color preview on #9B718D background

This text has black color on #9B718D background.


White color preview on #9B718D background

This text has white color on #9B718D background.


Related colors

Complementary color

Complementary color for #hex is #648E72.


I love getcolorcode.com

Triadic colors

1 #8D9B71 and #718D9B with #9B718D are triadic colors.

2 #8D719B and #719B8D with #9B718D are triadic colors.