COLOR #85157E

HEX: #85157E
RGB: (133,21,126)

Color info

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

RGB color model

#85157E color RGB value is (133,21,126).

  • red value is 133;
  • green value is 21;
  • blue value is 126.
RGB:
(133,21,126)
(52%,8%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 21 of 255 = 8%
B 126 of 255 = 49%

133
21
126

R + G + B ~ 36%. #85157E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 21 + 126 = 280 (100%)
R 133 of 280 ~ 47.5%
G 21 of 280 ~ 7.5%
B 126 of 280 ~ 45%

%47.5
%45

CMYK color model

#85157E color CMYK value is (0,84,5,48).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(0,84,5,48)
C0M84Y5K48 
(0%,84%,5%,48%)
(0.00/0.84/0.05/0.48)	

CMYK percentages

%0
%84.21
%5.26
%47.84

Codes

Color #85157E in popluar color models

85157E
RGB13321126
HSL304°72.73%30.20%
HSB/HSV304°84.21%52.16%
CMYK0.00%84.21%5.26%
47.84%

Color #85157E in popluar number systems.

HEX85157E
Decimal13321126
Binary10000101101011111110
Octal20525176

Shades and tints

Shades of #85157E

#85157E
(133,21,126)
#791473
(121,20,115)
#6D1368
(109,19,104)
#61125D
(97,18,93)
#551152
(85,17,82)
#491047
(73,16,71)
#3D0F3C
(61,15,60)
#310E31
(49,14,49)
#250D26
(37,13,38)
#190C1B
(25,12,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #85157E

#85157E
(133,21,126)
#902A89
(144,42,137)
#9B3F94
(155,63,148)
#A6549F
(166,84,159)
#B169AA
(177,105,170)
#BC7EB5
(188,126,181)
#C793C0
(199,147,192)
#D2A8CB
(210,168,203)
#DDBDD6
(221,189,214)
#E8D2E1
(232,210,225)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85157E color. Also use rgb(133,21,126) instead hex code.

Text Font Color

.myTextColor { color: #85157E; }

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

This text font color is #85157E.


Background Color

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

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

This div background color is #85157E.


Border color

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

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

This div border color is #85157E.


Opacity

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

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

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

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

This text has shadow with #85157E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85157E on black background.


Color preview on white background

This text has color #85157E on white background.



Black color preview on #85157E background

This text has black color on #85157E background.


White color preview on #85157E background

This text has white color on #85157E background.