COLOR #823F87

HEX: #823F87
RGB: (130,63,135)

Color info

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

RGB color model

#823F87 color RGB value is (130,63,135).

  • red value is 130;
  • green value is 63;
  • blue value is 135.
RGB:
(130,63,135)
(51%,25%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 63 of 255 = 25%
B 135 of 255 = 53%

130
63
135

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

Portions of RGB colors in percentages

R + G + B =
130 + 63 + 135 = 328 (100%)
R 130 of 328 ~ 39.63%
G 63 of 328 ~ 19.21%
B 135 of 328 ~ 41.16%

%39.63
%19.21
%41.16

CMYK color model

#823F87 color CMYK value is (4,53,0,47).

  • cyan value is 3.70%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,53,0,47)
C4M53Y0K47 
(4%,53%,0%,47%)
(0.04/0.53/0.00/0.47)	

CMYK percentages

%3.7
%53.33
%0
%47.06

Codes

Color #823F87 in popluar color models

823F87
RGB13063135
HSL296°36.36%38.82%
HSB/HSV296°53.33%52.94%
CMYK3.70%53.33%0.00%
47.06%

Color #823F87 in popluar number systems.

HEX823F87
Decimal13063135
Binary1000001011111110000111
Octal20277207

Shades and tints

Shades of #823F87

#823F87
(130,63,135)
#773A7B
(119,58,123)
#6C356F
(108,53,111)
#613063
(97,48,99)
#562B57
(86,43,87)
#4B264B
(75,38,75)
#40213F
(64,33,63)
#351C33
(53,28,51)
#2A1727
(42,23,39)
#1F121B
(31,18,27)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #823F87

#823F87
(130,63,135)
#8D5091
(141,80,145)
#98619B
(152,97,155)
#A372A5
(163,114,165)
#AE83AF
(174,131,175)
#B994B9
(185,148,185)
#C4A5C3
(196,165,195)
#CFB6CD
(207,182,205)
#DAC7D7
(218,199,215)
#E5D8E1
(229,216,225)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823F87 color. Also use rgb(130,63,135) instead hex code.

Text Font Color

.myTextColor { color: #823F87; }

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

This text font color is #823F87.


Background Color

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

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

This div background color is #823F87.


Border color

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

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

This div border color is #823F87.


Opacity

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

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

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

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

This text has shadow with #823F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823F87 on black background.


Color preview on white background

This text has color #823F87 on white background.



Black color preview on #823F87 background

This text has black color on #823F87 background.


White color preview on #823F87 background

This text has white color on #823F87 background.