COLOR #863881

HEX: #863881
RGB: (134,56,129)

Color info

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

RGB color model

#863881 color RGB value is (134,56,129).

  • red value is 134;
  • green value is 56;
  • blue value is 129.
RGB:
(134,56,129)
(53%,22%,51%)

RGB channels and saturation

R 134 of 255 = 53%
G 56 of 255 = 22%
B 129 of 255 = 51%

134
56
129

R + G + B ~ 42%. #863881 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 56 + 129 = 319 (100%)
R 134 of 319 ~ 42.01%
G 56 of 319 ~ 17.55%
B 129 of 319 ~ 40.44%

%42.01
%17.55
%40.44

CMYK color model

#863881 color CMYK value is (0,58,4,47).

  • cyan value is 0.00%
  • magenta value is 58.21%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(0,58,4,47)
C0M58Y4K47 
(0%,58%,4%,47%)
(0.00/0.58/0.04/0.47)	

CMYK percentages

%0
%58.21
%3.73
%47.45

Codes

Color #863881 in popluar color models

863881
RGB13456129
HSL304°41.05%37.25%
HSB/HSV304°58.21%52.55%
CMYK0.00%58.21%3.73%
47.45%

Color #863881 in popluar number systems.

HEX863881
Decimal13456129
Binary1000011011100010000001
Octal20670201

Shades and tints

Shades of #863881

#863881
(134,56,129)
#7A3376
(122,51,118)
#6E2E6B
(110,46,107)
#622960
(98,41,96)
#562455
(86,36,85)
#4A1F4A
(74,31,74)
#3E1A3F
(62,26,63)
#321534
(50,21,52)
#261029
(38,16,41)
#1A0B1E
(26,11,30)
#0E0613
(14,6,19)
#000000
(0,0,0)

Tints of #863881

#863881
(134,56,129)
#914A8C
(145,74,140)
#9C5C97
(156,92,151)
#A76EA2
(167,110,162)
#B280AD
(178,128,173)
#BD92B8
(189,146,184)
#C8A4C3
(200,164,195)
#D3B6CE
(211,182,206)
#DEC8D9
(222,200,217)
#E9DAE4
(233,218,228)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863881 color. Also use rgb(134,56,129) instead hex code.

Text Font Color

.myTextColor { color: #863881; }

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

This text font color is #863881.


Background Color

.myBgColor { background-color: #863881; }

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

This div background color is #863881.


Border color

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

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

This div border color is #863881.


Opacity

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

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

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

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

This text has shadow with #863881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863881 on black background.


Color preview on white background

This text has color #863881 on white background.



Black color preview on #863881 background

This text has black color on #863881 background.


White color preview on #863881 background

This text has white color on #863881 background.