COLOR #823178

HEX: #823178
RGB: (130,49,120)

Color info

#823178 contains mainly red and blue colors. Web safe color of #823178 is #993366 (or #936).

RGB color model

#823178 color RGB value is (130,49,120).

  • red value is 130;
  • green value is 49;
  • blue value is 120.
RGB:
(130,49,120)
(51%,19%,47%)

RGB channels and saturation

R 130 of 255 = 51%
G 49 of 255 = 19%
B 120 of 255 = 47%

130
49
120

R + G + B ~ 39%. #823178 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 49 + 120 = 299 (100%)
R 130 of 299 ~ 43.48%
G 49 of 299 ~ 16.39%
B 120 of 299 ~ 40.13%

%43.48
%16.39
%40.13

CMYK color model

#823178 color CMYK value is (0,62,8,49).

  • cyan value is 0.00%
  • magenta value is 62.31%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,62,8,49)
C0M62Y8K49 
(0%,62%,8%,49%)
(0.00/0.62/0.08/0.49)	

CMYK percentages

%0
%62.31
%7.69
%49.02

Codes

Color #823178 in popluar color models

823178
RGB13049120
HSL307°45.25%35.10%
HSB/HSV307°62.31%50.98%
CMYK0.00%62.31%7.69%
49.02%

Color #823178 in popluar number systems.

HEX823178
Decimal13049120
Binary100000101100011111000
Octal20261170

Shades and tints

Shades of #823178

#823178
(130,49,120)
#772D6E
(119,45,110)
#6C2964
(108,41,100)
#61255A
(97,37,90)
#562150
(86,33,80)
#4B1D46
(75,29,70)
#40193C
(64,25,60)
#351532
(53,21,50)
#2A1128
(42,17,40)
#1F0D1E
(31,13,30)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #823178

#823178
(130,49,120)
#8D4384
(141,67,132)
#985590
(152,85,144)
#A3679C
(163,103,156)
#AE79A8
(174,121,168)
#B98BB4
(185,139,180)
#C49DC0
(196,157,192)
#CFAFCC
(207,175,204)
#DAC1D8
(218,193,216)
#E5D3E4
(229,211,228)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823178 color. Also use rgb(130,49,120) instead hex code.

Text Font Color

.myTextColor { color: #823178; }

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

This text font color is #823178.


Background Color

.myBgColor { background-color: #823178; }

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

This div background color is #823178.


Border color

.myBorderColor { border: 1px solid #823178; }

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

This div border color is #823178.


Opacity

.myOpacity80 { color: #823178; opacity: 0.8; }

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

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

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

This text has shadow with #823178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823178 on black background.


Color preview on white background

This text has color #823178 on white background.



Black color preview on #823178 background

This text has black color on #823178 background.


White color preview on #823178 background

This text has white color on #823178 background.