COLOR #9591BD

HEX: #9591BD RGB: (149,145,189)

Color info

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

RGB color model

#9591BD color RGB value is (149,145,189).

RGB: (149,145,189) (58%, 57%, 74%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 189 of 255 = 74%

149
145
189

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

Portions of RGB colors in percentages

R + G + B = 149 + 145 + 189 = 483 (100%)
R 149 of 483 ~ 30.85%
G 145 of 483 ~ 30.02%
B 189 of 483 ~ 39.13'%

%30.85
%30.02
%39.13

CMYK color model

#9591BD color CMYK value is (21,23,0,26).

  • cyan value is 21.16%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (21,23,0,26)
C21M23Y0K26 (21%, 23%, 0%, 26%)
(0.21 / 0.23 / 0.00 / 0.26)

CMYK percentages

%21.16
%23.28
%0
%25.88

Codes

Color #9591BD in popluar color models

95 91 BD
RGB 149 145 189
HSL 245° 25.00% 65.49%
HSB/HSV 245° 23.28% 74.12%
CMYK 21.16% 23.28% 0.00%
25.88%

Color #9591BD in popluar number systems.

HEX 95 91 BD
Decimal 149 145 189
Binary 10010101 10010001 10111101
Octal 225 221 275

Shades and tints

Shades of #9591BD

#9591BD
(149,145,189)
#8884AC
(136,132,172)
#7B779B
(123,119,155)
#6E6A8A
(110,106,138)
#615D79
(97,93,121)
#545068
(84,80,104)
#474357
(71,67,87)
#3A3646
(58,54,70)
#2D2935
(45,41,53)
#201C24
(32,28,36)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9591BD

#9591BD
(149,145,189)
#9E9BC3
(158,155,195)
#A7A5C9
(167,165,201)
#B0AFCF
(176,175,207)
#B9B9D5
(185,185,213)
#C2C3DB
(194,195,219)
#CBCDE1
(203,205,225)
#D4D7E7
(212,215,231)
#DDE1ED
(221,225,237)
#E6EBF3
(230,235,243)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9591BD; }

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

This text font color is #9591BD.

Background Color

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

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

This div background color is #9591BD.

Border color

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

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

This div border color is #9591BD.

Opacity

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

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

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

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

This text has shadow with #9591BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9591BD.

Preview

Color preview on black background

This text has color #9591BD on black background.


Color preview on white background

This text has color #9591BD on white background.


Black color preview on #9591BD background

This text has black color on #9591BD background.


White color preview on #9591BD background

This text has white color on #9591BD background.


Related colors

Complementary color

Complementary color for #hex is #6A6E42.


I love getcolorcode.com

Triadic colors

1 #BD9591 and #91BD95 with #9591BD are triadic colors.

2 #BD9195 and #9195BD with #9591BD are triadic colors.