COLOR #9B6884

HEX: #9B6884 RGB: (155,104,132)

Color info

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

RGB color model

#9B6884 color RGB value is (155,104,132).

RGB: (155,104,132) (61%, 41%, 52%)

RGB channels and saturation

R 155 of 255 = 61%
G 104 of 255 = 41%
B 132 of 255 = 52%

155
104
132

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

Portions of RGB colors in percentages

R + G + B = 155 + 104 + 132 = 391 (100%)
R 155 of 391 ~ 39.64%
G 104 of 391 ~ 26.6%
B 132 of 391 ~ 33.76'%

%39.64
%26.6
%33.76

CMYK color model

#9B6884 color CMYK value is (0,33,15,39).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 14.84%
  • key color value is 39.22%

CMYK: (0,33,15,39)
C0M33Y15K39 (0%, 33%, 15%, 39%)
(0.00 / 0.33 / 0.15 / 0.39)

CMYK percentages

%0
%32.9
%14.84
%39.22

Codes

Color #9B6884 in popluar color models

9B 68 84
RGB 155 104 132
HSL 327° 20.32% 50.78%
HSB/HSV 327° 32.90% 60.78%
CMYK 0.00% 32.90% 14.84%
39.22%

Color #9B6884 in popluar number systems.

HEX 9B 68 84
Decimal 155 104 132
Binary 10011011 1101000 10000100
Octal 233 150 204

Shades and tints

Shades of #9B6884

#9B6884
(155,104,132)
#8D5F78
(141,95,120)
#7F566C
(127,86,108)
#714D60
(113,77,96)
#634454
(99,68,84)
#553B48
(85,59,72)
#47323C
(71,50,60)
#392930
(57,41,48)
#2B2024
(43,32,36)
#1D1718
(29,23,24)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #9B6884

#9B6884
(155,104,132)
#A4758F
(164,117,143)
#AD829A
(173,130,154)
#B68FA5
(182,143,165)
#BF9CB0
(191,156,176)
#C8A9BB
(200,169,187)
#D1B6C6
(209,182,198)
#DAC3D1
(218,195,209)
#E3D0DC
(227,208,220)
#ECDDE7
(236,221,231)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6884 color. Also use rgb(155,104,132) instead hex code.

Text Font Color

.myTextColor { color: #9B6884; }

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

This text font color is #9B6884.

Background Color

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

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

This div background color is #9B6884.

Border color

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

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

This div border color is #9B6884.

Opacity

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

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

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

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

This text has shadow with #9B6884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6884.

Preview

Color preview on black background

This text has color #9B6884 on black background.


Color preview on white background

This text has color #9B6884 on white background.


Black color preview on #9B6884 background

This text has black color on #9B6884 background.


White color preview on #9B6884 background

This text has white color on #9B6884 background.


Related colors

Complementary color

Complementary color for #hex is #64977B.


I love getcolorcode.com

Triadic colors

1 #849B68 and #68849B with #9B6884 are triadic colors.

2 #84689B and #689B84 with #9B6884 are triadic colors.