COLOR #85137C

HEX: #85137C
RGB: (133,19,124)

Color info

#85137C contains mainly red and blue colors. Web safe color of #85137C is #990066 (or #906).

RGB color model

#85137C color RGB value is (133,19,124).

  • red value is 133;
  • green value is 19;
  • blue value is 124.
RGB:
(133,19,124)
(52%,7%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 19 of 255 = 7%
B 124 of 255 = 49%

133
19
124

R + G + B ~ 36%. #85137C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 19 + 124 = 276 (100%)
R 133 of 276 ~ 48.19%
G 19 of 276 ~ 6.88%
B 124 of 276 ~ 44.93%

%48.19
%44.93

CMYK color model

#85137C color CMYK value is (0,86,7,48).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 6.77%
  • key color value is 47.84%
CMYK:
(0,86,7,48)
C0M86Y7K48 
(0%,86%,7%,48%)
(0.00/0.86/0.07/0.48)	

CMYK percentages

%0
%85.71
%6.77
%47.84

Codes

Color #85137C in popluar color models

85137C
RGB13319124
HSL305°75.00%29.80%
HSB/HSV305°85.71%52.16%
CMYK0.00%85.71%6.77%
47.84%

Color #85137C in popluar number systems.

HEX85137C
Decimal13319124
Binary10000101100111111100
Octal20523174

Shades and tints

Shades of #85137C

#85137C
(133,19,124)
#791271
(121,18,113)
#6D1166
(109,17,102)
#61105B
(97,16,91)
#550F50
(85,15,80)
#490E45
(73,14,69)
#3D0D3A
(61,13,58)
#310C2F
(49,12,47)
#250B24
(37,11,36)
#190A19
(25,10,25)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #85137C

#85137C
(133,19,124)
#902887
(144,40,135)
#9B3D92
(155,61,146)
#A6529D
(166,82,157)
#B167A8
(177,103,168)
#BC7CB3
(188,124,179)
#C791BE
(199,145,190)
#D2A6C9
(210,166,201)
#DDBBD4
(221,187,212)
#E8D0DF
(232,208,223)
#F3E5EA
(243,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85137C color. Also use rgb(133,19,124) instead hex code.

Text Font Color

.myTextColor { color: #85137C; }

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

This text font color is #85137C.


Background Color

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

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

This div background color is #85137C.


Border color

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

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

This div border color is #85137C.


Opacity

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

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

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

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

This text has shadow with #85137C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85137C on black background.


Color preview on white background

This text has color #85137C on white background.



Black color preview on #85137C background

This text has black color on #85137C background.


White color preview on #85137C background

This text has white color on #85137C background.