COLOR #9B6B9A

HEX: #9B6B9A RGB: (155,107,154)

Color info

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

RGB color model

#9B6B9A color RGB value is (155,107,154).

RGB: (155,107,154) (61%, 42%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 107 of 255 = 42%
B 154 of 255 = 60%

155
107
154

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

Portions of RGB colors in percentages

R + G + B = 155 + 107 + 154 = 416 (100%)
R 155 of 416 ~ 37.26%
G 107 of 416 ~ 25.72%
B 154 of 416 ~ 37.02'%

%37.26
%25.72
%37.02

CMYK color model

#9B6B9A color CMYK value is (0,31,1,39).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 0.65%
  • key color value is 39.22%

CMYK: (0,31,1,39)
C0M31Y1K39 (0%, 31%, 1%, 39%)
(0.00 / 0.31 / 0.01 / 0.39)

CMYK percentages

%0
%30.97
%0.65
%39.22

Codes

Color #9B6B9A in popluar color models

9B 6B 9A
RGB 155 107 154
HSL 301° 19.35% 51.37%
HSB/HSV 301° 30.97% 60.78%
CMYK 0.00% 30.97% 0.65%
39.22%

Color #9B6B9A in popluar number systems.

HEX 9B 6B 9A
Decimal 155 107 154
Binary 10011011 1101011 10011010
Octal 233 153 232

Shades and tints

Shades of #9B6B9A

#9B6B9A
(155,107,154)
#8D628C
(141,98,140)
#7F597E
(127,89,126)
#715070
(113,80,112)
#634762
(99,71,98)
#553E54
(85,62,84)
#473546
(71,53,70)
#392C38
(57,44,56)
#2B232A
(43,35,42)
#1D1A1C
(29,26,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #9B6B9A

#9B6B9A
(155,107,154)
#A478A3
(164,120,163)
#AD85AC
(173,133,172)
#B692B5
(182,146,181)
#BF9FBE
(191,159,190)
#C8ACC7
(200,172,199)
#D1B9D0
(209,185,208)
#DAC6D9
(218,198,217)
#E3D3E2
(227,211,226)
#ECE0EB
(236,224,235)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6B9A color. Also use rgb(155,107,154) instead hex code.

Text Font Color

.myTextColor { color: #9B6B9A; }

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

This text font color is #9B6B9A.

Background Color

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

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

This div background color is #9B6B9A.

Border color

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

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

This div border color is #9B6B9A.

Opacity

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

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

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

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

This text has shadow with #9B6B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6B9A.

Preview

Color preview on black background

This text has color #9B6B9A on black background.


Color preview on white background

This text has color #9B6B9A on white background.


Black color preview on #9B6B9A background

This text has black color on #9B6B9A background.


White color preview on #9B6B9A background

This text has white color on #9B6B9A background.


Related colors

Complementary color

Complementary color for #hex is #649465.


I love getcolorcode.com

Triadic colors

1 #9A9B6B and #6B9A9B with #9B6B9A are triadic colors.

2 #9A6B9B and #6B9B9A with #9B6B9A are triadic colors.