COLOR #9B6F7D

HEX: #9B6F7D
RGB: (155,111,125)

Color info

#9B6F7D contains red, green and blue colors in about the same proportion. Web safe color of #9B6F7D is #996666 (or #966).

RGB color model

#9B6F7D color RGB value is (155,111,125).

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

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 125 of 255 = 49%

155
111
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 111 + 125 = 391 (100%)
R 155 of 391 ~ 39.64%
G 111 of 391 ~ 28.39%
B 125 of 391 ~ 31.97%

%39.64
%28.39
%31.97

CMYK color model

#9B6F7D color CMYK value is (0,28,19,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,28,19,39)
C0M28Y19K39 
(0%,28%,19%,39%)
(0.00/0.28/0.19/0.39)	

CMYK percentages

%0
%28.39
%19.35
%39.22

Codes

Color #9B6F7D in popluar color models

9B6F7D
RGB155111125
HSL341°18.03%52.16%
HSB/HSV341°28.39%60.78%
CMYK0.00%28.39%19.35%
39.22%

Color #9B6F7D in popluar number systems.

HEX9B6F7D
Decimal155111125
Binary1001101111011111111101
Octal233157175

Shades and tints

Shades of #9B6F7D

#9B6F7D
(155,111,125)
#8D6572
(141,101,114)
#7F5B67
(127,91,103)
#71515C
(113,81,92)
#634751
(99,71,81)
#553D46
(85,61,70)
#47333B
(71,51,59)
#392930
(57,41,48)
#2B1F25
(43,31,37)
#1D151A
(29,21,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #9B6F7D

#9B6F7D
(155,111,125)
#A47C88
(164,124,136)
#AD8993
(173,137,147)
#B6969E
(182,150,158)
#BFA3A9
(191,163,169)
#C8B0B4
(200,176,180)
#D1BDBF
(209,189,191)
#DACACA
(218,202,202)
#E3D7D5
(227,215,213)
#ECE4E0
(236,228,224)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6F7D; }

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

This text font color is #9B6F7D.


Background Color

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

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

This div background color is #9B6F7D.


Border color

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

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

This div border color is #9B6F7D.


Opacity

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

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

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

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

This text has shadow with #9B6F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F7D on black background.


Color preview on white background

This text has color #9B6F7D on white background.



Black color preview on #9B6F7D background

This text has black color on #9B6F7D background.


White color preview on #9B6F7D background

This text has white color on #9B6F7D background.