COLOR #84689B

HEX: #84689B RGB: (132,104,155)

Color info

#84689B contains red, green and blue colors in about the same proportion. Web safe color of #84689B is #996699 (or #969).

RGB color model

#84689B color RGB value is (132,104,155).

RGB: (132,104,155) (52%, 41%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 155 of 255 = 61%

132
104
155

R + G + B ~ 51%. #84689B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 104 + 155 = 391 (100%)
R 132 of 391 ~ 33.76%
G 104 of 391 ~ 26.6%
B 155 of 391 ~ 39.64'%

%33.76
%26.6
%39.64

CMYK color model

#84689B color CMYK value is (15,33,0,39).

  • cyan value is 14.84%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (15,33,0,39)
C15M33Y0K39 (15%, 33%, 0%, 39%)
(0.15 / 0.33 / 0.00 / 0.39)

CMYK percentages

%14.84
%32.9
%0
%39.22

Codes

Color #84689B in popluar color models

84 68 9B
RGB 132 104 155
HSL 273° 20.32% 50.78%
HSB/HSV 273° 32.90% 60.78%
CMYK 14.84% 32.90% 0.00%
39.22%

Color #84689B in popluar number systems.

HEX 84 68 9B
Decimal 132 104 155
Binary 10000100 1101000 10011011
Octal 204 150 233

Shades and tints

Shades of #84689B

#84689B
(132,104,155)
#785F8D
(120,95,141)
#6C567F
(108,86,127)
#604D71
(96,77,113)
#544463
(84,68,99)
#483B55
(72,59,85)
#3C3247
(60,50,71)
#302939
(48,41,57)
#24202B
(36,32,43)
#18171D
(24,23,29)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #84689B

#84689B
(132,104,155)
#8F75A4
(143,117,164)
#9A82AD
(154,130,173)
#A58FB6
(165,143,182)
#B09CBF
(176,156,191)
#BBA9C8
(187,169,200)
#C6B6D1
(198,182,209)
#D1C3DA
(209,195,218)
#DCD0E3
(220,208,227)
#E7DDEC
(231,221,236)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84689B color. Also use rgb(132,104,155) instead hex code.

Text Font Color

.myTextColor { color: #84689B; }

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

This text font color is #84689B.

Background Color

.myBgColor { background-color: #84689B; }

<div style="background-color:#84689B">Inner text</div>

This div background color is #84689B.

Border color

.myBorderColor { border: 1px solid #84689B; }

<div style="border:3px solid #84689B">Div</div>

This div border color is #84689B.

Opacity

.myOpacity80 { color: #84689B; opacity: 0.8; }

<p style="color:#84689B;opacity:0.8;">80%</p>

Text with #84689B 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 #84689B;}

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

This text has shadow with #84689B color.


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

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

This text has shadow with #84689B primary color and red secondary color.


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

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

This text has shadow with #84689B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84689B.

Preview

Color preview on black background

This text has color #84689B on black background.


Color preview on white background

This text has color #84689B on white background.


Black color preview on #84689B background

This text has black color on #84689B background.


White color preview on #84689B background

This text has white color on #84689B background.


Related colors

Complementary color

Complementary color for #hex is #7B9764.


I love getcolorcode.com

Triadic colors

1 #9B8468 and #689B84 with #84689B are triadic colors.

2 #9B6884 and #68849B with #84689B are triadic colors.