COLOR #9B6E90

HEX: #9B6E90 RGB: (155,110,144)

Color info

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

RGB color model

#9B6E90 color RGB value is (155,110,144).

RGB: (155,110,144) (61%, 43%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 110 of 255 = 43%
B 144 of 255 = 56%

155
110
144

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

Portions of RGB colors in percentages

R + G + B = 155 + 110 + 144 = 409 (100%)
R 155 of 409 ~ 37.9%
G 110 of 409 ~ 26.89%
B 144 of 409 ~ 35.21'%

%37.9
%26.89
%35.21

CMYK color model

#9B6E90 color CMYK value is (0,29,7,39).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 7.10%
  • key color value is 39.22%

CMYK: (0,29,7,39)
C0M29Y7K39 (0%, 29%, 7%, 39%)
(0.00 / 0.29 / 0.07 / 0.39)

CMYK percentages

%0
%29.03
%7.1
%39.22

Codes

Color #9B6E90 in popluar color models

9B 6E 90
RGB 155 110 144
HSL 315° 18.37% 51.96%
HSB/HSV 315° 29.03% 60.78%
CMYK 0.00% 29.03% 7.10%
39.22%

Color #9B6E90 in popluar number systems.

HEX 9B 6E 90
Decimal 155 110 144
Binary 10011011 1101110 10010000
Octal 233 156 220

Shades and tints

Shades of #9B6E90

#9B6E90
(155,110,144)
#8D6483
(141,100,131)
#7F5A76
(127,90,118)
#715069
(113,80,105)
#63465C
(99,70,92)
#553C4F
(85,60,79)
#473242
(71,50,66)
#392835
(57,40,53)
#2B1E28
(43,30,40)
#1D141B
(29,20,27)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #9B6E90

#9B6E90
(155,110,144)
#A47B9A
(164,123,154)
#AD88A4
(173,136,164)
#B695AE
(182,149,174)
#BFA2B8
(191,162,184)
#C8AFC2
(200,175,194)
#D1BCCC
(209,188,204)
#DAC9D6
(218,201,214)
#E3D6E0
(227,214,224)
#ECE3EA
(236,227,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6E90; }

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

This text font color is #9B6E90.

Background Color

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

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

This div background color is #9B6E90.

Border color

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

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

This div border color is #9B6E90.

Opacity

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

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

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

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

This text has shadow with #9B6E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6E90.

Preview

Color preview on black background

This text has color #9B6E90 on black background.


Color preview on white background

This text has color #9B6E90 on white background.


Black color preview on #9B6E90 background

This text has black color on #9B6E90 background.


White color preview on #9B6E90 background

This text has white color on #9B6E90 background.


Related colors

Complementary color

Complementary color for #hex is #64916F.


I love getcolorcode.com

Triadic colors

1 #909B6E and #6E909B with #9B6E90 are triadic colors.

2 #906E9B and #6E9B90 with #9B6E90 are triadic colors.