COLOR #84638B

HEX: #84638B RGB: (132,99,139)

Color info

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

RGB color model

#84638B color RGB value is (132,99,139).

RGB: (132,99,139) (52%, 39%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 99 of 255 = 39%
B 139 of 255 = 55%

132
99
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 99 + 139 = 370 (100%)
R 132 of 370 ~ 35.68%
G 99 of 370 ~ 26.76%
B 139 of 370 ~ 37.57'%

%35.68
%26.76
%37.57

CMYK color model

#84638B color CMYK value is (5,29,0,45).

  • cyan value is 5.04%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (5,29,0,45)
C5M29Y0K45 (5%, 29%, 0%, 45%)
(0.05 / 0.29 / 0.00 / 0.45)

CMYK percentages

%5.04
%28.78
%0
%45.49

Codes

Color #84638B in popluar color models

84 63 8B
RGB 132 99 139
HSL 290° 16.81% 46.67%
HSB/HSV 290° 28.78% 54.51%
CMYK 5.04% 28.78% 0.00%
45.49%

Color #84638B in popluar number systems.

HEX 84 63 8B
Decimal 132 99 139
Binary 10000100 1100011 10001011
Octal 204 143 213

Shades and tints

Shades of #84638B

#84638B
(132,99,139)
#785A7F
(120,90,127)
#6C5173
(108,81,115)
#604867
(96,72,103)
#543F5B
(84,63,91)
#48364F
(72,54,79)
#3C2D43
(60,45,67)
#302437
(48,36,55)
#241B2B
(36,27,43)
#18121F
(24,18,31)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #84638B

#84638B
(132,99,139)
#8F7195
(143,113,149)
#9A7F9F
(154,127,159)
#A58DA9
(165,141,169)
#B09BB3
(176,155,179)
#BBA9BD
(187,169,189)
#C6B7C7
(198,183,199)
#D1C5D1
(209,197,209)
#DCD3DB
(220,211,219)
#E7E1E5
(231,225,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84638B color. Also use rgb(132,99,139) instead hex code.

Text Font Color

.myTextColor { color: #84638B; }

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

This text font color is #84638B.

Background Color

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

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

This div background color is #84638B.

Border color

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

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

This div border color is #84638B.

Opacity

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

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

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

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

This text has shadow with #84638B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84638B.

Preview

Color preview on black background

This text has color #84638B on black background.


Color preview on white background

This text has color #84638B on white background.


Black color preview on #84638B background

This text has black color on #84638B background.


White color preview on #84638B background

This text has white color on #84638B background.


Related colors

Complementary color

Complementary color for #hex is #7B9C74.


I love getcolorcode.com

Triadic colors

1 #8B8463 and #638B84 with #84638B are triadic colors.

2 #8B6384 and #63848B with #84638B are triadic colors.