COLOR #9B6E9D

HEX: #9B6E9D
RGB: (155,110,157)

Color info

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

RGB color model

#9B6E9D color RGB value is (155,110,157).

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

RGB channels and saturation

R 155 of 255 = 61%
G 110 of 255 = 43%
B 157 of 255 = 62%

155
110
157

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

Portions of RGB colors in percentages

R + G + B =
155 + 110 + 157 = 422 (100%)
R 155 of 422 ~ 36.73%
G 110 of 422 ~ 26.07%
B 157 of 422 ~ 37.2%

%36.73
%26.07
%37.2

CMYK color model

#9B6E9D color CMYK value is (1,30,0,38).

  • cyan value is 1.27%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(1,30,0,38)
C1M30Y0K38 
(1%,30%,0%,38%)
(0.01/0.30/0.00/0.38)	

CMYK percentages

%1.27
%29.94
%0
%38.43

Codes

Color #9B6E9D in popluar color models

9B6E9D
RGB155110157
HSL297°19.34%52.35%
HSB/HSV297°29.94%61.57%
CMYK1.27%29.94%0.00%
38.43%

Color #9B6E9D in popluar number systems.

HEX9B6E9D
Decimal155110157
Binary10011011110111010011101
Octal233156235

Shades and tints

Shades of #9B6E9D

#9B6E9D
(155,110,157)
#8D648F
(141,100,143)
#7F5A81
(127,90,129)
#715073
(113,80,115)
#634665
(99,70,101)
#553C57
(85,60,87)
#473249
(71,50,73)
#39283B
(57,40,59)
#2B1E2D
(43,30,45)
#1D141F
(29,20,31)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #9B6E9D

#9B6E9D
(155,110,157)
#A47BA5
(164,123,165)
#AD88AD
(173,136,173)
#B695B5
(182,149,181)
#BFA2BD
(191,162,189)
#C8AFC5
(200,175,197)
#D1BCCD
(209,188,205)
#DAC9D5
(218,201,213)
#E3D6DD
(227,214,221)
#ECE3E5
(236,227,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6E9D; }

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

This text font color is #9B6E9D.


Background Color

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

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

This div background color is #9B6E9D.


Border color

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

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

This div border color is #9B6E9D.


Opacity

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

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

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

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

This text has shadow with #9B6E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6E9D on black background.


Color preview on white background

This text has color #9B6E9D on white background.



Black color preview on #9B6E9D background

This text has black color on #9B6E9D background.


White color preview on #9B6E9D background

This text has white color on #9B6E9D background.