COLOR #83478C

HEX: #83478C
RGB: (131,71,140)

Color info

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

RGB color model

#83478C color RGB value is (131,71,140).

  • red value is 131;
  • green value is 71;
  • blue value is 140.
RGB:
(131,71,140)
(51%,28%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 71 of 255 = 28%
B 140 of 255 = 55%

131
71
140

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

Portions of RGB colors in percentages

R + G + B =
131 + 71 + 140 = 342 (100%)
R 131 of 342 ~ 38.3%
G 71 of 342 ~ 20.76%
B 140 of 342 ~ 40.94%

%38.3
%20.76
%40.94

CMYK color model

#83478C color CMYK value is (6,49,0,45).

  • cyan value is 6.43%
  • magenta value is 49.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,49,0,45)
C6M49Y0K45 
(6%,49%,0%,45%)
(0.06/0.49/0.00/0.45)	

CMYK percentages

%6.43
%49.29
%0
%45.1

Codes

Color #83478C in popluar color models

83478C
RGB13171140
HSL292°32.70%41.37%
HSB/HSV292°49.29%54.90%
CMYK6.43%49.29%0.00%
45.10%

Color #83478C in popluar number systems.

HEX83478C
Decimal13171140
Binary10000011100011110001100
Octal203107214

Shades and tints

Shades of #83478C

#83478C
(131,71,140)
#784180
(120,65,128)
#6D3B74
(109,59,116)
#623568
(98,53,104)
#572F5C
(87,47,92)
#4C2950
(76,41,80)
#412344
(65,35,68)
#361D38
(54,29,56)
#2B172C
(43,23,44)
#201120
(32,17,32)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #83478C

#83478C
(131,71,140)
#8E5796
(142,87,150)
#9967A0
(153,103,160)
#A477AA
(164,119,170)
#AF87B4
(175,135,180)
#BA97BE
(186,151,190)
#C5A7C8
(197,167,200)
#D0B7D2
(208,183,210)
#DBC7DC
(219,199,220)
#E6D7E6
(230,215,230)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83478C color. Also use rgb(131,71,140) instead hex code.

Text Font Color

.myTextColor { color: #83478C; }

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

This text font color is #83478C.


Background Color

.myBgColor { background-color: #83478C; }

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

This div background color is #83478C.


Border color

.myBorderColor { border: 1px solid #83478C; }

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

This div border color is #83478C.


Opacity

.myOpacity80 { color: #83478C; opacity: 0.8; }

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

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

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

This text has shadow with #83478C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83478C on black background.


Color preview on white background

This text has color #83478C on white background.



Black color preview on #83478C background

This text has black color on #83478C background.


White color preview on #83478C background

This text has white color on #83478C background.