COLOR #9B709C

HEX: #9B709C RGB: (155,112,156)

Color info

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

RGB color model

#9B709C color RGB value is (155,112,156).

RGB: (155,112,156) (61%, 44%, 61%)

RGB channels and saturation

R 155 of 255 = 61%
G 112 of 255 = 44%
B 156 of 255 = 61%

155
112
156

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

Portions of RGB colors in percentages

R + G + B = 155 + 112 + 156 = 423 (100%)
R 155 of 423 ~ 36.64%
G 112 of 423 ~ 26.48%
B 156 of 423 ~ 36.88'%

%36.64
%26.48
%36.88

CMYK color model

#9B709C color CMYK value is (1,28,0,39).

  • cyan value is 0.64%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (1,28,0,39)
C1M28Y0K39 (1%, 28%, 0%, 39%)
(0.01 / 0.28 / 0.00 / 0.39)

CMYK percentages

%0.64
%28.21
%0
%38.82

Codes

Color #9B709C in popluar color models

9B 70 9C
RGB 155 112 156
HSL 299° 18.18% 52.55%
HSB/HSV 299° 28.21% 61.18%
CMYK 0.64% 28.21% 0.00%
38.82%

Color #9B709C in popluar number systems.

HEX 9B 70 9C
Decimal 155 112 156
Binary 10011011 1110000 10011100
Octal 233 160 234

Shades and tints

Shades of #9B709C

#9B709C
(155,112,156)
#8D668E
(141,102,142)
#7F5C80
(127,92,128)
#715272
(113,82,114)
#634864
(99,72,100)
#553E56
(85,62,86)
#473448
(71,52,72)
#392A3A
(57,42,58)
#2B202C
(43,32,44)
#1D161E
(29,22,30)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #9B709C

#9B709C
(155,112,156)
#A47DA5
(164,125,165)
#AD8AAE
(173,138,174)
#B697B7
(182,151,183)
#BFA4C0
(191,164,192)
#C8B1C9
(200,177,201)
#D1BED2
(209,190,210)
#DACBDB
(218,203,219)
#E3D8E4
(227,216,228)
#ECE5ED
(236,229,237)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B709C color. Also use rgb(155,112,156) instead hex code.

Text Font Color

.myTextColor { color: #9B709C; }

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

This text font color is #9B709C.

Background Color

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

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

This div background color is #9B709C.

Border color

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

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

This div border color is #9B709C.

Opacity

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

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

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

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

This text has shadow with #9B709C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B709C.

Preview

Color preview on black background

This text has color #9B709C on black background.


Color preview on white background

This text has color #9B709C on white background.


Black color preview on #9B709C background

This text has black color on #9B709C background.


White color preview on #9B709C background

This text has white color on #9B709C background.


Related colors

Complementary color

Complementary color for #hex is #648F63.


I love getcolorcode.com

Triadic colors

1 #9C9B70 and #709C9B with #9B709C are triadic colors.

2 #9C709B and #709B9C with #9B709C are triadic colors.