COLOR #85417F

HEX: #85417F
RGB: (133,65,127)

Color info

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

RGB color model

#85417F color RGB value is (133,65,127).

  • red value is 133;
  • green value is 65;
  • blue value is 127.
RGB:
(133,65,127)
(52%,25%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 65 of 255 = 25%
B 127 of 255 = 50%

133
65
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 65 + 127 = 325 (100%)
R 133 of 325 ~ 40.92%
G 65 of 325 ~ 20%
B 127 of 325 ~ 39.08%

%40.92
%20
%39.08

CMYK color model

#85417F color CMYK value is (0,51,5,48).

  • cyan value is 0.00%
  • magenta value is 51.13%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(0,51,5,48)
C0M51Y5K48 
(0%,51%,5%,48%)
(0.00/0.51/0.05/0.48)	

CMYK percentages

%0
%51.13
%4.51
%47.84

Codes

Color #85417F in popluar color models

85417F
RGB13365127
HSL305°34.34%38.82%
HSB/HSV305°51.13%52.16%
CMYK0.00%51.13%4.51%
47.84%

Color #85417F in popluar number systems.

HEX85417F
Decimal13365127
Binary1000010110000011111111
Octal205101177

Shades and tints

Shades of #85417F

#85417F
(133,65,127)
#793C74
(121,60,116)
#6D3769
(109,55,105)
#61325E
(97,50,94)
#552D53
(85,45,83)
#492848
(73,40,72)
#3D233D
(61,35,61)
#311E32
(49,30,50)
#251927
(37,25,39)
#19141C
(25,20,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #85417F

#85417F
(133,65,127)
#90528A
(144,82,138)
#9B6395
(155,99,149)
#A674A0
(166,116,160)
#B185AB
(177,133,171)
#BC96B6
(188,150,182)
#C7A7C1
(199,167,193)
#D2B8CC
(210,184,204)
#DDC9D7
(221,201,215)
#E8DAE2
(232,218,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85417F color. Also use rgb(133,65,127) instead hex code.

Text Font Color

.myTextColor { color: #85417F; }

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

This text font color is #85417F.


Background Color

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

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

This div background color is #85417F.


Border color

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

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

This div border color is #85417F.


Opacity

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

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

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

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

This text has shadow with #85417F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85417F on black background.


Color preview on white background

This text has color #85417F on white background.



Black color preview on #85417F background

This text has black color on #85417F background.


White color preview on #85417F background

This text has white color on #85417F background.