COLOR #823A9C

HEX: #823A9C RGB: (130,58,156)

Color info

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

RGB color model

#823A9C color RGB value is (130,58,156).

RGB: (130,58,156) (51%, 23%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 58 of 255 = 23%
B 156 of 255 = 61%

130
58
156

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

Portions of RGB colors in percentages

R + G + B = 130 + 58 + 156 = 344 (100%)
R 130 of 344 ~ 37.79%
G 58 of 344 ~ 16.86%
B 156 of 344 ~ 45.35'%

%37.79
%16.86
%45.35

CMYK color model

#823A9C color CMYK value is (17,63,0,39).

  • cyan value is 16.67%
  • magenta value is 62.82%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (17,63,0,39)
C17M63Y0K39 (17%, 63%, 0%, 39%)
(0.17 / 0.63 / 0.00 / 0.39)

CMYK percentages

%16.67
%62.82
%0
%38.82

Codes

Color #823A9C in popluar color models

82 3A 9C
RGB 130 58 156
HSL 284° 45.79% 41.96%
HSB/HSV 284° 62.82% 61.18%
CMYK 16.67% 62.82% 0.00%
38.82%

Color #823A9C in popluar number systems.

HEX 82 3A 9C
Decimal 130 58 156
Binary 10000010 111010 10011100
Octal 202 72 234

Shades and tints

Shades of #823A9C

#823A9C
(130,58,156)
#77358E
(119,53,142)
#6C3080
(108,48,128)
#612B72
(97,43,114)
#562664
(86,38,100)
#4B2156
(75,33,86)
#401C48
(64,28,72)
#35173A
(53,23,58)
#2A122C
(42,18,44)
#1F0D1E
(31,13,30)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #823A9C

#823A9C
(130,58,156)
#8D4BA5
(141,75,165)
#985CAE
(152,92,174)
#A36DB7
(163,109,183)
#AE7EC0
(174,126,192)
#B98FC9
(185,143,201)
#C4A0D2
(196,160,210)
#CFB1DB
(207,177,219)
#DAC2E4
(218,194,228)
#E5D3ED
(229,211,237)
#F0E4F6
(240,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823A9C; }

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

This text font color is #823A9C.

Background Color

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

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

This div background color is #823A9C.

Border color

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

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

This div border color is #823A9C.

Opacity

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

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

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

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

This text has shadow with #823A9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823A9C.

Preview

Color preview on black background

This text has color #823A9C on black background.


Color preview on white background

This text has color #823A9C on white background.


Black color preview on #823A9C background

This text has black color on #823A9C background.


White color preview on #823A9C background

This text has white color on #823A9C background.


Related colors

Complementary color

Complementary color for #hex is #7DC563.


I love getcolorcode.com

Triadic colors

1 #9C823A and #3A9C82 with #823A9C are triadic colors.

2 #9C3A82 and #3A829C with #823A9C are triadic colors.