COLOR #9B7DAF

HEX: #9B7DAF
RGB: (155,125,175)

Color info

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

RGB color model

#9B7DAF color RGB value is (155,125,175).

  • red value is 155;
  • green value is 125;
  • blue value is 175.
RGB:
(155,125,175)
(61%,49%,69%)

RGB channels and saturation

R 155 of 255 = 61%
G 125 of 255 = 49%
B 175 of 255 = 69%

155
125
175

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

Portions of RGB colors in percentages

R + G + B =
155 + 125 + 175 = 455 (100%)
R 155 of 455 ~ 34.07%
G 125 of 455 ~ 27.47%
B 175 of 455 ~ 38.46%

%34.07
%27.47
%38.46

CMYK color model

#9B7DAF color CMYK value is (11,29,0,31).

  • cyan value is 11.43%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(11,29,0,31)
C11M29Y0K31 
(11%,29%,0%,31%)
(0.11/0.29/0.00/0.31)	

CMYK percentages

%11.43
%28.57
%0
%31.37

Codes

Color #9B7DAF in popluar color models

9B7DAF
RGB155125175
HSL276°23.81%58.82%
HSB/HSV276°28.57%68.63%
CMYK11.43%28.57%0.00%
31.37%

Color #9B7DAF in popluar number systems.

HEX9B7DAF
Decimal155125175
Binary10011011111110110101111
Octal233175257

Shades and tints

Shades of #9B7DAF

#9B7DAF
(155,125,175)
#8D72A0
(141,114,160)
#7F6791
(127,103,145)
#715C82
(113,92,130)
#635173
(99,81,115)
#554664
(85,70,100)
#473B55
(71,59,85)
#393046
(57,48,70)
#2B2537
(43,37,55)
#1D1A28
(29,26,40)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #9B7DAF

#9B7DAF
(155,125,175)
#A488B6
(164,136,182)
#AD93BD
(173,147,189)
#B69EC4
(182,158,196)
#BFA9CB
(191,169,203)
#C8B4D2
(200,180,210)
#D1BFD9
(209,191,217)
#DACAE0
(218,202,224)
#E3D5E7
(227,213,231)
#ECE0EE
(236,224,238)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7DAF color. Also use rgb(155,125,175) instead hex code.

Text Font Color

.myTextColor { color: #9B7DAF; }

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

This text font color is #9B7DAF.


Background Color

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

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

This div background color is #9B7DAF.


Border color

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

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

This div border color is #9B7DAF.


Opacity

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

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

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

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

This text has shadow with #9B7DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7DAF on black background.


Color preview on white background

This text has color #9B7DAF on white background.



Black color preview on #9B7DAF background

This text has black color on #9B7DAF background.


White color preview on #9B7DAF background

This text has white color on #9B7DAF background.