COLOR #85487A

HEX: #85487A
RGB: (133,72,122)

Color info

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

RGB color model

#85487A color RGB value is (133,72,122).

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

RGB channels and saturation

R 133 of 255 = 52%
G 72 of 255 = 28%
B 122 of 255 = 48%

133
72
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 72 + 122 = 327 (100%)
R 133 of 327 ~ 40.67%
G 72 of 327 ~ 22.02%
B 122 of 327 ~ 37.31%

%40.67
%22.02
%37.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.86%
  • yellow value is 8.27%
  • key color value is 47.84%
CMYK:
(0,46,8,48)
C0M46Y8K48 
(0%,46%,8%,48%)
(0.00/0.46/0.08/0.48)	

CMYK percentages

%0
%45.86
%8.27
%47.84

Codes

Color #85487A in popluar color models

85487A
RGB13372122
HSL311°29.76%40.20%
HSB/HSV311°45.86%52.16%
CMYK0.00%45.86%8.27%
47.84%

Color #85487A in popluar number systems.

HEX85487A
Decimal13372122
Binary1000010110010001111010
Octal205110172

Shades and tints

Shades of #85487A

#85487A
(133,72,122)
#79426F
(121,66,111)
#6D3C64
(109,60,100)
#613659
(97,54,89)
#55304E
(85,48,78)
#492A43
(73,42,67)
#3D2438
(61,36,56)
#311E2D
(49,30,45)
#251822
(37,24,34)
#191217
(25,18,23)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #85487A

#85487A
(133,72,122)
#905886
(144,88,134)
#9B6892
(155,104,146)
#A6789E
(166,120,158)
#B188AA
(177,136,170)
#BC98B6
(188,152,182)
#C7A8C2
(199,168,194)
#D2B8CE
(210,184,206)
#DDC8DA
(221,200,218)
#E8D8E6
(232,216,230)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85487A; }

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

This text font color is #85487A.


Background Color

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

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

This div background color is #85487A.


Border color

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

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

This div border color is #85487A.


Opacity

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

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

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

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

This text has shadow with #85487A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85487A on black background.


Color preview on white background

This text has color #85487A on white background.



Black color preview on #85487A background

This text has black color on #85487A background.


White color preview on #85487A background

This text has white color on #85487A background.