COLOR #860085

HEX: #860085
RGB: (134,0,133)

Color info

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

RGB color model

#860085 color RGB value is (134,0,133).

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

RGB channels and saturation

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

134
0
133

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

Portions of RGB colors in percentages

R + G + B =
134 + 0 + 133 = 267 (100%)
R 134 of 267 ~ 50.19%
G 0 of 267 ~ 0%
B 133 of 267 ~ 49.81%

%50.19
%49.81

CMYK color model

#860085 color CMYK value is (0,100,1,47).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK:
(0,100,1,47)
C0M100Y1K47 
(0%,100%,1%,47%)
(0.00/1.00/0.01/0.47)	

CMYK percentages

%0
%100
%0.75
%47.45

Codes

Color #860085 in popluar color models

860085
RGB1340133
HSL300°100.00%26.27%
HSB/HSV300°100.00%52.55%
CMYK0.00%100.00%0.75%
47.45%

Color #860085 in popluar number systems.

HEX860085
Decimal1340133
Binary10000110010000101
Octal2060205

Shades and tints

Shades of #860085

#860085
(134,0,133)
#7A0079
(122,0,121)
#6E006D
(110,0,109)
#620061
(98,0,97)
#560055
(86,0,85)
#4A0049
(74,0,73)
#3E003D
(62,0,61)
#320031
(50,0,49)
#260025
(38,0,37)
#1A0019
(26,0,25)
#0E000D
(14,0,13)
#000000
(0,0,0)

Tints of #860085

#860085
(134,0,133)
#911790
(145,23,144)
#9C2E9B
(156,46,155)
#A745A6
(167,69,166)
#B25CB1
(178,92,177)
#BD73BC
(189,115,188)
#C88AC7
(200,138,199)
#D3A1D2
(211,161,210)
#DEB8DD
(222,184,221)
#E9CFE8
(233,207,232)
#F4E6F3
(244,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #860085; }

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

This text font color is #860085.


Background Color

.myBgColor { background-color: #860085; }

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

This div background color is #860085.


Border color

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

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

This div border color is #860085.


Opacity

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

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

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

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

This text has shadow with #860085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #860085 on black background.


Color preview on white background

This text has color #860085 on white background.



Black color preview on #860085 background

This text has black color on #860085 background.


White color preview on #860085 background

This text has white color on #860085 background.