COLOR #9591B6

HEX: #9591B6
RGB: (149,145,182)

Color info

#9591B6 contains red, green and blue colors in about the same proportion. Web safe color of #9591B6 is #9999CC (or #99C).

RGB color model

#9591B6 color RGB value is (149,145,182).

  • red value is 149;
  • green value is 145;
  • blue value is 182.
RGB:
(149,145,182)
(58%,57%,71%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 182 of 255 = 71%

149
145
182

R + G + B ~ 62%. #9591B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 182 = 476 (100%)
R 149 of 476 ~ 31.3%
G 145 of 476 ~ 30.46%
B 182 of 476 ~ 38.24%

%31.3
%30.46
%38.24

CMYK color model

#9591B6 color CMYK value is (18,20,0,29).

  • cyan value is 18.13%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(18,20,0,29)
C18M20Y0K29 
(18%,20%,0%,29%)
(0.18/0.20/0.00/0.29)	

CMYK percentages

%18.13
%20.33
%0
%28.63

Codes

Color #9591B6 in popluar color models

9591B6
RGB149145182
HSL246°20.22%64.12%
HSB/HSV246°20.33%71.37%
CMYK18.13%20.33%0.00%
28.63%

Color #9591B6 in popluar number systems.

HEX9591B6
Decimal149145182
Binary100101011001000110110110
Octal225221266

Shades and tints

Shades of #9591B6

#9591B6
(149,145,182)
#8884A6
(136,132,166)
#7B7796
(123,119,150)
#6E6A86
(110,106,134)
#615D76
(97,93,118)
#545066
(84,80,102)
#474356
(71,67,86)
#3A3646
(58,54,70)
#2D2936
(45,41,54)
#201C26
(32,28,38)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #9591B6

#9591B6
(149,145,182)
#9E9BBC
(158,155,188)
#A7A5C2
(167,165,194)
#B0AFC8
(176,175,200)
#B9B9CE
(185,185,206)
#C2C3D4
(194,195,212)
#CBCDDA
(203,205,218)
#D4D7E0
(212,215,224)
#DDE1E6
(221,225,230)
#E6EBEC
(230,235,236)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9591B6 color. Also use rgb(149,145,182) instead hex code.

Text Font Color

.myTextColor { color: #9591B6; }

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

This text font color is #9591B6.


Background Color

.myBgColor { background-color: #9591B6; }

<div style="background-color:#9591B6">Inner text</div>

This div background color is #9591B6.


Border color

.myBorderColor { border: 1px solid #9591B6; }

<div style="border:3px solid #9591B6">Div</div>

This div border color is #9591B6.


Opacity

.myOpacity80 { color: #9591B6; opacity: 0.8; }

<p style="color:#9591B6;opacity:0.8;">80%</p>

Text with #9591B6 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 #9591B6;}

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

This text has shadow with #9591B6 color.

.textShadow {text-shadow: 3px 3px 1px #9591B6, 3px 3px 1px red;}

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

This text has shadow with #9591B6 primary color and red secondary color.


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

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

This text has shadow with #9591B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9591B6 on black background.


Color preview on white background

This text has color #9591B6 on white background.



Black color preview on #9591B6 background

This text has black color on #9591B6 background.


White color preview on #9591B6 background

This text has white color on #9591B6 background.