COLOR #9B567B

HEX: #9B567B
RGB: (155,86,123)

Color info

#9B567B contains mainly red and blue colors. Web safe color of #9B567B is #996666 (or #966).

RGB color model

#9B567B color RGB value is (155,86,123).

  • red value is 155;
  • green value is 86;
  • blue value is 123.
RGB:
(155,86,123)
(61%,34%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 86 of 255 = 34%
B 123 of 255 = 48%

155
86
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 86 + 123 = 364 (100%)
R 155 of 364 ~ 42.58%
G 86 of 364 ~ 23.63%
B 123 of 364 ~ 33.79%

%42.58
%23.63
%33.79

CMYK color model

#9B567B color CMYK value is (0,45,21,39).

  • cyan value is 0.00%
  • magenta value is 44.52%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(0,45,21,39)
C0M45Y21K39 
(0%,45%,21%,39%)
(0.00/0.45/0.21/0.39)	

CMYK percentages

%0
%44.52
%20.65
%39.22

Codes

Color #9B567B in popluar color models

9B567B
RGB15586123
HSL328°28.63%47.25%
HSB/HSV328°44.52%60.78%
CMYK0.00%44.52%20.65%
39.22%

Color #9B567B in popluar number systems.

HEX9B567B
Decimal15586123
Binary1001101110101101111011
Octal233126173

Shades and tints

Shades of #9B567B

#9B567B
(155,86,123)
#8D4F70
(141,79,112)
#7F4865
(127,72,101)
#71415A
(113,65,90)
#633A4F
(99,58,79)
#553344
(85,51,68)
#472C39
(71,44,57)
#39252E
(57,37,46)
#2B1E23
(43,30,35)
#1D1718
(29,23,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #9B567B

#9B567B
(155,86,123)
#A46587
(164,101,135)
#AD7493
(173,116,147)
#B6839F
(182,131,159)
#BF92AB
(191,146,171)
#C8A1B7
(200,161,183)
#D1B0C3
(209,176,195)
#DABFCF
(218,191,207)
#E3CEDB
(227,206,219)
#ECDDE7
(236,221,231)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B567B; }

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

This text font color is #9B567B.


Background Color

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

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

This div background color is #9B567B.


Border color

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

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

This div border color is #9B567B.


Opacity

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

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

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

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

This text has shadow with #9B567B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B567B on black background.


Color preview on white background

This text has color #9B567B on white background.



Black color preview on #9B567B background

This text has black color on #9B567B background.


White color preview on #9B567B background

This text has white color on #9B567B background.