COLOR #9B7EAC

HEX: #9B7EAC RGB: (155,126,172)

Color info

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

RGB color model

#9B7EAC color RGB value is (155,126,172).

RGB: (155,126,172) (61%, 49%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 172 of 255 = 67%

155
126
172

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

Portions of RGB colors in percentages

R + G + B = 155 + 126 + 172 = 453 (100%)
R 155 of 453 ~ 34.22%
G 126 of 453 ~ 27.81%
B 172 of 453 ~ 37.97'%

%34.22
%27.81
%37.97

CMYK color model

#9B7EAC color CMYK value is (10,27,0,33).

  • cyan value is 9.88%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (10,27,0,33)
C10M27Y0K33 (10%, 27%, 0%, 33%)
(0.10 / 0.27 / 0.00 / 0.33)

CMYK percentages

%9.88
%26.74
%0
%32.55

Codes

Color #9B7EAC in popluar color models

9B 7E AC
RGB 155 126 172
HSL 278° 21.70% 58.43%
HSB/HSV 278° 26.74% 67.45%
CMYK 9.88% 26.74% 0.00%
32.55%

Color #9B7EAC in popluar number systems.

HEX 9B 7E AC
Decimal 155 126 172
Binary 10011011 1111110 10101100
Octal 233 176 254

Shades and tints

Shades of #9B7EAC

#9B7EAC
(155,126,172)
#8D739D
(141,115,157)
#7F688E
(127,104,142)
#715D7F
(113,93,127)
#635270
(99,82,112)
#554761
(85,71,97)
#473C52
(71,60,82)
#393143
(57,49,67)
#2B2634
(43,38,52)
#1D1B25
(29,27,37)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #9B7EAC

#9B7EAC
(155,126,172)
#A489B3
(164,137,179)
#AD94BA
(173,148,186)
#B69FC1
(182,159,193)
#BFAAC8
(191,170,200)
#C8B5CF
(200,181,207)
#D1C0D6
(209,192,214)
#DACBDD
(218,203,221)
#E3D6E4
(227,214,228)
#ECE1EB
(236,225,235)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7EAC color. Also use rgb(155,126,172) instead hex code.

Text Font Color

.myTextColor { color: #9B7EAC; }

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

This text font color is #9B7EAC.

Background Color

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

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

This div background color is #9B7EAC.

Border color

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

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

This div border color is #9B7EAC.

Opacity

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

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

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

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

This text has shadow with #9B7EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7EAC.

Preview

Color preview on black background

This text has color #9B7EAC on black background.


Color preview on white background

This text has color #9B7EAC on white background.


Black color preview on #9B7EAC background

This text has black color on #9B7EAC background.


White color preview on #9B7EAC background

This text has white color on #9B7EAC background.


Related colors

Complementary color

Complementary color for #hex is #648153.


I love getcolorcode.com

Triadic colors

1 #AC9B7E and #7EAC9B with #9B7EAC are triadic colors.

2 #AC7E9B and #7E9BAC with #9B7EAC are triadic colors.