COLOR #9B6E8A

HEX: #9B6E8A
RGB: (155,110,138)

Color info

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

RGB color model

#9B6E8A color RGB value is (155,110,138).

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

RGB channels and saturation

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

155
110
138

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

Portions of RGB colors in percentages

R + G + B =
155 + 110 + 138 = 403 (100%)
R 155 of 403 ~ 38.46%
G 110 of 403 ~ 27.3%
B 138 of 403 ~ 34.24%

%38.46
%27.3
%34.24

CMYK color model

#9B6E8A color CMYK value is (0,29,11,39).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 10.97%
  • key color value is 39.22%
CMYK:
(0,29,11,39)
C0M29Y11K39 
(0%,29%,11%,39%)
(0.00/0.29/0.11/0.39)	

CMYK percentages

%0
%29.03
%10.97
%39.22

Codes

Color #9B6E8A in popluar color models

9B6E8A
RGB155110138
HSL323°18.37%51.96%
HSB/HSV323°29.03%60.78%
CMYK0.00%29.03%10.97%
39.22%

Color #9B6E8A in popluar number systems.

HEX9B6E8A
Decimal155110138
Binary10011011110111010001010
Octal233156212

Shades and tints

Shades of #9B6E8A

#9B6E8A
(155,110,138)
#8D647E
(141,100,126)
#7F5A72
(127,90,114)
#715066
(113,80,102)
#63465A
(99,70,90)
#553C4E
(85,60,78)
#473242
(71,50,66)
#392836
(57,40,54)
#2B1E2A
(43,30,42)
#1D141E
(29,20,30)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #9B6E8A

#9B6E8A
(155,110,138)
#A47B94
(164,123,148)
#AD889E
(173,136,158)
#B695A8
(182,149,168)
#BFA2B2
(191,162,178)
#C8AFBC
(200,175,188)
#D1BCC6
(209,188,198)
#DAC9D0
(218,201,208)
#E3D6DA
(227,214,218)
#ECE3E4
(236,227,228)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6E8A; }

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

This text font color is #9B6E8A.


Background Color

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

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

This div background color is #9B6E8A.


Border color

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

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

This div border color is #9B6E8A.


Opacity

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

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

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

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

This text has shadow with #9B6E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6E8A on black background.


Color preview on white background

This text has color #9B6E8A on white background.



Black color preview on #9B6E8A background

This text has black color on #9B6E8A background.


White color preview on #9B6E8A background

This text has white color on #9B6E8A background.