COLOR #84648F

HEX: #84648F
RGB: (132,100,143)

Color info

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

RGB color model

#84648F color RGB value is (132,100,143).

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

RGB channels and saturation

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

132
100
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 143 = 375 (100%)
R 132 of 375 ~ 35.2%
G 100 of 375 ~ 26.67%
B 143 of 375 ~ 38.13%

%35.2
%26.67
%38.13

CMYK color model

#84648F color CMYK value is (8,30,0,44).

  • cyan value is 7.69%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,30,0,44)
C8M30Y0K44 
(8%,30%,0%,44%)
(0.08/0.30/0.00/0.44)	

CMYK percentages

%7.69
%30.07
%0
%43.92

Codes

Color #84648F in popluar color models

84648F
RGB132100143
HSL285°17.70%47.65%
HSB/HSV285°30.07%56.08%
CMYK7.69%30.07%0.00%
43.92%

Color #84648F in popluar number systems.

HEX84648F
Decimal132100143
Binary10000100110010010001111
Octal204144217

Shades and tints

Shades of #84648F

#84648F
(132,100,143)
#785B82
(120,91,130)
#6C5275
(108,82,117)
#604968
(96,73,104)
#54405B
(84,64,91)
#48374E
(72,55,78)
#3C2E41
(60,46,65)
#302534
(48,37,52)
#241C27
(36,28,39)
#18131A
(24,19,26)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #84648F

#84648F
(132,100,143)
#8F7299
(143,114,153)
#9A80A3
(154,128,163)
#A58EAD
(165,142,173)
#B09CB7
(176,156,183)
#BBAAC1
(187,170,193)
#C6B8CB
(198,184,203)
#D1C6D5
(209,198,213)
#DCD4DF
(220,212,223)
#E7E2E9
(231,226,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84648F; }

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

This text font color is #84648F.


Background Color

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

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

This div background color is #84648F.


Border color

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

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

This div border color is #84648F.


Opacity

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

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

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

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

This text has shadow with #84648F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84648F on black background.


Color preview on white background

This text has color #84648F on white background.



Black color preview on #84648F background

This text has black color on #84648F background.


White color preview on #84648F background

This text has white color on #84648F background.