COLOR #863D8F

HEX: #863D8F RGB: (134,61,143)

Color info

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

RGB color model

#863D8F color RGB value is (134,61,143).

RGB: (134,61,143) (53%, 24%, 56%)

RGB channels and saturation

R 134 of 255 = 53%
G 61 of 255 = 24%
B 143 of 255 = 56%

134
61
143

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

Portions of RGB colors in percentages

R + G + B = 134 + 61 + 143 = 338 (100%)
R 134 of 338 ~ 39.64%
G 61 of 338 ~ 18.05%
B 143 of 338 ~ 42.31'%

%39.64
%18.05
%42.31

CMYK color model

#863D8F color CMYK value is (6,57,0,44).

  • cyan value is 6.29%
  • magenta value is 57.34%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (6,57,0,44)
C6M57Y0K44 (6%, 57%, 0%, 44%)
(0.06 / 0.57 / 0.00 / 0.44)

CMYK percentages

%6.29
%57.34
%0
%43.92

Codes

Color #863D8F in popluar color models

86 3D 8F
RGB 134 61 143
HSL 293° 40.20% 40.00%
HSB/HSV 293° 57.34% 56.08%
CMYK 6.29% 57.34% 0.00%
43.92%

Color #863D8F in popluar number systems.

HEX 86 3D 8F
Decimal 134 61 143
Binary 10000110 111101 10001111
Octal 206 75 217

Shades and tints

Shades of #863D8F

#863D8F
(134,61,143)
#7A3882
(122,56,130)
#6E3375
(110,51,117)
#622E68
(98,46,104)
#56295B
(86,41,91)
#4A244E
(74,36,78)
#3E1F41
(62,31,65)
#321A34
(50,26,52)
#261527
(38,21,39)
#1A101A
(26,16,26)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #863D8F

#863D8F
(134,61,143)
#914E99
(145,78,153)
#9C5FA3
(156,95,163)
#A770AD
(167,112,173)
#B281B7
(178,129,183)
#BD92C1
(189,146,193)
#C8A3CB
(200,163,203)
#D3B4D5
(211,180,213)
#DEC5DF
(222,197,223)
#E9D6E9
(233,214,233)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863D8F color. Also use rgb(134,61,143) instead hex code.

Text Font Color

.myTextColor { color: #863D8F; }

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

This text font color is #863D8F.

Background Color

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

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

This div background color is #863D8F.

Border color

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

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

This div border color is #863D8F.

Opacity

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

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

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

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

This text has shadow with #863D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #863D8F.

Preview

Color preview on black background

This text has color #863D8F on black background.


Color preview on white background

This text has color #863D8F on white background.


Black color preview on #863D8F background

This text has black color on #863D8F background.


White color preview on #863D8F background

This text has white color on #863D8F background.


Related colors

Complementary color

Complementary color for #hex is #79C270.


I love getcolorcode.com

Triadic colors

1 #8F863D and #3D8F86 with #863D8F are triadic colors.

2 #8F3D86 and #3D868F with #863D8F are triadic colors.