COLOR #85638A

HEX: #85638A
RGB: (133,99,138)

Color info

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

RGB color model

#85638A color RGB value is (133,99,138).

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

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 138 of 255 = 54%

133
99
138

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 138 = 370 (100%)
R 133 of 370 ~ 35.95%
G 99 of 370 ~ 26.76%
B 138 of 370 ~ 37.3%

%35.95
%26.76
%37.3

CMYK color model

#85638A color CMYK value is (4,28,0,46).

  • cyan value is 3.62%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(4,28,0,46)
C4M28Y0K46 
(4%,28%,0%,46%)
(0.04/0.28/0.00/0.46)	

CMYK percentages

%3.62
%28.26
%0
%45.88

Codes

Color #85638A in popluar color models

85638A
RGB13399138
HSL292°16.46%46.47%
HSB/HSV292°28.26%54.12%
CMYK3.62%28.26%0.00%
45.88%

Color #85638A in popluar number systems.

HEX85638A
Decimal13399138
Binary10000101110001110001010
Octal205143212

Shades and tints

Shades of #85638A

#85638A
(133,99,138)
#795A7E
(121,90,126)
#6D5172
(109,81,114)
#614866
(97,72,102)
#553F5A
(85,63,90)
#49364E
(73,54,78)
#3D2D42
(61,45,66)
#312436
(49,36,54)
#251B2A
(37,27,42)
#19121E
(25,18,30)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #85638A

#85638A
(133,99,138)
#907194
(144,113,148)
#9B7F9E
(155,127,158)
#A68DA8
(166,141,168)
#B19BB2
(177,155,178)
#BCA9BC
(188,169,188)
#C7B7C6
(199,183,198)
#D2C5D0
(210,197,208)
#DDD3DA
(221,211,218)
#E8E1E4
(232,225,228)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85638A; }

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

This text font color is #85638A.


Background Color

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

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

This div background color is #85638A.


Border color

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

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

This div border color is #85638A.


Opacity

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

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

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

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

This text has shadow with #85638A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85638A on black background.


Color preview on white background

This text has color #85638A on white background.



Black color preview on #85638A background

This text has black color on #85638A background.


White color preview on #85638A background

This text has white color on #85638A background.