COLOR #84568F

HEX: #84568F
RGB: (132,86,143)

Color info

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

RGB color model

#84568F color RGB value is (132,86,143).

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

RGB channels and saturation

R 132 of 255 = 52%
G 86 of 255 = 34%
B 143 of 255 = 56%

132
86
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 86 + 143 = 361 (100%)
R 132 of 361 ~ 36.57%
G 86 of 361 ~ 23.82%
B 143 of 361 ~ 39.61%

%36.57
%23.82
%39.61

CMYK color model

#84568F color CMYK value is (8,40,0,44).

  • cyan value is 7.69%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,40,0,44)
C8M40Y0K44 
(8%,40%,0%,44%)
(0.08/0.40/0.00/0.44)	

CMYK percentages

%7.69
%39.86
%0
%43.92

Codes

Color #84568F in popluar color models

84568F
RGB13286143
HSL288°24.89%44.90%
HSB/HSV288°39.86%56.08%
CMYK7.69%39.86%0.00%
43.92%

Color #84568F in popluar number systems.

HEX84568F
Decimal13286143
Binary10000100101011010001111
Octal204126217

Shades and tints

Shades of #84568F

#84568F
(132,86,143)
#784F82
(120,79,130)
#6C4875
(108,72,117)
#604168
(96,65,104)
#543A5B
(84,58,91)
#48334E
(72,51,78)
#3C2C41
(60,44,65)
#302534
(48,37,52)
#241E27
(36,30,39)
#18171A
(24,23,26)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #84568F

#84568F
(132,86,143)
#8F6599
(143,101,153)
#9A74A3
(154,116,163)
#A583AD
(165,131,173)
#B092B7
(176,146,183)
#BBA1C1
(187,161,193)
#C6B0CB
(198,176,203)
#D1BFD5
(209,191,213)
#DCCEDF
(220,206,223)
#E7DDE9
(231,221,233)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84568F; }

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

This text font color is #84568F.


Background Color

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

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

This div background color is #84568F.


Border color

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

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

This div border color is #84568F.


Opacity

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

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

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

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

This text has shadow with #84568F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84568F on black background.


Color preview on white background

This text has color #84568F on white background.



Black color preview on #84568F background

This text has black color on #84568F background.


White color preview on #84568F background

This text has white color on #84568F background.