COLOR #9B6790

HEX: #9B6790 RGB: (155,103,144)

Color info

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

RGB color model

#9B6790 color RGB value is (155,103,144).

RGB: (155,103,144) (61%, 40%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 103 of 255 = 40%
B 144 of 255 = 56%

155
103
144

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

Portions of RGB colors in percentages

R + G + B = 155 + 103 + 144 = 402 (100%)
R 155 of 402 ~ 38.56%
G 103 of 402 ~ 25.62%
B 144 of 402 ~ 35.82'%

%38.56
%25.62
%35.82

CMYK color model

#9B6790 color CMYK value is (0,34,7,39).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK: (0,34,7,39) C0M34Y7K39 (0%,34%,7%,39%) (0.00/0.34/0.07/0.39) 

CMYK percentages

%0
%33.55
%7.1
%39.22

Codes

Color #9B6790 in popluar color models

9B 67 90
RGB 155 103 144
HSL 313° 20.63% 50.59%
HSB/HSV 313° 33.55% 60.78%
CMYK 0.00% 33.55% 7.10%
39.22%

Color #9B6790 in popluar number systems.

HEX 9B 67 90
Decimal 155 103 144
Binary 10011011 1100111 10010000
Octal 233 147 220

Shades and tints

Shades of #9B6790

#9B6790
(155,103,144)
#8D5E83
(141,94,131)
#7F5576
(127,85,118)
#714C69
(113,76,105)
#63435C
(99,67,92)
#553A4F
(85,58,79)
#473142
(71,49,66)
#392835
(57,40,53)
#2B1F28
(43,31,40)
#1D161B
(29,22,27)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #9B6790

#9B6790
(155,103,144)
#A4749A
(164,116,154)
#AD81A4
(173,129,164)
#B68EAE
(182,142,174)
#BF9BB8
(191,155,184)
#C8A8C2
(200,168,194)
#D1B5CC
(209,181,204)
#DAC2D6
(218,194,214)
#E3CFE0
(227,207,224)
#ECDCEA
(236,220,234)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6790 color. Also use rgb(155,103,144) instead hex code.

Text Font Color

.myTextColor { color: #9B6790; }

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

This text font color is #9B6790.

Background Color

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

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

This div background color is #9B6790.

Border color

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

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

This div border color is #9B6790.

Opacity

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

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

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

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

This text has shadow with #9B6790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6790.

Preview

Color preview on black background

This text has color #9B6790 on black background.


Color preview on white background

This text has color #9B6790 on white background.


Black color preview on #9B6790 background

This text has black color on #9B6790 background.


White color preview on #9B6790 background

This text has white color on #9B6790 background.


Related colors

Complementary color

Complementary color for #hex is #64986F.


I love getcolorcode.com

Triadic colors

1 #909B67 and #67909B with #9B6790 are triadic colors.

2 #90679B and #679B90 with #9B6790 are triadic colors.