COLOR #83588A

HEX: #83588A
RGB: (131,88,138)

Color info

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

RGB color model

#83588A color RGB value is (131,88,138).

  • red value is 131;
  • green value is 88;
  • blue value is 138.
RGB:
(131,88,138)
(51%,35%,54%)

RGB channels and saturation

R 131 of 255 = 51%
G 88 of 255 = 35%
B 138 of 255 = 54%

131
88
138

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

Portions of RGB colors in percentages

R + G + B =
131 + 88 + 138 = 357 (100%)
R 131 of 357 ~ 36.69%
G 88 of 357 ~ 24.65%
B 138 of 357 ~ 38.66%

%36.69
%24.65
%38.66

CMYK color model

#83588A color CMYK value is (5,36,0,46).

  • cyan value is 5.07%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(5,36,0,46)
C5M36Y0K46 
(5%,36%,0%,46%)
(0.05/0.36/0.00/0.46)	

CMYK percentages

%5.07
%36.23
%0
%45.88

Codes

Color #83588A in popluar color models

83588A
RGB13188138
HSL292°22.12%44.31%
HSB/HSV292°36.23%54.12%
CMYK5.07%36.23%0.00%
45.88%

Color #83588A in popluar number systems.

HEX83588A
Decimal13188138
Binary10000011101100010001010
Octal203130212

Shades and tints

Shades of #83588A

#83588A
(131,88,138)
#78507E
(120,80,126)
#6D4872
(109,72,114)
#624066
(98,64,102)
#57385A
(87,56,90)
#4C304E
(76,48,78)
#412842
(65,40,66)
#362036
(54,32,54)
#2B182A
(43,24,42)
#20101E
(32,16,30)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #83588A

#83588A
(131,88,138)
#8E6794
(142,103,148)
#99769E
(153,118,158)
#A485A8
(164,133,168)
#AF94B2
(175,148,178)
#BAA3BC
(186,163,188)
#C5B2C6
(197,178,198)
#D0C1D0
(208,193,208)
#DBD0DA
(219,208,218)
#E6DFE4
(230,223,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83588A color. Also use rgb(131,88,138) instead hex code.

Text Font Color

.myTextColor { color: #83588A; }

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

This text font color is #83588A.


Background Color

.myBgColor { background-color: #83588A; }

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

This div background color is #83588A.


Border color

.myBorderColor { border: 1px solid #83588A; }

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

This div border color is #83588A.


Opacity

.myOpacity80 { color: #83588A; opacity: 0.8; }

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

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

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

This text has shadow with #83588A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83588A on black background.


Color preview on white background

This text has color #83588A on white background.



Black color preview on #83588A background

This text has black color on #83588A background.


White color preview on #83588A background

This text has white color on #83588A background.