COLOR #9B7F91

HEX: #9B7F91 RGB: (155,127,145)

Color info

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

RGB color model

#9B7F91 color RGB value is (155,127,145).

RGB: (155,127,145) (61%, 50%, 57%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 145 of 255 = 57%

155
127
145

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

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 145 = 427 (100%)
R 155 of 427 ~ 36.3%
G 127 of 427 ~ 29.74%
B 145 of 427 ~ 33.96'%

%36.3
%29.74
%33.96

CMYK color model

#9B7F91 color CMYK value is (0,18,6,39).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 6.45%
  • key color value is 39.22%

CMYK: (0,18,6,39)
C0M18Y6K39 (0%, 18%, 6%, 39%)
(0.00 / 0.18 / 0.06 / 0.39)

CMYK percentages

%0
%18.06
%6.45
%39.22

Codes

Color #9B7F91 in popluar color models

9B 7F 91
RGB 155 127 145
HSL 321° 12.28% 55.29%
HSB/HSV 321° 18.06% 60.78%
CMYK 0.00% 18.06% 6.45%
39.22%

Color #9B7F91 in popluar number systems.

HEX 9B 7F 91
Decimal 155 127 145
Binary 10011011 1111111 10010001
Octal 233 177 221

Shades and tints

Shades of #9B7F91

#9B7F91
(155,127,145)
#8D7484
(141,116,132)
#7F6977
(127,105,119)
#715E6A
(113,94,106)
#63535D
(99,83,93)
#554850
(85,72,80)
#473D43
(71,61,67)
#393236
(57,50,54)
#2B2729
(43,39,41)
#1D1C1C
(29,28,28)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #9B7F91

#9B7F91
(155,127,145)
#A48A9B
(164,138,155)
#AD95A5
(173,149,165)
#B6A0AF
(182,160,175)
#BFABB9
(191,171,185)
#C8B6C3
(200,182,195)
#D1C1CD
(209,193,205)
#DACCD7
(218,204,215)
#E3D7E1
(227,215,225)
#ECE2EB
(236,226,235)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7F91; }

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

This text font color is #9B7F91.

Background Color

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

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

This div background color is #9B7F91.

Border color

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

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

This div border color is #9B7F91.

Opacity

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

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

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

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

This text has shadow with #9B7F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7F91.

Preview

Color preview on black background

This text has color #9B7F91 on black background.


Color preview on white background

This text has color #9B7F91 on white background.


Black color preview on #9B7F91 background

This text has black color on #9B7F91 background.


White color preview on #9B7F91 background

This text has white color on #9B7F91 background.


Related colors

Complementary color

Complementary color for #hex is #64806E.


I love getcolorcode.com

Triadic colors

1 #919B7F and #7F919B with #9B7F91 are triadic colors.

2 #917F9B and #7F9B91 with #9B7F91 are triadic colors.