COLOR #84689A

HEX: #84689A RGB: (132,104,154)

Color info

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

RGB color model

#84689A color RGB value is (132,104,154).

RGB: (132,104,154) (52%, 41%, 60%)

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 154 of 255 = 60%

132
104
154

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

Portions of RGB colors in percentages

R + G + B = 132 + 104 + 154 = 390 (100%)
R 132 of 390 ~ 33.85%
G 104 of 390 ~ 26.67%
B 154 of 390 ~ 39.49'%

%33.85
%26.67
%39.49

CMYK color model

#84689A color CMYK value is (14,32,0,40).

  • cyan value is 14.29%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (14,32,0,40)
C14M32Y0K40 (14%, 32%, 0%, 40%)
(0.14 / 0.32 / 0.00 / 0.40)

CMYK percentages

%14.29
%32.47
%0
%39.61

Codes

Color #84689A in popluar color models

84 68 9A
RGB 132 104 154
HSL 274° 19.84% 50.59%
HSB/HSV 274° 32.47% 60.39%
CMYK 14.29% 32.47% 0.00%
39.61%

Color #84689A in popluar number systems.

HEX 84 68 9A
Decimal 132 104 154
Binary 10000100 1101000 10011010
Octal 204 150 232

Shades and tints

Shades of #84689A

#84689A
(132,104,154)
#785F8C
(120,95,140)
#6C567E
(108,86,126)
#604D70
(96,77,112)
#544462
(84,68,98)
#483B54
(72,59,84)
#3C3246
(60,50,70)
#302938
(48,41,56)
#24202A
(36,32,42)
#18171C
(24,23,28)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #84689A

#84689A
(132,104,154)
#8F75A3
(143,117,163)
#9A82AC
(154,130,172)
#A58FB5
(165,143,181)
#B09CBE
(176,156,190)
#BBA9C7
(187,169,199)
#C6B6D0
(198,182,208)
#D1C3D9
(209,195,217)
#DCD0E2
(220,208,226)
#E7DDEB
(231,221,235)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84689A; }

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

This text font color is #84689A.

Background Color

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

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

This div background color is #84689A.

Border color

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

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

This div border color is #84689A.

Opacity

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

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

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

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

This text has shadow with #84689A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84689A.

Preview

Color preview on black background

This text has color #84689A on black background.


Color preview on white background

This text has color #84689A on white background.


Black color preview on #84689A background

This text has black color on #84689A background.


White color preview on #84689A background

This text has white color on #84689A background.


Related colors

Complementary color

Complementary color for #hex is #7B9765.


I love getcolorcode.com

Triadic colors

1 #9A8468 and #689A84 with #84689A are triadic colors.

2 #9A6884 and #68849A with #84689A are triadic colors.