COLOR #9084AA

HEX: #9084AA RGB: (144,132,170)

Color info

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

RGB color model

#9084AA color RGB value is (144,132,170).

RGB: (144,132,170) (56%, 52%, 67%)

RGB channels and saturation

R 144 of 255 = 56%
G 132 of 255 = 52%
B 170 of 255 = 67%

144
132
170

R + G + B ~ 58%. #9084AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 132 + 170 = 446 (100%)
R 144 of 446 ~ 32.29%
G 132 of 446 ~ 29.6%
B 170 of 446 ~ 38.12'%

%32.29
%29.6
%38.12

CMYK color model

#9084AA color CMYK value is (15,22,0,33).

  • cyan value is 15.29%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (15,22,0,33)
C15M22Y0K33 (15%, 22%, 0%, 33%)
(0.15 / 0.22 / 0.00 / 0.33)

CMYK percentages

%15.29
%22.35
%0
%33.33

Codes

Color #9084AA in popluar color models

90 84 AA
RGB 144 132 170
HSL 259° 18.27% 59.22%
HSB/HSV 259° 22.35% 66.67%
CMYK 15.29% 22.35% 0.00%
33.33%

Color #9084AA in popluar number systems.

HEX 90 84 AA
Decimal 144 132 170
Binary 10010000 10000100 10101010
Octal 220 204 252

Shades and tints

Shades of #9084AA

#9084AA
(144,132,170)
#83789B
(131,120,155)
#766C8C
(118,108,140)
#69607D
(105,96,125)
#5C546E
(92,84,110)
#4F485F
(79,72,95)
#423C50
(66,60,80)
#353041
(53,48,65)
#282432
(40,36,50)
#1B1823
(27,24,35)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #9084AA

#9084AA
(144,132,170)
#9A8FB1
(154,143,177)
#A49AB8
(164,154,184)
#AEA5BF
(174,165,191)
#B8B0C6
(184,176,198)
#C2BBCD
(194,187,205)
#CCC6D4
(204,198,212)
#D6D1DB
(214,209,219)
#E0DCE2
(224,220,226)
#EAE7E9
(234,231,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9084AA color. Also use rgb(144,132,170) instead hex code.

Text Font Color

.myTextColor { color: #9084AA; }

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

This text font color is #9084AA.

Background Color

.myBgColor { background-color: #9084AA; }

<div style="background-color:#9084AA">Inner text</div>

This div background color is #9084AA.

Border color

.myBorderColor { border: 1px solid #9084AA; }

<div style="border:3px solid #9084AA">Div</div>

This div border color is #9084AA.

Opacity

.myOpacity80 { color: #9084AA; opacity: 0.8; }

<p style="color:#9084AA;opacity:0.8;">80%</p>

Text with #9084AA 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 #9084AA;}

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

This text has shadow with #9084AA color.


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

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

This text has shadow with #9084AA primary color and red secondary color.


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

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

This text has shadow with #9084AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9084AA.

Preview

Color preview on black background

This text has color #9084AA on black background.


Color preview on white background

This text has color #9084AA on white background.


Black color preview on #9084AA background

This text has black color on #9084AA background.


White color preview on #9084AA background

This text has white color on #9084AA background.


Related colors

Complementary color

Complementary color for #hex is #6F7B55.


I love getcolorcode.com

Triadic colors

1 #AA9084 and #84AA90 with #9084AA are triadic colors.

2 #AA8490 and #8490AA with #9084AA are triadic colors.