COLOR #85339C

HEX: #85339C
RGB: (133,51,156)

Color info

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

RGB color model

#85339C color RGB value is (133,51,156).

  • red value is 133;
  • green value is 51;
  • blue value is 156.
RGB:
(133,51,156)
(52%,20%,61%)

RGB channels and saturation

R 133 of 255 = 52%
G 51 of 255 = 20%
B 156 of 255 = 61%

133
51
156

R + G + B ~ 44%. #85339C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 51 + 156 = 340 (100%)
R 133 of 340 ~ 39.12%
G 51 of 340 ~ 15%
B 156 of 340 ~ 45.88%

%39.12
%15
%45.88

CMYK color model

#85339C color CMYK value is (15,67,0,39).

  • cyan value is 14.74%
  • magenta value is 67.31%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(15,67,0,39)
C15M67Y0K39 
(15%,67%,0%,39%)
(0.15/0.67/0.00/0.39)	

CMYK percentages

%14.74
%67.31
%0
%38.82

Codes

Color #85339C in popluar color models

85339C
RGB13351156
HSL287°50.72%40.59%
HSB/HSV287°67.31%61.18%
CMYK14.74%67.31%0.00%
38.82%

Color #85339C in popluar number systems.

HEX85339C
Decimal13351156
Binary1000010111001110011100
Octal20563234

Shades and tints

Shades of #85339C

#85339C
(133,51,156)
#792F8E
(121,47,142)
#6D2B80
(109,43,128)
#612772
(97,39,114)
#552364
(85,35,100)
#491F56
(73,31,86)
#3D1B48
(61,27,72)
#31173A
(49,23,58)
#25132C
(37,19,44)
#190F1E
(25,15,30)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #85339C

#85339C
(133,51,156)
#9045A5
(144,69,165)
#9B57AE
(155,87,174)
#A669B7
(166,105,183)
#B17BC0
(177,123,192)
#BC8DC9
(188,141,201)
#C79FD2
(199,159,210)
#D2B1DB
(210,177,219)
#DDC3E4
(221,195,228)
#E8D5ED
(232,213,237)
#F3E7F6
(243,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85339C color. Also use rgb(133,51,156) instead hex code.

Text Font Color

.myTextColor { color: #85339C; }

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

This text font color is #85339C.


Background Color

.myBgColor { background-color: #85339C; }

<div style="background-color:#85339C">Inner text</div>

This div background color is #85339C.


Border color

.myBorderColor { border: 1px solid #85339C; }

<div style="border:3px solid #85339C">Div</div>

This div border color is #85339C.


Opacity

.myOpacity80 { color: #85339C; opacity: 0.8; }

<p style="color:#85339C;opacity:0.8;">80%</p>

Text with #85339C 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 #85339C;}

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

This text has shadow with #85339C color.

.textShadow {text-shadow: 3px 3px 1px #85339C, 3px 3px 1px red;}

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

This text has shadow with #85339C primary color and red secondary color.


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

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

This text has shadow with #85339C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85339C on black background.


Color preview on white background

This text has color #85339C on white background.



Black color preview on #85339C background

This text has black color on #85339C background.


White color preview on #85339C background

This text has white color on #85339C background.