COLOR #9A84BB

HEX: #9A84BB RGB: (154,132,187)

Color info

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

RGB color model

#9A84BB color RGB value is (154,132,187).

RGB: (154,132,187) (60%, 52%, 73%)

RGB channels and saturation

R 154 of 255 = 60%
G 132 of 255 = 52%
B 187 of 255 = 73%

154
132
187

R + G + B ~ 62%. #9A84BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 132 + 187 = 473 (100%)
R 154 of 473 ~ 32.56%
G 132 of 473 ~ 27.91%
B 187 of 473 ~ 39.53'%

%32.56
%27.91
%39.53

CMYK color model

#9A84BB color CMYK value is (18,29,0,27).

  • cyan value is 17.65%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (18,29,0,27) C18M29Y0K27 (18%,29%,0%,27%) (0.18/0.29/0.00/0.27) 

CMYK percentages

%17.65
%29.41
%0
%26.67

Codes

Color #9A84BB in popluar color models

9A 84 BB
RGB 154 132 187
HSL 264° 28.80% 62.55%
HSB/HSV 264° 29.41% 73.33%
CMYK 17.65% 29.41% 0.00%
26.67%

Color #9A84BB in popluar number systems.

HEX 9A 84 BB
Decimal 154 132 187
Binary 10011010 10000100 10111011
Octal 232 204 273

Shades and tints

Shades of #9A84BB

#9A84BB
(154,132,187)
#8C78AA
(140,120,170)
#7E6C99
(126,108,153)
#706088
(112,96,136)
#625477
(98,84,119)
#544866
(84,72,102)
#463C55
(70,60,85)
#383044
(56,48,68)
#2A2433
(42,36,51)
#1C1822
(28,24,34)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #9A84BB

#9A84BB
(154,132,187)
#A38FC1
(163,143,193)
#AC9AC7
(172,154,199)
#B5A5CD
(181,165,205)
#BEB0D3
(190,176,211)
#C7BBD9
(199,187,217)
#D0C6DF
(208,198,223)
#D9D1E5
(217,209,229)
#E2DCEB
(226,220,235)
#EBE7F1
(235,231,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A84BB color. Also use rgb(154,132,187) instead hex code.

Text Font Color

.myTextColor { color: #9A84BB; }

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

This text font color is #9A84BB.

Background Color

.myBgColor { background-color: #9A84BB; }

<div style="background-color:#9A84BB">Inner text</div>

This div background color is #9A84BB.

Border color

.myBorderColor { border: 1px solid #9A84BB; }

<div style="border:3px solid #9A84BB">Div</div>

This div border color is #9A84BB.

Opacity

.myOpacity80 { color: #9A84BB; opacity: 0.8; }

<p style="color:#9A84BB;opacity:0.8;">80%</p>

Text with #9A84BB 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 #9A84BB;}

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

This text has shadow with #9A84BB color.


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

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

This text has shadow with #9A84BB primary color and red secondary color.


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

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

This text has shadow with #9A84BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9A84BB.

Preview

Color preview on black background

This text has color #9A84BB on black background.


Color preview on white background

This text has color #9A84BB on white background.


Black color preview on #9A84BB background

This text has black color on #9A84BB background.


White color preview on #9A84BB background

This text has white color on #9A84BB background.


Related colors

Complementary color

Complementary color for #hex is #657B44.


I love getcolorcode.com

Triadic colors

1 #BB9A84 and #84BB9A with #9A84BB are triadic colors.

2 #BB849A and #849ABB with #9A84BB are triadic colors.