COLOR #85116B

HEX: #85116B
RGB: (133,17,107)

Color info

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

RGB color model

#85116B color RGB value is (133,17,107).

  • red value is 133;
  • green value is 17;
  • blue value is 107.
RGB:
(133,17,107)
(52%,7%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 17 of 255 = 7%
B 107 of 255 = 42%

133
17
107

R + G + B ~ 34%. #85116B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 17 + 107 = 257 (100%)
R 133 of 257 ~ 51.75%
G 17 of 257 ~ 6.61%
B 107 of 257 ~ 41.63%

%51.75
%41.63

CMYK color model

#85116B color CMYK value is (0,87,20,48).

  • cyan value is 0.00%
  • magenta value is 87.22%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(0,87,20,48)
C0M87Y20K48 
(0%,87%,20%,48%)
(0.00/0.87/0.20/0.48)	

CMYK percentages

%0
%87.22
%19.55
%47.84

Codes

Color #85116B in popluar color models

85116B
RGB13317107
HSL313°77.33%29.41%
HSB/HSV313°87.22%52.16%
CMYK0.00%87.22%19.55%
47.84%

Color #85116B in popluar number systems.

HEX85116B
Decimal13317107
Binary10000101100011101011
Octal20521153

Shades and tints

Shades of #85116B

#85116B
(133,17,107)
#791062
(121,16,98)
#6D0F59
(109,15,89)
#610E50
(97,14,80)
#550D47
(85,13,71)
#490C3E
(73,12,62)
#3D0B35
(61,11,53)
#310A2C
(49,10,44)
#250923
(37,9,35)
#19081A
(25,8,26)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #85116B

#85116B
(133,17,107)
#902678
(144,38,120)
#9B3B85
(155,59,133)
#A65092
(166,80,146)
#B1659F
(177,101,159)
#BC7AAC
(188,122,172)
#C78FB9
(199,143,185)
#D2A4C6
(210,164,198)
#DDB9D3
(221,185,211)
#E8CEE0
(232,206,224)
#F3E3ED
(243,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85116B color. Also use rgb(133,17,107) instead hex code.

Text Font Color

.myTextColor { color: #85116B; }

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

This text font color is #85116B.


Background Color

.myBgColor { background-color: #85116B; }

<div style="background-color:#85116B">Inner text</div>

This div background color is #85116B.


Border color

.myBorderColor { border: 1px solid #85116B; }

<div style="border:3px solid #85116B">Div</div>

This div border color is #85116B.


Opacity

.myOpacity80 { color: #85116B; opacity: 0.8; }

<p style="color:#85116B;opacity:0.8;">80%</p>

Text with #85116B 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 #85116B;}

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

This text has shadow with #85116B color.

.textShadow {text-shadow: 3px 3px 1px #85116B, 3px 3px 1px red;}

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

This text has shadow with #85116B primary color and red secondary color.


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

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

This text has shadow with #85116B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85116B on black background.


Color preview on white background

This text has color #85116B on white background.



Black color preview on #85116B background

This text has black color on #85116B background.


White color preview on #85116B background

This text has white color on #85116B background.