COLOR #9591AD

HEX: #9591AD RGB: (149,145,173)

Color info

#9591AD contains red, green and blue colors in about the same proportion. Web safe color of #9591AD is #999999 (or #999).

RGB color model

#9591AD color RGB value is (149,145,173).

RGB: (149,145,173) (58%, 57%, 68%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 173 of 255 = 68%

149
145
173

R + G + B ~ 61%. #9591AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 145 + 173 = 467 (100%)
R 149 of 467 ~ 31.91%
G 145 of 467 ~ 31.05%
B 173 of 467 ~ 37.04'%

%31.91
%31.05
%37.04

CMYK color model

#9591AD color CMYK value is (14,16,0,32).

  • cyan value is 13.87%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (14,16,0,32) C14M16Y0K32 (14%,16%,0%,32%) (0.14/0.16/0.00/0.32) 

CMYK percentages

%13.87
%16.18
%0
%32.16

Codes

Color #9591AD in popluar color models

95 91 AD
RGB 149 145 173
HSL 249° 14.58% 62.35%
HSB/HSV 249° 16.18% 67.84%
CMYK 13.87% 16.18% 0.00%
32.16%

Color #9591AD in popluar number systems.

HEX 95 91 AD
Decimal 149 145 173
Binary 10010101 10010001 10101101
Octal 225 221 255

Shades and tints

Shades of #9591AD

#9591AD
(149,145,173)
#88849E
(136,132,158)
#7B778F
(123,119,143)
#6E6A80
(110,106,128)
#615D71
(97,93,113)
#545062
(84,80,98)
#474353
(71,67,83)
#3A3644
(58,54,68)
#2D2935
(45,41,53)
#201C26
(32,28,38)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #9591AD

#9591AD
(149,145,173)
#9E9BB4
(158,155,180)
#A7A5BB
(167,165,187)
#B0AFC2
(176,175,194)
#B9B9C9
(185,185,201)
#C2C3D0
(194,195,208)
#CBCDD7
(203,205,215)
#D4D7DE
(212,215,222)
#DDE1E5
(221,225,229)
#E6EBEC
(230,235,236)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9591AD; }

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

This text font color is #9591AD.

Background Color

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

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

This div background color is #9591AD.

Border color

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

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

This div border color is #9591AD.

Opacity

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

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

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

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

This text has shadow with #9591AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9591AD.

Preview

Color preview on black background

This text has color #9591AD on black background.


Color preview on white background

This text has color #9591AD on white background.


Black color preview on #9591AD background

This text has black color on #9591AD background.


White color preview on #9591AD background

This text has white color on #9591AD background.


Related colors

Complementary color

Complementary color for #hex is #6A6E52.


I love getcolorcode.com

Triadic colors

1 #AD9591 and #91AD95 with #9591AD are triadic colors.

2 #AD9195 and #9195AD with #9591AD are triadic colors.