COLOR #85689B

HEX: #85689B
RGB: (133,104,155)

Color info

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

RGB color model

#85689B color RGB value is (133,104,155).

  • red value is 133;
  • green value is 104;
  • blue value is 155.
RGB:
(133,104,155)
(52%,41%,61%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 155 of 255 = 61%

133
104
155

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 155 = 392 (100%)
R 133 of 392 ~ 33.93%
G 104 of 392 ~ 26.53%
B 155 of 392 ~ 39.54%

%33.93
%26.53
%39.54

CMYK color model

#85689B color CMYK value is (14,33,0,39).

  • cyan value is 14.19%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,33,0,39)
C14M33Y0K39 
(14%,33%,0%,39%)
(0.14/0.33/0.00/0.39)	

CMYK percentages

%14.19
%32.9
%0
%39.22

Codes

Color #85689B in popluar color models

85689B
RGB133104155
HSL274°20.32%50.78%
HSB/HSV274°32.90%60.78%
CMYK14.19%32.90%0.00%
39.22%

Color #85689B in popluar number systems.

HEX85689B
Decimal133104155
Binary10000101110100010011011
Octal205150233

Shades and tints

Shades of #85689B

#85689B
(133,104,155)
#795F8D
(121,95,141)
#6D567F
(109,86,127)
#614D71
(97,77,113)
#554463
(85,68,99)
#493B55
(73,59,85)
#3D3247
(61,50,71)
#312939
(49,41,57)
#25202B
(37,32,43)
#19171D
(25,23,29)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #85689B

#85689B
(133,104,155)
#9075A4
(144,117,164)
#9B82AD
(155,130,173)
#A68FB6
(166,143,182)
#B19CBF
(177,156,191)
#BCA9C8
(188,169,200)
#C7B6D1
(199,182,209)
#D2C3DA
(210,195,218)
#DDD0E3
(221,208,227)
#E8DDEC
(232,221,236)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85689B color. Also use rgb(133,104,155) instead hex code.

Text Font Color

.myTextColor { color: #85689B; }

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

This text font color is #85689B.


Background Color

.myBgColor { background-color: #85689B; }

<div style="background-color:#85689B">Inner text</div>

This div background color is #85689B.


Border color

.myBorderColor { border: 1px solid #85689B; }

<div style="border:3px solid #85689B">Div</div>

This div border color is #85689B.


Opacity

.myOpacity80 { color: #85689B; opacity: 0.8; }

<p style="color:#85689B;opacity:0.8;">80%</p>

Text with #85689B 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 #85689B;}

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

This text has shadow with #85689B color.

.textShadow {text-shadow: 3px 3px 1px #85689B, 3px 3px 1px red;}

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

This text has shadow with #85689B primary color and red secondary color.


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

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

This text has shadow with #85689B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85689B on black background.


Color preview on white background

This text has color #85689B on white background.



Black color preview on #85689B background

This text has black color on #85689B background.


White color preview on #85689B background

This text has white color on #85689B background.