COLOR #850085

HEX: #850085
RGB: (133,0,133)

Color info

#850085 contains only red and blue colors. Web safe color of #850085 is #990099 (or #909).

RGB color model

#850085 color RGB value is (133,0,133).

  • red value is 133;
  • green value is 0;
  • blue value is 133.
RGB:
(133,0,133)
(52%,0%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 0 of 255 = 0%
B 133 of 255 = 52%

133
0
133

R + G + B ~ 35%. #850085 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 0 + 133 = 266 (100%)
R 133 of 266 ~ 50%
G 0 of 266 ~ 0%
B 133 of 266 ~ 50%

%50
%50

CMYK color model

#850085 color CMYK value is (0,100,0,48).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(0,100,0,48)
C0M100Y0K48 
(0%,100%,0%,48%)
(0.00/1.00/0.00/0.48)	

CMYK percentages

%0
%100
%0
%47.84

Codes

Color #850085 in popluar color models

850085
RGB1330133
HSL300°100.00%26.08%
HSB/HSV300°100.00%52.16%
CMYK0.00%100.00%0.00%
47.84%

Color #850085 in popluar number systems.

HEX850085
Decimal1330133
Binary10000101010000101
Octal2050205

Shades and tints

Shades of #850085

#850085
(133,0,133)
#790079
(121,0,121)
#6D006D
(109,0,109)
#610061
(97,0,97)
#550055
(85,0,85)
#490049
(73,0,73)
#3D003D
(61,0,61)
#310031
(49,0,49)
#250025
(37,0,37)
#190019
(25,0,25)
#0D000D
(13,0,13)
#000000
(0,0,0)

Tints of #850085

#850085
(133,0,133)
#901790
(144,23,144)
#9B2E9B
(155,46,155)
#A645A6
(166,69,166)
#B15CB1
(177,92,177)
#BC73BC
(188,115,188)
#C78AC7
(199,138,199)
#D2A1D2
(210,161,210)
#DDB8DD
(221,184,221)
#E8CFE8
(232,207,232)
#F3E6F3
(243,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850085 color. Also use rgb(133,0,133) instead hex code.

Text Font Color

.myTextColor { color: #850085; }

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

This text font color is #850085.


Background Color

.myBgColor { background-color: #850085; }

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

This div background color is #850085.


Border color

.myBorderColor { border: 1px solid #850085; }

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

This div border color is #850085.


Opacity

.myOpacity80 { color: #850085; opacity: 0.8; }

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

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

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

This text has shadow with #850085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850085 on black background.


Color preview on white background

This text has color #850085 on white background.



Black color preview on #850085 background

This text has black color on #850085 background.


White color preview on #850085 background

This text has white color on #850085 background.