COLOR #84638F

HEX: #84638F
RGB: (132,99,143)

Color info

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

RGB color model

#84638F color RGB value is (132,99,143).

  • red value is 132;
  • green value is 99;
  • blue value is 143.
RGB:
(132,99,143)
(52%,39%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 99 of 255 = 39%
B 143 of 255 = 56%

132
99
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 99 + 143 = 374 (100%)
R 132 of 374 ~ 35.29%
G 99 of 374 ~ 26.47%
B 143 of 374 ~ 38.24%

%35.29
%26.47
%38.24

CMYK color model

#84638F color CMYK value is (8,31,0,44).

  • cyan value is 7.69%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,31,0,44)
C8M31Y0K44 
(8%,31%,0%,44%)
(0.08/0.31/0.00/0.44)	

CMYK percentages

%7.69
%30.77
%0
%43.92

Codes

Color #84638F in popluar color models

84638F
RGB13299143
HSL285°18.18%47.45%
HSB/HSV285°30.77%56.08%
CMYK7.69%30.77%0.00%
43.92%

Color #84638F in popluar number systems.

HEX84638F
Decimal13299143
Binary10000100110001110001111
Octal204143217

Shades and tints

Shades of #84638F

#84638F
(132,99,143)
#785A82
(120,90,130)
#6C5175
(108,81,117)
#604868
(96,72,104)
#543F5B
(84,63,91)
#48364E
(72,54,78)
#3C2D41
(60,45,65)
#302434
(48,36,52)
#241B27
(36,27,39)
#18121A
(24,18,26)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #84638F

#84638F
(132,99,143)
#8F7199
(143,113,153)
#9A7FA3
(154,127,163)
#A58DAD
(165,141,173)
#B09BB7
(176,155,183)
#BBA9C1
(187,169,193)
#C6B7CB
(198,183,203)
#D1C5D5
(209,197,213)
#DCD3DF
(220,211,223)
#E7E1E9
(231,225,233)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84638F; }

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

This text font color is #84638F.


Background Color

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

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

This div background color is #84638F.


Border color

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

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

This div border color is #84638F.


Opacity

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

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

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

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

This text has shadow with #84638F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84638F on black background.


Color preview on white background

This text has color #84638F on white background.



Black color preview on #84638F background

This text has black color on #84638F background.


White color preview on #84638F background

This text has white color on #84638F background.