COLOR #9B7FA4

HEX: #9B7FA4
RGB: (155,127,164)

Color info

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

RGB color model

#9B7FA4 color RGB value is (155,127,164).

  • red value is 155;
  • green value is 127;
  • blue value is 164.
RGB:
(155,127,164)
(61%,50%,64%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 164 of 255 = 64%

155
127
164

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

Portions of RGB colors in percentages

R + G + B =
155 + 127 + 164 = 446 (100%)
R 155 of 446 ~ 34.75%
G 127 of 446 ~ 28.48%
B 164 of 446 ~ 36.77%

%34.75
%28.48
%36.77

CMYK color model

#9B7FA4 color CMYK value is (5,23,0,36).

  • cyan value is 5.49%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(5,23,0,36)
C5M23Y0K36 
(5%,23%,0%,36%)
(0.05/0.23/0.00/0.36)	

CMYK percentages

%5.49
%22.56
%0
%35.69

Codes

Color #9B7FA4 in popluar color models

9B7FA4
RGB155127164
HSL285°16.89%57.06%
HSB/HSV285°22.56%64.31%
CMYK5.49%22.56%0.00%
35.69%

Color #9B7FA4 in popluar number systems.

HEX9B7FA4
Decimal155127164
Binary10011011111111110100100
Octal233177244

Shades and tints

Shades of #9B7FA4

#9B7FA4
(155,127,164)
#8D7496
(141,116,150)
#7F6988
(127,105,136)
#715E7A
(113,94,122)
#63536C
(99,83,108)
#55485E
(85,72,94)
#473D50
(71,61,80)
#393242
(57,50,66)
#2B2734
(43,39,52)
#1D1C26
(29,28,38)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #9B7FA4

#9B7FA4
(155,127,164)
#A48AAC
(164,138,172)
#AD95B4
(173,149,180)
#B6A0BC
(182,160,188)
#BFABC4
(191,171,196)
#C8B6CC
(200,182,204)
#D1C1D4
(209,193,212)
#DACCDC
(218,204,220)
#E3D7E4
(227,215,228)
#ECE2EC
(236,226,236)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7FA4 color. Also use rgb(155,127,164) instead hex code.

Text Font Color

.myTextColor { color: #9B7FA4; }

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

This text font color is #9B7FA4.


Background Color

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

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

This div background color is #9B7FA4.


Border color

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

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

This div border color is #9B7FA4.


Opacity

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

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

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

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

This text has shadow with #9B7FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7FA4 on black background.


Color preview on white background

This text has color #9B7FA4 on white background.



Black color preview on #9B7FA4 background

This text has black color on #9B7FA4 background.


White color preview on #9B7FA4 background

This text has white color on #9B7FA4 background.