COLOR #9B6F8B

HEX: #9B6F8B
RGB: (155,111,139)

Color info

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

RGB color model

#9B6F8B color RGB value is (155,111,139).

  • red value is 155;
  • green value is 111;
  • blue value is 139.
RGB:
(155,111,139)
(61%,44%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 139 of 255 = 55%

155
111
139

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

Portions of RGB colors in percentages

R + G + B =
155 + 111 + 139 = 405 (100%)
R 155 of 405 ~ 38.27%
G 111 of 405 ~ 27.41%
B 139 of 405 ~ 34.32%

%38.27
%27.41
%34.32

CMYK color model

#9B6F8B color CMYK value is (0,28,10,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 10.32%
  • key color value is 39.22%
CMYK:
(0,28,10,39)
C0M28Y10K39 
(0%,28%,10%,39%)
(0.00/0.28/0.10/0.39)	

CMYK percentages

%0
%28.39
%10.32
%39.22

Codes

Color #9B6F8B in popluar color models

9B6F8B
RGB155111139
HSL322°18.03%52.16%
HSB/HSV322°28.39%60.78%
CMYK0.00%28.39%10.32%
39.22%

Color #9B6F8B in popluar number systems.

HEX9B6F8B
Decimal155111139
Binary10011011110111110001011
Octal233157213

Shades and tints

Shades of #9B6F8B

#9B6F8B
(155,111,139)
#8D657F
(141,101,127)
#7F5B73
(127,91,115)
#715167
(113,81,103)
#63475B
(99,71,91)
#553D4F
(85,61,79)
#473343
(71,51,67)
#392937
(57,41,55)
#2B1F2B
(43,31,43)
#1D151F
(29,21,31)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #9B6F8B

#9B6F8B
(155,111,139)
#A47C95
(164,124,149)
#AD899F
(173,137,159)
#B696A9
(182,150,169)
#BFA3B3
(191,163,179)
#C8B0BD
(200,176,189)
#D1BDC7
(209,189,199)
#DACAD1
(218,202,209)
#E3D7DB
(227,215,219)
#ECE4E5
(236,228,229)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6F8B color. Also use rgb(155,111,139) instead hex code.

Text Font Color

.myTextColor { color: #9B6F8B; }

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

This text font color is #9B6F8B.


Background Color

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

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

This div background color is #9B6F8B.


Border color

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

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

This div border color is #9B6F8B.


Opacity

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

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

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

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

This text has shadow with #9B6F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F8B on black background.


Color preview on white background

This text has color #9B6F8B on white background.



Black color preview on #9B6F8B background

This text has black color on #9B6F8B background.


White color preview on #9B6F8B background

This text has white color on #9B6F8B background.