COLOR #85457A

HEX: #85457A
RGB: (133,69,122)

Color info

#85457A contains mainly red and blue colors. Web safe color of #85457A is #993366 (or #936).

RGB color model

#85457A color RGB value is (133,69,122).

  • red value is 133;
  • green value is 69;
  • blue value is 122.
RGB:
(133,69,122)
(52%,27%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 69 of 255 = 27%
B 122 of 255 = 48%

133
69
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 69 + 122 = 324 (100%)
R 133 of 324 ~ 41.05%
G 69 of 324 ~ 21.3%
B 122 of 324 ~ 37.65%

%41.05
%21.3
%37.65

CMYK color model

#85457A color CMYK value is (0,48,8,48).

  • cyan value is 0.00%
  • magenta value is 48.12%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(0,48,8,48)
C0M48Y8K48 
(0%,48%,8%,48%)
(0.00/0.48/0.08/0.48)	

CMYK percentages

%0
%48.12
%8.27
%47.84

Codes

Color #85457A in popluar color models

85457A
RGB13369122
HSL310°31.68%39.61%
HSB/HSV310°48.12%52.16%
CMYK0.00%48.12%8.27%
47.84%

Color #85457A in popluar number systems.

HEX85457A
Decimal13369122
Binary1000010110001011111010
Octal205105172

Shades and tints

Shades of #85457A

#85457A
(133,69,122)
#793F6F
(121,63,111)
#6D3964
(109,57,100)
#613359
(97,51,89)
#552D4E
(85,45,78)
#492743
(73,39,67)
#3D2138
(61,33,56)
#311B2D
(49,27,45)
#251522
(37,21,34)
#190F17
(25,15,23)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #85457A

#85457A
(133,69,122)
#905586
(144,85,134)
#9B6592
(155,101,146)
#A6759E
(166,117,158)
#B185AA
(177,133,170)
#BC95B6
(188,149,182)
#C7A5C2
(199,165,194)
#D2B5CE
(210,181,206)
#DDC5DA
(221,197,218)
#E8D5E6
(232,213,230)
#F3E5F2
(243,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85457A color. Also use rgb(133,69,122) instead hex code.

Text Font Color

.myTextColor { color: #85457A; }

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

This text font color is #85457A.


Background Color

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

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

This div background color is #85457A.


Border color

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

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

This div border color is #85457A.


Opacity

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

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

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

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

This text has shadow with #85457A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85457A on black background.


Color preview on white background

This text has color #85457A on white background.



Black color preview on #85457A background

This text has black color on #85457A background.


White color preview on #85457A background

This text has white color on #85457A background.