COLOR #863E85

HEX: #863E85 RGB: (134,62,133)

Color info

#863E85 contains mainly red and blue colors. Web safe color of #863E85 is #993399 (or #939).

RGB color model

#863E85 color RGB value is (134,62,133).

RGB: (134,62,133) (53%, 24%, 52%)

RGB channels and saturation

R 134 of 255 = 53%
G 62 of 255 = 24%
B 133 of 255 = 52%

134
62
133

R + G + B ~ 43%. #863E85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 62 + 133 = 329 (100%)
R 134 of 329 ~ 40.73%
G 62 of 329 ~ 18.84%
B 133 of 329 ~ 40.43'%

%40.73
%18.84
%40.43

CMYK color model

#863E85 color CMYK value is (0,54,1,47).

  • cyan value is 0.00%
  • magenta value is 53.73%
  • yellow value is 0.75%
  • key color value is 47.45%

CMYK: (0,54,1,47)
C0M54Y1K47 (0%, 54%, 1%, 47%)
(0.00 / 0.54 / 0.01 / 0.47)

CMYK percentages

%0
%53.73
%0.75
%47.45

Codes

Color #863E85 in popluar color models

86 3E 85
RGB 134 62 133
HSL 301° 36.73% 38.43%
HSB/HSV 301° 53.73% 52.55%
CMYK 0.00% 53.73% 0.75%
47.45%

Color #863E85 in popluar number systems.

HEX 86 3E 85
Decimal 134 62 133
Binary 10000110 111110 10000101
Octal 206 76 205

Shades and tints

Shades of #863E85

#863E85
(134,62,133)
#7A3979
(122,57,121)
#6E346D
(110,52,109)
#622F61
(98,47,97)
#562A55
(86,42,85)
#4A2549
(74,37,73)
#3E203D
(62,32,61)
#321B31
(50,27,49)
#261625
(38,22,37)
#1A1119
(26,17,25)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #863E85

#863E85
(134,62,133)
#914F90
(145,79,144)
#9C609B
(156,96,155)
#A771A6
(167,113,166)
#B282B1
(178,130,177)
#BD93BC
(189,147,188)
#C8A4C7
(200,164,199)
#D3B5D2
(211,181,210)
#DEC6DD
(222,198,221)
#E9D7E8
(233,215,232)
#F4E8F3
(244,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #863E85; }

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

This text font color is #863E85.

Background Color

.myBgColor { background-color: #863E85; }

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

This div background color is #863E85.

Border color

.myBorderColor { border: 1px solid #863E85; }

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

This div border color is #863E85.

Opacity

.myOpacity80 { color: #863E85; opacity: 0.8; }

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

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

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

This text has shadow with #863E85 color.


.textShadow {text-shadow: 3px 3px 1px #863E85', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #863E85; -webkit-box-shadow: 1px 1px 3px 2px #863E85; box-shadow:1px 1px 3px 2px #863E85;">
Div content here
</div>

This div box has shadow with color #863E85.

Preview

Color preview on black background

This text has color #863E85 on black background.


Color preview on white background

This text has color #863E85 on white background.


Black color preview on #863E85 background

This text has black color on #863E85 background.


White color preview on #863E85 background

This text has white color on #863E85 background.


Related colors

Complementary color

Complementary color for #hex is #79C17A.


I love getcolorcode.com

Triadic colors

1 #85863E and #3E8586 with #863E85 are triadic colors.

2 #853E86 and #3E8685 with #863E85 are triadic colors.