COLOR #85368E

HEX: #85368E
RGB: (133,54,142)

Color info

#85368E contains mainly red and blue colors. Web safe color of #85368E is #993399 (or #939).

RGB color model

#85368E color RGB value is (133,54,142).

  • red value is 133;
  • green value is 54;
  • blue value is 142.
RGB:
(133,54,142)
(52%,21%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 54 of 255 = 21%
B 142 of 255 = 56%

133
54
142

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

Portions of RGB colors in percentages

R + G + B =
133 + 54 + 142 = 329 (100%)
R 133 of 329 ~ 40.43%
G 54 of 329 ~ 16.41%
B 142 of 329 ~ 43.16%

%40.43
%16.41
%43.16

CMYK color model

#85368E color CMYK value is (6,62,0,44).

  • cyan value is 6.34%
  • magenta value is 61.97%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(6,62,0,44)
C6M62Y0K44 
(6%,62%,0%,44%)
(0.06/0.62/0.00/0.44)	

CMYK percentages

%6.34
%61.97
%0
%44.31

Codes

Color #85368E in popluar color models

85368E
RGB13354142
HSL294°44.90%38.43%
HSB/HSV294°61.97%55.69%
CMYK6.34%61.97%0.00%
44.31%

Color #85368E in popluar number systems.

HEX85368E
Decimal13354142
Binary1000010111011010001110
Octal20566216

Shades and tints

Shades of #85368E

#85368E
(133,54,142)
#793282
(121,50,130)
#6D2E76
(109,46,118)
#612A6A
(97,42,106)
#55265E
(85,38,94)
#492252
(73,34,82)
#3D1E46
(61,30,70)
#311A3A
(49,26,58)
#25162E
(37,22,46)
#191222
(25,18,34)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #85368E

#85368E
(133,54,142)
#904898
(144,72,152)
#9B5AA2
(155,90,162)
#A66CAC
(166,108,172)
#B17EB6
(177,126,182)
#BC90C0
(188,144,192)
#C7A2CA
(199,162,202)
#D2B4D4
(210,180,212)
#DDC6DE
(221,198,222)
#E8D8E8
(232,216,232)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85368E color. Also use rgb(133,54,142) instead hex code.

Text Font Color

.myTextColor { color: #85368E; }

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

This text font color is #85368E.


Background Color

.myBgColor { background-color: #85368E; }

<div style="background-color:#85368E">Inner text</div>

This div background color is #85368E.


Border color

.myBorderColor { border: 1px solid #85368E; }

<div style="border:3px solid #85368E">Div</div>

This div border color is #85368E.


Opacity

.myOpacity80 { color: #85368E; opacity: 0.8; }

<p style="color:#85368E;opacity:0.8;">80%</p>

Text with #85368E 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 #85368E;}

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

This text has shadow with #85368E color.

.textShadow {text-shadow: 3px 3px 1px #85368E, 3px 3px 1px red;}

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

This text has shadow with #85368E primary color and red secondary color.


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

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

This text has shadow with #85368E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85368E on black background.


Color preview on white background

This text has color #85368E on white background.



Black color preview on #85368E background

This text has black color on #85368E background.


White color preview on #85368E background

This text has white color on #85368E background.