COLOR #9B7BCD

HEX: #9B7BCD RGB: (155,123,205)

Color info

#9B7BCD contains mainly red and blue colors. Web safe color of #9B7BCD is #9966CC (or #96C).

RGB color model

#9B7BCD color RGB value is (155,123,205).

RGB: (155,123,205) (61%, 48%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 123 of 255 = 48%
B 205 of 255 = 80%

155
123
205

R + G + B ~ 63%. #9B7BCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 123 + 205 = 483 (100%)
R 155 of 483 ~ 32.09%
G 123 of 483 ~ 25.47%
B 205 of 483 ~ 42.44'%

%32.09
%25.47
%42.44

CMYK color model

#9B7BCD color CMYK value is (24,40,0,20).

  • cyan value is 24.39%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (24,40,0,20)
C24M40Y0K20 (24%, 40%, 0%, 20%)
(0.24 / 0.40 / 0.00 / 0.20)

CMYK percentages

%24.39
%40
%0
%19.61

Codes

Color #9B7BCD in popluar color models

9B 7B CD
RGB 155 123 205
HSL 263° 45.05% 64.31%
HSB/HSV 263° 40.00% 80.39%
CMYK 24.39% 40.00% 0.00%
19.61%

Color #9B7BCD in popluar number systems.

HEX 9B 7B CD
Decimal 155 123 205
Binary 10011011 1111011 11001101
Octal 233 173 315

Shades and tints

Shades of #9B7BCD

#9B7BCD
(155,123,205)
#8D70BB
(141,112,187)
#7F65A9
(127,101,169)
#715A97
(113,90,151)
#634F85
(99,79,133)
#554473
(85,68,115)
#473961
(71,57,97)
#392E4F
(57,46,79)
#2B233D
(43,35,61)
#1D182B
(29,24,43)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #9B7BCD

#9B7BCD
(155,123,205)
#A487D1
(164,135,209)
#AD93D5
(173,147,213)
#B69FD9
(182,159,217)
#BFABDD
(191,171,221)
#C8B7E1
(200,183,225)
#D1C3E5
(209,195,229)
#DACFE9
(218,207,233)
#E3DBED
(227,219,237)
#ECE7F1
(236,231,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7BCD color. Also use rgb(155,123,205) instead hex code.

Text Font Color

.myTextColor { color: #9B7BCD; }

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

This text font color is #9B7BCD.

Background Color

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

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

This div background color is #9B7BCD.

Border color

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

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

This div border color is #9B7BCD.

Opacity

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

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

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

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

This text has shadow with #9B7BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7BCD.

Preview

Color preview on black background

This text has color #9B7BCD on black background.


Color preview on white background

This text has color #9B7BCD on white background.


Black color preview on #9B7BCD background

This text has black color on #9B7BCD background.


White color preview on #9B7BCD background

This text has white color on #9B7BCD background.


Related colors

Complementary color

Complementary color for #hex is #648432.


I love getcolorcode.com

Triadic colors

1 #CD9B7B and #7BCD9B with #9B7BCD are triadic colors.

2 #CD7B9B and #7B9BCD with #9B7BCD are triadic colors.