COLOR #9B6F96

HEX: #9B6F96
RGB: (155,111,150)

Color info

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

RGB color model

#9B6F96 color RGB value is (155,111,150).

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

RGB channels and saturation

R 155 of 255 = 61%
G 111 of 255 = 44%
B 150 of 255 = 59%

155
111
150

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

Portions of RGB colors in percentages

R + G + B =
155 + 111 + 150 = 416 (100%)
R 155 of 416 ~ 37.26%
G 111 of 416 ~ 26.68%
B 150 of 416 ~ 36.06%

%37.26
%26.68
%36.06

CMYK color model

#9B6F96 color CMYK value is (0,28,3,39).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(0,28,3,39)
C0M28Y3K39 
(0%,28%,3%,39%)
(0.00/0.28/0.03/0.39)	

CMYK percentages

%0
%28.39
%3.23
%39.22

Codes

Color #9B6F96 in popluar color models

9B6F96
RGB155111150
HSL307°18.03%52.16%
HSB/HSV307°28.39%60.78%
CMYK0.00%28.39%3.23%
39.22%

Color #9B6F96 in popluar number systems.

HEX9B6F96
Decimal155111150
Binary10011011110111110010110
Octal233157226

Shades and tints

Shades of #9B6F96

#9B6F96
(155,111,150)
#8D6589
(141,101,137)
#7F5B7C
(127,91,124)
#71516F
(113,81,111)
#634762
(99,71,98)
#553D55
(85,61,85)
#473348
(71,51,72)
#39293B
(57,41,59)
#2B1F2E
(43,31,46)
#1D1521
(29,21,33)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #9B6F96

#9B6F96
(155,111,150)
#A47C9F
(164,124,159)
#AD89A8
(173,137,168)
#B696B1
(182,150,177)
#BFA3BA
(191,163,186)
#C8B0C3
(200,176,195)
#D1BDCC
(209,189,204)
#DACAD5
(218,202,213)
#E3D7DE
(227,215,222)
#ECE4E7
(236,228,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6F96; }

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

This text font color is #9B6F96.


Background Color

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

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

This div background color is #9B6F96.


Border color

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

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

This div border color is #9B6F96.


Opacity

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

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

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

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

This text has shadow with #9B6F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F96 on black background.


Color preview on white background

This text has color #9B6F96 on white background.



Black color preview on #9B6F96 background

This text has black color on #9B6F96 background.


White color preview on #9B6F96 background

This text has white color on #9B6F96 background.