COLOR #83759F

HEX: #83759F
RGB: (131,117,159)

Color info

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

RGB color model

#83759F color RGB value is (131,117,159).

  • red value is 131;
  • green value is 117;
  • blue value is 159.
RGB:
(131,117,159)
(51%,46%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 159 of 255 = 62%

131
117
159

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

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 159 = 407 (100%)
R 131 of 407 ~ 32.19%
G 117 of 407 ~ 28.75%
B 159 of 407 ~ 39.07%

%32.19
%28.75
%39.07

CMYK color model

#83759F color CMYK value is (18,26,0,38).

  • cyan value is 17.61%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(18,26,0,38)
C18M26Y0K38 
(18%,26%,0%,38%)
(0.18/0.26/0.00/0.38)	

CMYK percentages

%17.61
%26.42
%0
%37.65

Codes

Color #83759F in popluar color models

83759F
RGB131117159
HSL260°17.95%54.12%
HSB/HSV260°26.42%62.35%
CMYK17.61%26.42%0.00%
37.65%

Color #83759F in popluar number systems.

HEX83759F
Decimal131117159
Binary10000011111010110011111
Octal203165237

Shades and tints

Shades of #83759F

#83759F
(131,117,159)
#786B91
(120,107,145)
#6D6183
(109,97,131)
#625775
(98,87,117)
#574D67
(87,77,103)
#4C4359
(76,67,89)
#41394B
(65,57,75)
#362F3D
(54,47,61)
#2B252F
(43,37,47)
#201B21
(32,27,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #83759F

#83759F
(131,117,159)
#8E81A7
(142,129,167)
#998DAF
(153,141,175)
#A499B7
(164,153,183)
#AFA5BF
(175,165,191)
#BAB1C7
(186,177,199)
#C5BDCF
(197,189,207)
#D0C9D7
(208,201,215)
#DBD5DF
(219,213,223)
#E6E1E7
(230,225,231)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83759F color. Also use rgb(131,117,159) instead hex code.

Text Font Color

.myTextColor { color: #83759F; }

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

This text font color is #83759F.


Background Color

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

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

This div background color is #83759F.


Border color

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

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

This div border color is #83759F.


Opacity

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

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

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

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

This text has shadow with #83759F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83759F on black background.


Color preview on white background

This text has color #83759F on white background.



Black color preview on #83759F background

This text has black color on #83759F background.


White color preview on #83759F background

This text has white color on #83759F background.