COLOR #84568C

HEX: #84568C
RGB: (132,86,140)

Color info

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

RGB color model

#84568C color RGB value is (132,86,140).

  • red value is 132;
  • green value is 86;
  • blue value is 140.
RGB:
(132,86,140)
(52%,34%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 86 of 255 = 34%
B 140 of 255 = 55%

132
86
140

R + G + B ~ 47%. #84568C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 86 + 140 = 358 (100%)
R 132 of 358 ~ 36.87%
G 86 of 358 ~ 24.02%
B 140 of 358 ~ 39.11%

%36.87
%24.02
%39.11

CMYK color model

#84568C color CMYK value is (6,39,0,45).

  • cyan value is 5.71%
  • magenta value is 38.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,39,0,45)
C6M39Y0K45 
(6%,39%,0%,45%)
(0.06/0.39/0.00/0.45)	

CMYK percentages

%5.71
%38.57
%0
%45.1

Codes

Color #84568C in popluar color models

84568C
RGB13286140
HSL291°23.89%44.31%
HSB/HSV291°38.57%54.90%
CMYK5.71%38.57%0.00%
45.10%

Color #84568C in popluar number systems.

HEX84568C
Decimal13286140
Binary10000100101011010001100
Octal204126214

Shades and tints

Shades of #84568C

#84568C
(132,86,140)
#784F80
(120,79,128)
#6C4874
(108,72,116)
#604168
(96,65,104)
#543A5C
(84,58,92)
#483350
(72,51,80)
#3C2C44
(60,44,68)
#302538
(48,37,56)
#241E2C
(36,30,44)
#181720
(24,23,32)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #84568C

#84568C
(132,86,140)
#8F6596
(143,101,150)
#9A74A0
(154,116,160)
#A583AA
(165,131,170)
#B092B4
(176,146,180)
#BBA1BE
(187,161,190)
#C6B0C8
(198,176,200)
#D1BFD2
(209,191,210)
#DCCEDC
(220,206,220)
#E7DDE6
(231,221,230)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84568C color. Also use rgb(132,86,140) instead hex code.

Text Font Color

.myTextColor { color: #84568C; }

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

This text font color is #84568C.


Background Color

.myBgColor { background-color: #84568C; }

<div style="background-color:#84568C">Inner text</div>

This div background color is #84568C.


Border color

.myBorderColor { border: 1px solid #84568C; }

<div style="border:3px solid #84568C">Div</div>

This div border color is #84568C.


Opacity

.myOpacity80 { color: #84568C; opacity: 0.8; }

<p style="color:#84568C;opacity:0.8;">80%</p>

Text with #84568C 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 #84568C;}

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

This text has shadow with #84568C color.

.textShadow {text-shadow: 3px 3px 1px #84568C, 3px 3px 1px red;}

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

This text has shadow with #84568C primary color and red secondary color.


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

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

This text has shadow with #84568C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84568C on black background.


Color preview on white background

This text has color #84568C on white background.



Black color preview on #84568C background

This text has black color on #84568C background.


White color preview on #84568C background

This text has white color on #84568C background.