COLOR #9B6585

HEX: #9B6585
RGB: (155,101,133)

Color info

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

RGB color model

#9B6585 color RGB value is (155,101,133).

  • red value is 155;
  • green value is 101;
  • blue value is 133.
RGB:
(155,101,133)
(61%,40%,52%)

RGB channels and saturation

R 155 of 255 = 61%
G 101 of 255 = 40%
B 133 of 255 = 52%

155
101
133

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

Portions of RGB colors in percentages

R + G + B =
155 + 101 + 133 = 389 (100%)
R 155 of 389 ~ 39.85%
G 101 of 389 ~ 25.96%
B 133 of 389 ~ 34.19%

%39.85
%25.96
%34.19

CMYK color model

#9B6585 color CMYK value is (0,35,14,39).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 14.19%
  • key color value is 39.22%
CMYK:
(0,35,14,39)
C0M35Y14K39 
(0%,35%,14%,39%)
(0.00/0.35/0.14/0.39)	

CMYK percentages

%0
%34.84
%14.19
%39.22

Codes

Color #9B6585 in popluar color models

9B6585
RGB155101133
HSL324°21.26%50.20%
HSB/HSV324°34.84%60.78%
CMYK0.00%34.84%14.19%
39.22%

Color #9B6585 in popluar number systems.

HEX9B6585
Decimal155101133
Binary10011011110010110000101
Octal233145205

Shades and tints

Shades of #9B6585

#9B6585
(155,101,133)
#8D5C79
(141,92,121)
#7F536D
(127,83,109)
#714A61
(113,74,97)
#634155
(99,65,85)
#553849
(85,56,73)
#472F3D
(71,47,61)
#392631
(57,38,49)
#2B1D25
(43,29,37)
#1D1419
(29,20,25)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #9B6585

#9B6585
(155,101,133)
#A47390
(164,115,144)
#AD819B
(173,129,155)
#B68FA6
(182,143,166)
#BF9DB1
(191,157,177)
#C8ABBC
(200,171,188)
#D1B9C7
(209,185,199)
#DAC7D2
(218,199,210)
#E3D5DD
(227,213,221)
#ECE3E8
(236,227,232)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6585 color. Also use rgb(155,101,133) instead hex code.

Text Font Color

.myTextColor { color: #9B6585; }

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

This text font color is #9B6585.


Background Color

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

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

This div background color is #9B6585.


Border color

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

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

This div border color is #9B6585.


Opacity

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

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

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

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

This text has shadow with #9B6585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6585 on black background.


Color preview on white background

This text has color #9B6585 on white background.



Black color preview on #9B6585 background

This text has black color on #9B6585 background.


White color preview on #9B6585 background

This text has white color on #9B6585 background.