COLOR #85638D

HEX: #85638D
RGB: (133,99,141)

Color info

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

RGB color model

#85638D color RGB value is (133,99,141).

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

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 141 of 255 = 55%

133
99
141

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 141 = 373 (100%)
R 133 of 373 ~ 35.66%
G 99 of 373 ~ 26.54%
B 141 of 373 ~ 37.8%

%35.66
%26.54
%37.8

CMYK color model

#85638D color CMYK value is (6,30,0,45).

  • cyan value is 5.67%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (6,30,0,45) C6M30Y0K45 (6%,30%,0%,45%) (0.06/0.30/0.00/0.45)

CMYK percentages

%5.67
%29.79
%0
%44.71

Codes

Color #85638D in popluar color models

85638D
RGB13399141
HSL289°17.50%47.06%
HSB/HSV289°29.79%55.29%
CMYK5.67%29.79%0.00%
44.71%

Color #85638D in popluar number systems.

HEX85638D
Decimal13399141
Binary10000101110001110001101
Octal205143215

Shades and tints

Shades of #85638D

#85638D
(133,99,141)
#795A81
(121,90,129)
#6D5175
(109,81,117)
#614869
(97,72,105)
#553F5D
(85,63,93)
#493651
(73,54,81)
#3D2D45
(61,45,69)
#312439
(49,36,57)
#251B2D
(37,27,45)
#191221
(25,18,33)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #85638D

#85638D
(133,99,141)
#907197
(144,113,151)
#9B7FA1
(155,127,161)
#A68DAB
(166,141,171)
#B19BB5
(177,155,181)
#BCA9BF
(188,169,191)
#C7B7C9
(199,183,201)
#D2C5D3
(210,197,211)
#DDD3DD
(221,211,221)
#E8E1E7
(232,225,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85638D; }

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

This text font color is #85638D.


Background Color

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

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

This div background color is #85638D.


Border color

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

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

This div border color is #85638D.


Opacity

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

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

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

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

This text has shadow with #85638D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85638D on black background.


Color preview on white background

This text has color #85638D on white background.



Black color preview on #85638D background

This text has black color on #85638D background.


White color preview on #85638D background

This text has white color on #85638D background.