COLOR #85379C

HEX: #85379C RGB: (133,55,156)

Color info

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

RGB color model

#85379C color RGB value is (133,55,156).

RGB: (133,55,156) (52%, 22%, 61%)

RGB channels and saturation

R 133 of 255 = 52%
G 55 of 255 = 22%
B 156 of 255 = 61%

133
55
156

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

Portions of RGB colors in percentages

R + G + B = 133 + 55 + 156 = 344 (100%)
R 133 of 344 ~ 38.66%
G 55 of 344 ~ 15.99%
B 156 of 344 ~ 45.35'%

%38.66
%15.99
%45.35

CMYK color model

#85379C color CMYK value is (15,65,0,39).

  • cyan value is 14.74%
  • magenta value is 64.74%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (15,65,0,39)
C15M65Y0K39 (15%, 65%, 0%, 39%)
(0.15 / 0.65 / 0.00 / 0.39)

CMYK percentages

%14.74
%64.74
%0
%38.82

Codes

Color #85379C in popluar color models

85 37 9C
RGB 133 55 156
HSL 286° 47.87% 41.37%
HSB/HSV 286° 64.74% 61.18%
CMYK 14.74% 64.74% 0.00%
38.82%

Color #85379C in popluar number systems.

HEX 85 37 9C
Decimal 133 55 156
Binary 10000101 110111 10011100
Octal 205 67 234

Shades and tints

Shades of #85379C

#85379C
(133,55,156)
#79328E
(121,50,142)
#6D2D80
(109,45,128)
#612872
(97,40,114)
#552364
(85,35,100)
#491E56
(73,30,86)
#3D1948
(61,25,72)
#31143A
(49,20,58)
#250F2C
(37,15,44)
#190A1E
(25,10,30)
#0D0510
(13,5,16)
#000000
(0,0,0)

Tints of #85379C

#85379C
(133,55,156)
#9049A5
(144,73,165)
#9B5BAE
(155,91,174)
#A66DB7
(166,109,183)
#B17FC0
(177,127,192)
#BC91C9
(188,145,201)
#C7A3D2
(199,163,210)
#D2B5DB
(210,181,219)
#DDC7E4
(221,199,228)
#E8D9ED
(232,217,237)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85379C; }

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

This text font color is #85379C.

Background Color

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

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

This div background color is #85379C.

Border color

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

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

This div border color is #85379C.

Opacity

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

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

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

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

This text has shadow with #85379C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85379C.

Preview

Color preview on black background

This text has color #85379C on black background.


Color preview on white background

This text has color #85379C on white background.


Black color preview on #85379C background

This text has black color on #85379C background.


White color preview on #85379C background

This text has white color on #85379C background.


Related colors

Complementary color

Complementary color for #hex is #7AC863.


I love getcolorcode.com

Triadic colors

1 #9C8537 and #379C85 with #85379C are triadic colors.

2 #9C3785 and #37859C with #85379C are triadic colors.