COLOR #85609B

HEX: #85609B
RGB: (133,96,155)

Color info

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

RGB color model

#85609B color RGB value is (133,96,155).

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

RGB channels and saturation

R 133 of 255 = 52%
G 96 of 255 = 38%
B 155 of 255 = 61%

133
96
155

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

Portions of RGB colors in percentages

R + G + B =
133 + 96 + 155 = 384 (100%)
R 133 of 384 ~ 34.64%
G 96 of 384 ~ 25%
B 155 of 384 ~ 40.36%

%34.64
%25
%40.36

CMYK color model

#85609B color CMYK value is (14,38,0,39).

  • cyan value is 14.19%
  • magenta value is 38.06%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,38,0,39)
C14M38Y0K39 
(14%,38%,0%,39%)
(0.14/0.38/0.00/0.39)	

CMYK percentages

%14.19
%38.06
%0
%39.22

Codes

Color #85609B in popluar color models

85609B
RGB13396155
HSL278°23.51%49.22%
HSB/HSV278°38.06%60.78%
CMYK14.19%38.06%0.00%
39.22%

Color #85609B in popluar number systems.

HEX85609B
Decimal13396155
Binary10000101110000010011011
Octal205140233

Shades and tints

Shades of #85609B

#85609B
(133,96,155)
#79588D
(121,88,141)
#6D507F
(109,80,127)
#614871
(97,72,113)
#554063
(85,64,99)
#493855
(73,56,85)
#3D3047
(61,48,71)
#312839
(49,40,57)
#25202B
(37,32,43)
#19181D
(25,24,29)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #85609B

#85609B
(133,96,155)
#906EA4
(144,110,164)
#9B7CAD
(155,124,173)
#A68AB6
(166,138,182)
#B198BF
(177,152,191)
#BCA6C8
(188,166,200)
#C7B4D1
(199,180,209)
#D2C2DA
(210,194,218)
#DDD0E3
(221,208,227)
#E8DEEC
(232,222,236)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85609B; }

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

This text font color is #85609B.


Background Color

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

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

This div background color is #85609B.


Border color

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

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

This div border color is #85609B.


Opacity

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

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

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

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

This text has shadow with #85609B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85609B on black background.


Color preview on white background

This text has color #85609B on white background.



Black color preview on #85609B background

This text has black color on #85609B background.


White color preview on #85609B background

This text has white color on #85609B background.