COLOR #85749B

HEX: #85749B
RGB: (133,116,155)

Color info

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

RGB color model

#85749B color RGB value is (133,116,155).

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

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 155 of 255 = 61%

133
116
155

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 155 = 404 (100%)
R 133 of 404 ~ 32.92%
G 116 of 404 ~ 28.71%
B 155 of 404 ~ 38.37%

%32.92
%28.71
%38.37

CMYK color model

#85749B color CMYK value is (14,25,0,39).

  • cyan value is 14.19%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,25,0,39)
C14M25Y0K39 
(14%,25%,0%,39%)
(0.14/0.25/0.00/0.39)	

CMYK percentages

%14.19
%25.16
%0
%39.22

Codes

Color #85749B in popluar color models

85749B
RGB133116155
HSL266°16.32%53.14%
HSB/HSV266°25.16%60.78%
CMYK14.19%25.16%0.00%
39.22%

Color #85749B in popluar number systems.

HEX85749B
Decimal133116155
Binary10000101111010010011011
Octal205164233

Shades and tints

Shades of #85749B

#85749B
(133,116,155)
#796A8D
(121,106,141)
#6D607F
(109,96,127)
#615671
(97,86,113)
#554C63
(85,76,99)
#494255
(73,66,85)
#3D3847
(61,56,71)
#312E39
(49,46,57)
#25242B
(37,36,43)
#191A1D
(25,26,29)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #85749B

#85749B
(133,116,155)
#9080A4
(144,128,164)
#9B8CAD
(155,140,173)
#A698B6
(166,152,182)
#B1A4BF
(177,164,191)
#BCB0C8
(188,176,200)
#C7BCD1
(199,188,209)
#D2C8DA
(210,200,218)
#DDD4E3
(221,212,227)
#E8E0EC
(232,224,236)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85749B; }

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

This text font color is #85749B.


Background Color

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

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

This div background color is #85749B.


Border color

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

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

This div border color is #85749B.


Opacity

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

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

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

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

This text has shadow with #85749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85749B on black background.


Color preview on white background

This text has color #85749B on white background.



Black color preview on #85749B background

This text has black color on #85749B background.


White color preview on #85749B background

This text has white color on #85749B background.