COLOR #9B71B1

HEX: #9B71B1 RGB: (155,113,177)

Color info

#9B71B1 contains mainly red and blue colors. Web safe color of #9B71B1 is #996699 (or #969).

RGB color model

#9B71B1 color RGB value is (155,113,177).

RGB: (155,113,177) (61%, 44%, 69%)

RGB channels and saturation

R 155 of 255 = 61%
G 113 of 255 = 44%
B 177 of 255 = 69%

155
113
177

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

Portions of RGB colors in percentages

R + G + B = 155 + 113 + 177 = 445 (100%)
R 155 of 445 ~ 34.83%
G 113 of 445 ~ 25.39%
B 177 of 445 ~ 39.78'%

%34.83
%25.39
%39.78

CMYK color model

#9B71B1 color CMYK value is (12,36,0,31).

  • cyan value is 12.43%
  • magenta value is 36.16%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (12,36,0,31)
C12M36Y0K31 (12%, 36%, 0%, 31%)
(0.12 / 0.36 / 0.00 / 0.31)

CMYK percentages

%12.43
%36.16
%0
%30.59

Codes

Color #9B71B1 in popluar color models

9B 71 B1
RGB 155 113 177
HSL 279° 29.09% 56.86%
HSB/HSV 279° 36.16% 69.41%
CMYK 12.43% 36.16% 0.00%
30.59%

Color #9B71B1 in popluar number systems.

HEX 9B 71 B1
Decimal 155 113 177
Binary 10011011 1110001 10110001
Octal 233 161 261

Shades and tints

Shades of #9B71B1

#9B71B1
(155,113,177)
#8D67A1
(141,103,161)
#7F5D91
(127,93,145)
#715381
(113,83,129)
#634971
(99,73,113)
#553F61
(85,63,97)
#473551
(71,53,81)
#392B41
(57,43,65)
#2B2131
(43,33,49)
#1D1721
(29,23,33)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #9B71B1

#9B71B1
(155,113,177)
#A47DB8
(164,125,184)
#AD89BF
(173,137,191)
#B695C6
(182,149,198)
#BFA1CD
(191,161,205)
#C8ADD4
(200,173,212)
#D1B9DB
(209,185,219)
#DAC5E2
(218,197,226)
#E3D1E9
(227,209,233)
#ECDDF0
(236,221,240)
#F5E9F7
(245,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B71B1 color. Also use rgb(155,113,177) instead hex code.

Text Font Color

.myTextColor { color: #9B71B1; }

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

This text font color is #9B71B1.

Background Color

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

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

This div background color is #9B71B1.

Border color

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

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

This div border color is #9B71B1.

Opacity

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

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

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

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

This text has shadow with #9B71B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B71B1.

Preview

Color preview on black background

This text has color #9B71B1 on black background.


Color preview on white background

This text has color #9B71B1 on white background.


Black color preview on #9B71B1 background

This text has black color on #9B71B1 background.


White color preview on #9B71B1 background

This text has white color on #9B71B1 background.


Related colors

Complementary color

Complementary color for #hex is #648E4E.


I love getcolorcode.com

Triadic colors

1 #B19B71 and #71B19B with #9B71B1 are triadic colors.

2 #B1719B and #719BB1 with #9B71B1 are triadic colors.