COLOR #9B6899

HEX: #9B6899 RGB: (155,104,153)

Color info

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

RGB color model

#9B6899 color RGB value is (155,104,153).

RGB: (155,104,153) (61%, 41%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 104 of 255 = 41%
B 153 of 255 = 60%

155
104
153

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

Portions of RGB colors in percentages

R + G + B = 155 + 104 + 153 = 412 (100%)
R 155 of 412 ~ 37.62%
G 104 of 412 ~ 25.24%
B 153 of 412 ~ 37.14'%

%37.62
%25.24
%37.14

CMYK color model

#9B6899 color CMYK value is (0,33,1,39).

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

CMYK: (0,33,1,39)
C0M33Y1K39 (0%, 33%, 1%, 39%)
(0.00 / 0.33 / 0.01 / 0.39)

CMYK percentages

%0
%32.9
%1.29
%39.22

Codes

Color #9B6899 in popluar color models

9B 68 99
RGB 155 104 153
HSL 302° 20.32% 50.78%
HSB/HSV 302° 32.90% 60.78%
CMYK 0.00% 32.90% 1.29%
39.22%

Color #9B6899 in popluar number systems.

HEX 9B 68 99
Decimal 155 104 153
Binary 10011011 1101000 10011001
Octal 233 150 231

Shades and tints

Shades of #9B6899

#9B6899
(155,104,153)
#8D5F8C
(141,95,140)
#7F567F
(127,86,127)
#714D72
(113,77,114)
#634465
(99,68,101)
#553B58
(85,59,88)
#47324B
(71,50,75)
#39293E
(57,41,62)
#2B2031
(43,32,49)
#1D1724
(29,23,36)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #9B6899

#9B6899
(155,104,153)
#A475A2
(164,117,162)
#AD82AB
(173,130,171)
#B68FB4
(182,143,180)
#BF9CBD
(191,156,189)
#C8A9C6
(200,169,198)
#D1B6CF
(209,182,207)
#DAC3D8
(218,195,216)
#E3D0E1
(227,208,225)
#ECDDEA
(236,221,234)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6899; }

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

This text font color is #9B6899.

Background Color

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

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

This div background color is #9B6899.

Border color

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

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

This div border color is #9B6899.

Opacity

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

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

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

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

This text has shadow with #9B6899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6899.

Preview

Color preview on black background

This text has color #9B6899 on black background.


Color preview on white background

This text has color #9B6899 on white background.


Black color preview on #9B6899 background

This text has black color on #9B6899 background.


White color preview on #9B6899 background

This text has white color on #9B6899 background.


Related colors

Complementary color

Complementary color for #hex is #649766.


I love getcolorcode.com

Triadic colors

1 #999B68 and #68999B with #9B6899 are triadic colors.

2 #99689B and #689B99 with #9B6899 are triadic colors.