COLOR #85638C

HEX: #85638C RGB: (133,99,140)

Color info

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

RGB color model

#85638C color RGB value is (133,99,140).

RGB: (133,99,140) (52%, 39%, 55%)

RGB channels and saturation

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

133
99
140

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

Portions of RGB colors in percentages

R + G + B = 133 + 99 + 140 = 372 (100%)
R 133 of 372 ~ 35.75%
G 99 of 372 ~ 26.61%
B 140 of 372 ~ 37.63'%

%35.75
%26.61
%37.63

CMYK color model

#85638C color CMYK value is (5,29,0,45).

  • cyan value is 5.00%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (5,29,0,45)
C5M29Y0K45 (5%, 29%, 0%, 45%)
(0.05 / 0.29 / 0.00 / 0.45)

CMYK percentages

%5
%29.29
%0
%45.1

Codes

Color #85638C in popluar color models

85 63 8C
RGB 133 99 140
HSL 290° 17.15% 46.86%
HSB/HSV 290° 29.29% 54.90%
CMYK 5.00% 29.29% 0.00%
45.10%

Color #85638C in popluar number systems.

HEX 85 63 8C
Decimal 133 99 140
Binary 10000101 1100011 10001100
Octal 205 143 214

Shades and tints

Shades of #85638C

#85638C
(133,99,140)
#795A80
(121,90,128)
#6D5174
(109,81,116)
#614868
(97,72,104)
#553F5C
(85,63,92)
#493650
(73,54,80)
#3D2D44
(61,45,68)
#312438
(49,36,56)
#251B2C
(37,27,44)
#191220
(25,18,32)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #85638C

#85638C
(133,99,140)
#907196
(144,113,150)
#9B7FA0
(155,127,160)
#A68DAA
(166,141,170)
#B19BB4
(177,155,180)
#BCA9BE
(188,169,190)
#C7B7C8
(199,183,200)
#D2C5D2
(210,197,210)
#DDD3DC
(221,211,220)
#E8E1E6
(232,225,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85638C; }

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

This text font color is #85638C.

Background Color

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

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

This div background color is #85638C.

Border color

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

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

This div border color is #85638C.

Opacity

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

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

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

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

This text has shadow with #85638C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85638C.

Preview

Color preview on black background

This text has color #85638C on black background.


Color preview on white background

This text has color #85638C on white background.


Black color preview on #85638C background

This text has black color on #85638C background.


White color preview on #85638C background

This text has white color on #85638C background.


Related colors

Complementary color

Complementary color for #hex is #7A9C73.


I love getcolorcode.com

Triadic colors

1 #8C8563 and #638C85 with #85638C are triadic colors.

2 #8C6385 and #63858C with #85638C are triadic colors.