COLOR #83589C

HEX: #83589C
RGB: (131,88,156)

Color info

#83589C contains mainly red and blue colors. Web safe color of #83589C is #996699 (or #969).

RGB color model

#83589C color RGB value is (131,88,156).

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

RGB channels and saturation

R 131 of 255 = 51%
G 88 of 255 = 35%
B 156 of 255 = 61%

131
88
156

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

Portions of RGB colors in percentages

R + G + B =
131 + 88 + 156 = 375 (100%)
R 131 of 375 ~ 34.93%
G 88 of 375 ~ 23.47%
B 156 of 375 ~ 41.6%

%34.93
%23.47
%41.6

CMYK color model

#83589C color CMYK value is (16,44,0,39).

  • cyan value is 16.03%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(16,44,0,39)
C16M44Y0K39 
(16%,44%,0%,39%)
(0.16/0.44/0.00/0.39)	

CMYK percentages

%16.03
%43.59
%0
%38.82

Codes

Color #83589C in popluar color models

83589C
RGB13188156
HSL278°27.87%47.84%
HSB/HSV278°43.59%61.18%
CMYK16.03%43.59%0.00%
38.82%

Color #83589C in popluar number systems.

HEX83589C
Decimal13188156
Binary10000011101100010011100
Octal203130234

Shades and tints

Shades of #83589C

#83589C
(131,88,156)
#78508E
(120,80,142)
#6D4880
(109,72,128)
#624072
(98,64,114)
#573864
(87,56,100)
#4C3056
(76,48,86)
#412848
(65,40,72)
#36203A
(54,32,58)
#2B182C
(43,24,44)
#20101E
(32,16,30)
#150810
(21,8,16)
#000000
(0,0,0)

Tints of #83589C

#83589C
(131,88,156)
#8E67A5
(142,103,165)
#9976AE
(153,118,174)
#A485B7
(164,133,183)
#AF94C0
(175,148,192)
#BAA3C9
(186,163,201)
#C5B2D2
(197,178,210)
#D0C1DB
(208,193,219)
#DBD0E4
(219,208,228)
#E6DFED
(230,223,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83589C color. Also use rgb(131,88,156) instead hex code.

Text Font Color

.myTextColor { color: #83589C; }

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

This text font color is #83589C.


Background Color

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

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

This div background color is #83589C.


Border color

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

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

This div border color is #83589C.


Opacity

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

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

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

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

This text has shadow with #83589C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83589C on black background.


Color preview on white background

This text has color #83589C on white background.



Black color preview on #83589C background

This text has black color on #83589C background.


White color preview on #83589C background

This text has white color on #83589C background.