COLOR #83558F

HEX: #83558F
RGB: (131,85,143)

Color info

#83558F contains red, green and blue colors in about the same proportion. Web safe color of #83558F is #996699 (or #969).

RGB color model

#83558F color RGB value is (131,85,143).

  • red value is 131;
  • green value is 85;
  • blue value is 143.
RGB:
(131,85,143)
(51%,33%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 143 of 255 = 56%

131
85
143

R + G + B ~ 47%. #83558F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 143 = 359 (100%)
R 131 of 359 ~ 36.49%
G 85 of 359 ~ 23.68%
B 143 of 359 ~ 39.83%

%36.49
%23.68
%39.83

CMYK color model

#83558F color CMYK value is (8,41,0,44).

  • cyan value is 8.39%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,41,0,44)
C8M41Y0K44 
(8%,41%,0%,44%)
(0.08/0.41/0.00/0.44)	

CMYK percentages

%8.39
%40.56
%0
%43.92

Codes

Color #83558F in popluar color models

83558F
RGB13185143
HSL288°25.44%44.71%
HSB/HSV288°40.56%56.08%
CMYK8.39%40.56%0.00%
43.92%

Color #83558F in popluar number systems.

HEX83558F
Decimal13185143
Binary10000011101010110001111
Octal203125217

Shades and tints

Shades of #83558F

#83558F
(131,85,143)
#784E82
(120,78,130)
#6D4775
(109,71,117)
#624068
(98,64,104)
#57395B
(87,57,91)
#4C324E
(76,50,78)
#412B41
(65,43,65)
#362434
(54,36,52)
#2B1D27
(43,29,39)
#20161A
(32,22,26)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #83558F

#83558F
(131,85,143)
#8E6499
(142,100,153)
#9973A3
(153,115,163)
#A482AD
(164,130,173)
#AF91B7
(175,145,183)
#BAA0C1
(186,160,193)
#C5AFCB
(197,175,203)
#D0BED5
(208,190,213)
#DBCDDF
(219,205,223)
#E6DCE9
(230,220,233)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83558F color. Also use rgb(131,85,143) instead hex code.

Text Font Color

.myTextColor { color: #83558F; }

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

This text font color is #83558F.


Background Color

.myBgColor { background-color: #83558F; }

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

This div background color is #83558F.


Border color

.myBorderColor { border: 1px solid #83558F; }

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

This div border color is #83558F.


Opacity

.myOpacity80 { color: #83558F; opacity: 0.8; }

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

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

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

This text has shadow with #83558F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83558F on black background.


Color preview on white background

This text has color #83558F on white background.



Black color preview on #83558F background

This text has black color on #83558F background.


White color preview on #83558F background

This text has white color on #83558F background.