COLOR #9289AD

HEX: #9289AD RGB: (146,137,173)

Color info

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

RGB color model

#9289AD color RGB value is (146,137,173).

RGB: (146,137,173) (57%, 54%, 68%)

RGB channels and saturation

R 146 of 255 = 57%
G 137 of 255 = 54%
B 173 of 255 = 68%

146
137
173

R + G + B ~ 60%. #9289AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 137 + 173 = 456 (100%)
R 146 of 456 ~ 32.02%
G 137 of 456 ~ 30.04%
B 173 of 456 ~ 37.94'%

%32.02
%30.04
%37.94

CMYK color model

#9289AD color CMYK value is (16,21,0,32).

  • cyan value is 15.61%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (16,21,0,32) C16M21Y0K32 (16%,21%,0%,32%) (0.16/0.21/0.00/0.32) 

CMYK percentages

%15.61
%20.81
%0
%32.16

Codes

Color #9289AD in popluar color models

92 89 AD
RGB 146 137 173
HSL 255° 18.00% 60.78%
HSB/HSV 255° 20.81% 67.84%
CMYK 15.61% 20.81% 0.00%
32.16%

Color #9289AD in popluar number systems.

HEX 92 89 AD
Decimal 146 137 173
Binary 10010010 10001001 10101101
Octal 222 211 255

Shades and tints

Shades of #9289AD

#9289AD
(146,137,173)
#857D9E
(133,125,158)
#78718F
(120,113,143)
#6B6580
(107,101,128)
#5E5971
(94,89,113)
#514D62
(81,77,98)
#444153
(68,65,83)
#373544
(55,53,68)
#2A2935
(42,41,53)
#1D1D26
(29,29,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #9289AD

#9289AD
(146,137,173)
#9B93B4
(155,147,180)
#A49DBB
(164,157,187)
#ADA7C2
(173,167,194)
#B6B1C9
(182,177,201)
#BFBBD0
(191,187,208)
#C8C5D7
(200,197,215)
#D1CFDE
(209,207,222)
#DAD9E5
(218,217,229)
#E3E3EC
(227,227,236)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9289AD color. Also use rgb(146,137,173) instead hex code.

Text Font Color

.myTextColor { color: #9289AD; }

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

This text font color is #9289AD.

Background Color

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

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

This div background color is #9289AD.

Border color

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

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

This div border color is #9289AD.

Opacity

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

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

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

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

This text has shadow with #9289AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9289AD.

Preview

Color preview on black background

This text has color #9289AD on black background.


Color preview on white background

This text has color #9289AD on white background.


Black color preview on #9289AD background

This text has black color on #9289AD background.


White color preview on #9289AD background

This text has white color on #9289AD background.


Related colors

Complementary color

Complementary color for #hex is #6D7652.


I love getcolorcode.com

Triadic colors

1 #AD9289 and #89AD92 with #9289AD are triadic colors.

2 #AD8992 and #8992AD with #9289AD are triadic colors.