COLOR #85639D

HEX: #85639D
RGB: (133,99,157)

Color info

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

RGB color model

#85639D color RGB value is (133,99,157).

  • red value is 133;
  • green value is 99;
  • blue value is 157.
RGB:
(133,99,157)
(52%,39%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 157 of 255 = 62%

133
99
157

R + G + B ~ 51%. #85639D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 157 = 389 (100%)
R 133 of 389 ~ 34.19%
G 99 of 389 ~ 25.45%
B 157 of 389 ~ 40.36%

%34.19
%25.45
%40.36

CMYK color model

#85639D color CMYK value is (15,37,0,38).

  • cyan value is 15.29%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,37,0,38)
C15M37Y0K38 
(15%,37%,0%,38%)
(0.15/0.37/0.00/0.38)	

CMYK percentages

%15.29
%36.94
%0
%38.43

Codes

Color #85639D in popluar color models

85639D
RGB13399157
HSL275°22.83%50.20%
HSB/HSV275°36.94%61.57%
CMYK15.29%36.94%0.00%
38.43%

Color #85639D in popluar number systems.

HEX85639D
Decimal13399157
Binary10000101110001110011101
Octal205143235

Shades and tints

Shades of #85639D

#85639D
(133,99,157)
#795A8F
(121,90,143)
#6D5181
(109,81,129)
#614873
(97,72,115)
#553F65
(85,63,101)
#493657
(73,54,87)
#3D2D49
(61,45,73)
#31243B
(49,36,59)
#251B2D
(37,27,45)
#19121F
(25,18,31)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #85639D

#85639D
(133,99,157)
#9071A5
(144,113,165)
#9B7FAD
(155,127,173)
#A68DB5
(166,141,181)
#B19BBD
(177,155,189)
#BCA9C5
(188,169,197)
#C7B7CD
(199,183,205)
#D2C5D5
(210,197,213)
#DDD3DD
(221,211,221)
#E8E1E5
(232,225,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85639D color. Also use rgb(133,99,157) instead hex code.

Text Font Color

.myTextColor { color: #85639D; }

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

This text font color is #85639D.


Background Color

.myBgColor { background-color: #85639D; }

<div style="background-color:#85639D">Inner text</div>

This div background color is #85639D.


Border color

.myBorderColor { border: 1px solid #85639D; }

<div style="border:3px solid #85639D">Div</div>

This div border color is #85639D.


Opacity

.myOpacity80 { color: #85639D; opacity: 0.8; }

<p style="color:#85639D;opacity:0.8;">80%</p>

Text with #85639D 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 #85639D;}

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

This text has shadow with #85639D color.

.textShadow {text-shadow: 3px 3px 1px #85639D, 3px 3px 1px red;}

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

This text has shadow with #85639D primary color and red secondary color.


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

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

This text has shadow with #85639D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85639D on black background.


Color preview on white background

This text has color #85639D on white background.



Black color preview on #85639D background

This text has black color on #85639D background.


White color preview on #85639D background

This text has white color on #85639D background.