COLOR #823A84

HEX: #823A84 RGB: (130,58,132)

Color info

#823A84 contains mainly red and blue colors. Web safe color of #823A84 is #993399 (or #939).

RGB color model

#823A84 color RGB value is (130,58,132).

RGB: (130,58,132) (51%, 23%, 52%)

RGB channels and saturation

R 130 of 255 = 51%
G 58 of 255 = 23%
B 132 of 255 = 52%

130
58
132

R + G + B ~ 42%. #823A84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 58 + 132 = 320 (100%)
R 130 of 320 ~ 40.63%
G 58 of 320 ~ 18.13%
B 132 of 320 ~ 41.25'%

%40.63
%18.13
%41.25

CMYK color model

#823A84 color CMYK value is (2,56,0,48).

  • cyan value is 1.52%
  • magenta value is 56.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (2,56,0,48) C2M56Y0K48 (2%,56%,0%,48%) (0.02/0.56/0.00/0.48) 

CMYK percentages

%1.52
%56.06
%0
%48.24

Codes

Color #823A84 in popluar color models

82 3A 84
RGB 130 58 132
HSL 298° 38.95% 37.25%
HSB/HSV 298° 56.06% 51.76%
CMYK 1.52% 56.06% 0.00%
48.24%

Color #823A84 in popluar number systems.

HEX 82 3A 84
Decimal 130 58 132
Binary 10000010 111010 10000100
Octal 202 72 204

Shades and tints

Shades of #823A84

#823A84
(130,58,132)
#773578
(119,53,120)
#6C306C
(108,48,108)
#612B60
(97,43,96)
#562654
(86,38,84)
#4B2148
(75,33,72)
#401C3C
(64,28,60)
#351730
(53,23,48)
#2A1224
(42,18,36)
#1F0D18
(31,13,24)
#14080C
(20,8,12)
#000000
(0,0,0)

Tints of #823A84

#823A84
(130,58,132)
#8D4B8F
(141,75,143)
#985C9A
(152,92,154)
#A36DA5
(163,109,165)
#AE7EB0
(174,126,176)
#B98FBB
(185,143,187)
#C4A0C6
(196,160,198)
#CFB1D1
(207,177,209)
#DAC2DC
(218,194,220)
#E5D3E7
(229,211,231)
#F0E4F2
(240,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823A84 color. Also use rgb(130,58,132) instead hex code.

Text Font Color

.myTextColor { color: #823A84; }

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

This text font color is #823A84.

Background Color

.myBgColor { background-color: #823A84; }

<div style="background-color:#823A84">Inner text</div>

This div background color is #823A84.

Border color

.myBorderColor { border: 1px solid #823A84; }

<div style="border:3px solid #823A84">Div</div>

This div border color is #823A84.

Opacity

.myOpacity80 { color: #823A84; opacity: 0.8; }

<p style="color:#823A84;opacity:0.8;">80%</p>

Text with #823A84 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 #823A84;}

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

This text has shadow with #823A84 color.


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

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

This text has shadow with #823A84 primary color and red secondary color.


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

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

This text has shadow with #823A84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #823A84.

Preview

Color preview on black background

This text has color #823A84 on black background.


Color preview on white background

This text has color #823A84 on white background.


Black color preview on #823A84 background

This text has black color on #823A84 background.


White color preview on #823A84 background

This text has white color on #823A84 background.


Related colors

Complementary color

Complementary color for #hex is #7DC57B.


I love getcolorcode.com

Triadic colors

1 #84823A and #3A8482 with #823A84 are triadic colors.

2 #843A82 and #3A8284 with #823A84 are triadic colors.