COLOR #9591BB

HEX: #9591BB
RGB: (149,145,187)

Color info

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

RGB color model

#9591BB color RGB value is (149,145,187).

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

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 187 of 255 = 73%

149
145
187

R + G + B ~ 63%. #9591BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 187 = 481 (100%)
R 149 of 481 ~ 30.98%
G 145 of 481 ~ 30.15%
B 187 of 481 ~ 38.88%

%30.98
%30.15
%38.88

CMYK color model

#9591BB color CMYK value is (20,22,0,27).

  • cyan value is 20.32%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,22,0,27)
C20M22Y0K27 
(20%,22%,0%,27%)
(0.20/0.22/0.00/0.27)	

CMYK percentages

%20.32
%22.46
%0
%26.67

Codes

Color #9591BB in popluar color models

9591BB
RGB149145187
HSL246°23.60%65.10%
HSB/HSV246°22.46%73.33%
CMYK20.32%22.46%0.00%
26.67%

Color #9591BB in popluar number systems.

HEX9591BB
Decimal149145187
Binary100101011001000110111011
Octal225221273

Shades and tints

Shades of #9591BB

#9591BB
(149,145,187)
#8884AA
(136,132,170)
#7B7799
(123,119,153)
#6E6A88
(110,106,136)
#615D77
(97,93,119)
#545066
(84,80,102)
#474355
(71,67,85)
#3A3644
(58,54,68)
#2D2933
(45,41,51)
#201C22
(32,28,34)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #9591BB

#9591BB
(149,145,187)
#9E9BC1
(158,155,193)
#A7A5C7
(167,165,199)
#B0AFCD
(176,175,205)
#B9B9D3
(185,185,211)
#C2C3D9
(194,195,217)
#CBCDDF
(203,205,223)
#D4D7E5
(212,215,229)
#DDE1EB
(221,225,235)
#E6EBF1
(230,235,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9591BB; }

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

This text font color is #9591BB.


Background Color

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

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

This div background color is #9591BB.


Border color

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

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

This div border color is #9591BB.


Opacity

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

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

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

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

This text has shadow with #9591BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9591BB on black background.


Color preview on white background

This text has color #9591BB on white background.



Black color preview on #9591BB background

This text has black color on #9591BB background.


White color preview on #9591BB background

This text has white color on #9591BB background.