COLOR #9B7580

HEX: #9B7580
RGB: (155,117,128)

Color info

#9B7580 contains red, green and blue colors in about the same proportion. Web safe color of #9B7580 is #996666 (or #966).

RGB color model

#9B7580 color RGB value is (155,117,128).

  • red value is 155;
  • green value is 117;
  • blue value is 128.
RGB:
(155,117,128)
(61%,46%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 128 of 255 = 50%

155
117
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 128 = 400 (100%)
R 155 of 400 ~ 38.75%
G 117 of 400 ~ 29.25%
B 128 of 400 ~ 32%

%38.75
%29.25
%32

CMYK color model

#9B7580 color CMYK value is (0,25,17,39).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK:
(0,25,17,39)
C0M25Y17K39 
(0%,25%,17%,39%)
(0.00/0.25/0.17/0.39)	

CMYK percentages

%0
%24.52
%17.42
%39.22

Codes

Color #9B7580 in popluar color models

9B7580
RGB155117128
HSL343°15.97%53.33%
HSB/HSV343°24.52%60.78%
CMYK0.00%24.52%17.42%
39.22%

Color #9B7580 in popluar number systems.

HEX9B7580
Decimal155117128
Binary10011011111010110000000
Octal233165200

Shades and tints

Shades of #9B7580

#9B7580
(155,117,128)
#8D6B75
(141,107,117)
#7F616A
(127,97,106)
#71575F
(113,87,95)
#634D54
(99,77,84)
#554349
(85,67,73)
#47393E
(71,57,62)
#392F33
(57,47,51)
#2B2528
(43,37,40)
#1D1B1D
(29,27,29)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #9B7580

#9B7580
(155,117,128)
#A4818B
(164,129,139)
#AD8D96
(173,141,150)
#B699A1
(182,153,161)
#BFA5AC
(191,165,172)
#C8B1B7
(200,177,183)
#D1BDC2
(209,189,194)
#DAC9CD
(218,201,205)
#E3D5D8
(227,213,216)
#ECE1E3
(236,225,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7580 color. Also use rgb(155,117,128) instead hex code.

Text Font Color

.myTextColor { color: #9B7580; }

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

This text font color is #9B7580.


Background Color

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

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

This div background color is #9B7580.


Border color

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

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

This div border color is #9B7580.


Opacity

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

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

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

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

This text has shadow with #9B7580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7580 on black background.


Color preview on white background

This text has color #9B7580 on white background.



Black color preview on #9B7580 background

This text has black color on #9B7580 background.


White color preview on #9B7580 background

This text has white color on #9B7580 background.