COLOR #85619B

HEX: #85619B RGB: (133,97,155)

Color info

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

RGB color model

#85619B color RGB value is (133,97,155).

RGB: (133,97,155) (52%, 38%, 61%)

RGB channels and saturation

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

133
97
155

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

Portions of RGB colors in percentages

R + G + B = 133 + 97 + 155 = 385 (100%)
R 133 of 385 ~ 34.55%
G 97 of 385 ~ 25.19%
B 155 of 385 ~ 40.26'%

%34.55
%25.19
%40.26

CMYK color model

#85619B color CMYK value is (14,37,0,39).

  • cyan value is 14.19%
  • magenta value is 37.42%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (14,37,0,39)
C14M37Y0K39 (14%, 37%, 0%, 39%)
(0.14 / 0.37 / 0.00 / 0.39)

CMYK percentages

%14.19
%37.42
%0
%39.22

Codes

Color #85619B in popluar color models

85 61 9B
RGB 133 97 155
HSL 277° 23.02% 49.41%
HSB/HSV 277° 37.42% 60.78%
CMYK 14.19% 37.42% 0.00%
39.22%

Color #85619B in popluar number systems.

HEX 85 61 9B
Decimal 133 97 155
Binary 10000101 1100001 10011011
Octal 205 141 233

Shades and tints

Shades of #85619B

#85619B
(133,97,155)
#79598D
(121,89,141)
#6D517F
(109,81,127)
#614971
(97,73,113)
#554163
(85,65,99)
#493955
(73,57,85)
#3D3147
(61,49,71)
#312939
(49,41,57)
#25212B
(37,33,43)
#19191D
(25,25,29)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #85619B

#85619B
(133,97,155)
#906FA4
(144,111,164)
#9B7DAD
(155,125,173)
#A68BB6
(166,139,182)
#B199BF
(177,153,191)
#BCA7C8
(188,167,200)
#C7B5D1
(199,181,209)
#D2C3DA
(210,195,218)
#DDD1E3
(221,209,227)
#E8DFEC
(232,223,236)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85619B; }

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

This text font color is #85619B.

Background Color

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

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

This div background color is #85619B.

Border color

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

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

This div border color is #85619B.

Opacity

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

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

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

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

This text has shadow with #85619B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85619B.

Preview

Color preview on black background

This text has color #85619B on black background.


Color preview on white background

This text has color #85619B on white background.


Black color preview on #85619B background

This text has black color on #85619B background.


White color preview on #85619B background

This text has white color on #85619B background.


Related colors

Complementary color

Complementary color for #hex is #7A9E64.


I love getcolorcode.com

Triadic colors

1 #9B8561 and #619B85 with #85619B are triadic colors.

2 #9B6185 and #61859B with #85619B are triadic colors.