COLOR #9B5C86

HEX: #9B5C86
RGB: (155,92,134)

Color info

#9B5C86 contains mainly red and blue colors. Web safe color of #9B5C86 is #996699 (or #969).

RGB color model

#9B5C86 color RGB value is (155,92,134).

  • red value is 155;
  • green value is 92;
  • blue value is 134.
RGB:
(155,92,134)
(61%,36%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 92 of 255 = 36%
B 134 of 255 = 53%

155
92
134

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

Portions of RGB colors in percentages

R + G + B =
155 + 92 + 134 = 381 (100%)
R 155 of 381 ~ 40.68%
G 92 of 381 ~ 24.15%
B 134 of 381 ~ 35.17%

%40.68
%24.15
%35.17

CMYK color model

#9B5C86 color CMYK value is (0,41,14,39).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(0,41,14,39)
C0M41Y14K39 
(0%,41%,14%,39%)
(0.00/0.41/0.14/0.39)	

CMYK percentages

%0
%40.65
%13.55
%39.22

Codes

Color #9B5C86 in popluar color models

9B5C86
RGB15592134
HSL320°25.51%48.43%
HSB/HSV320°40.65%60.78%
CMYK0.00%40.65%13.55%
39.22%

Color #9B5C86 in popluar number systems.

HEX9B5C86
Decimal15592134
Binary10011011101110010000110
Octal233134206

Shades and tints

Shades of #9B5C86

#9B5C86
(155,92,134)
#8D547A
(141,84,122)
#7F4C6E
(127,76,110)
#714462
(113,68,98)
#633C56
(99,60,86)
#55344A
(85,52,74)
#472C3E
(71,44,62)
#392432
(57,36,50)
#2B1C26
(43,28,38)
#1D141A
(29,20,26)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #9B5C86

#9B5C86
(155,92,134)
#A46A91
(164,106,145)
#AD789C
(173,120,156)
#B686A7
(182,134,167)
#BF94B2
(191,148,178)
#C8A2BD
(200,162,189)
#D1B0C8
(209,176,200)
#DABED3
(218,190,211)
#E3CCDE
(227,204,222)
#ECDAE9
(236,218,233)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5C86 color. Also use rgb(155,92,134) instead hex code.

Text Font Color

.myTextColor { color: #9B5C86; }

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

This text font color is #9B5C86.


Background Color

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

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

This div background color is #9B5C86.


Border color

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

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

This div border color is #9B5C86.


Opacity

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

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

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

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

This text has shadow with #9B5C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5C86 on black background.


Color preview on white background

This text has color #9B5C86 on white background.



Black color preview on #9B5C86 background

This text has black color on #9B5C86 background.


White color preview on #9B5C86 background

This text has white color on #9B5C86 background.