COLOR #85648F

HEX: #85648F
RGB: (133,100,143)

Color info

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

RGB color model

#85648F color RGB value is (133,100,143).

  • red value is 133;
  • green value is 100;
  • blue value is 143.
RGB:
(133,100,143)
(52%,39%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 143 of 255 = 56%

133
100
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 143 = 376 (100%)
R 133 of 376 ~ 35.37%
G 100 of 376 ~ 26.6%
B 143 of 376 ~ 38.03%

%35.37
%26.6
%38.03

CMYK color model

#85648F color CMYK value is (7,30,0,44).

  • cyan value is 6.99%
  • magenta value is 30.07%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(7,30,0,44)
C7M30Y0K44 
(7%,30%,0%,44%)
(0.07/0.30/0.00/0.44)	

CMYK percentages

%6.99
%30.07
%0
%43.92

Codes

Color #85648F in popluar color models

85648F
RGB133100143
HSL286°17.70%47.65%
HSB/HSV286°30.07%56.08%
CMYK6.99%30.07%0.00%
43.92%

Color #85648F in popluar number systems.

HEX85648F
Decimal133100143
Binary10000101110010010001111
Octal205144217

Shades and tints

Shades of #85648F

#85648F
(133,100,143)
#795B82
(121,91,130)
#6D5275
(109,82,117)
#614968
(97,73,104)
#55405B
(85,64,91)
#49374E
(73,55,78)
#3D2E41
(61,46,65)
#312534
(49,37,52)
#251C27
(37,28,39)
#19131A
(25,19,26)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #85648F

#85648F
(133,100,143)
#907299
(144,114,153)
#9B80A3
(155,128,163)
#A68EAD
(166,142,173)
#B19CB7
(177,156,183)
#BCAAC1
(188,170,193)
#C7B8CB
(199,184,203)
#D2C6D5
(210,198,213)
#DDD4DF
(221,212,223)
#E8E2E9
(232,226,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85648F color. Also use rgb(133,100,143) instead hex code.

Text Font Color

.myTextColor { color: #85648F; }

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

This text font color is #85648F.


Background Color

.myBgColor { background-color: #85648F; }

<div style="background-color:#85648F">Inner text</div>

This div background color is #85648F.


Border color

.myBorderColor { border: 1px solid #85648F; }

<div style="border:3px solid #85648F">Div</div>

This div border color is #85648F.


Opacity

.myOpacity80 { color: #85648F; opacity: 0.8; }

<p style="color:#85648F;opacity:0.8;">80%</p>

Text with #85648F 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 #85648F;}

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

This text has shadow with #85648F color.

.textShadow {text-shadow: 3px 3px 1px #85648F, 3px 3px 1px red;}

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

This text has shadow with #85648F primary color and red secondary color.


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

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

This text has shadow with #85648F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85648F on black background.


Color preview on white background

This text has color #85648F on white background.



Black color preview on #85648F background

This text has black color on #85648F background.


White color preview on #85648F background

This text has white color on #85648F background.