COLOR #9B6D8A

HEX: #9B6D8A
RGB: (155,109,138)

Color info

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

RGB color model

#9B6D8A color RGB value is (155,109,138).

  • red value is 155;
  • green value is 109;
  • blue value is 138.
RGB:
(155,109,138)
(61%,43%,54%)

RGB channels and saturation

R 155 of 255 = 61%
G 109 of 255 = 43%
B 138 of 255 = 54%

155
109
138

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

Portions of RGB colors in percentages

R + G + B =
155 + 109 + 138 = 402 (100%)
R 155 of 402 ~ 38.56%
G 109 of 402 ~ 27.11%
B 138 of 402 ~ 34.33%

%38.56
%27.11
%34.33

CMYK color model

#9B6D8A color CMYK value is (0,30,11,39).

  • cyan value is 0.00%
  • magenta value is 29.68%
  • yellow value is 10.97%
  • key color value is 39.22%
CMYK:
(0,30,11,39)
C0M30Y11K39 
(0%,30%,11%,39%)
(0.00/0.30/0.11/0.39)	

CMYK percentages

%0
%29.68
%10.97
%39.22

Codes

Color #9B6D8A in popluar color models

9B6D8A
RGB155109138
HSL322°18.70%51.76%
HSB/HSV322°29.68%60.78%
CMYK0.00%29.68%10.97%
39.22%

Color #9B6D8A in popluar number systems.

HEX9B6D8A
Decimal155109138
Binary10011011110110110001010
Octal233155212

Shades and tints

Shades of #9B6D8A

#9B6D8A
(155,109,138)
#8D647E
(141,100,126)
#7F5B72
(127,91,114)
#715266
(113,82,102)
#63495A
(99,73,90)
#55404E
(85,64,78)
#473742
(71,55,66)
#392E36
(57,46,54)
#2B252A
(43,37,42)
#1D1C1E
(29,28,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #9B6D8A

#9B6D8A
(155,109,138)
#A47A94
(164,122,148)
#AD879E
(173,135,158)
#B694A8
(182,148,168)
#BFA1B2
(191,161,178)
#C8AEBC
(200,174,188)
#D1BBC6
(209,187,198)
#DAC8D0
(218,200,208)
#E3D5DA
(227,213,218)
#ECE2E4
(236,226,228)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6D8A color. Also use rgb(155,109,138) instead hex code.

Text Font Color

.myTextColor { color: #9B6D8A; }

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

This text font color is #9B6D8A.


Background Color

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

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

This div background color is #9B6D8A.


Border color

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

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

This div border color is #9B6D8A.


Opacity

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

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

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

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

This text has shadow with #9B6D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6D8A on black background.


Color preview on white background

This text has color #9B6D8A on white background.



Black color preview on #9B6D8A background

This text has black color on #9B6D8A background.


White color preview on #9B6D8A background

This text has white color on #9B6D8A background.