COLOR #863B90

HEX: #863B90
RGB: (134,59,144)

Color info

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

RGB color model

#863B90 color RGB value is (134,59,144).

  • red value is 134;
  • green value is 59;
  • blue value is 144.
RGB:
(134,59,144)
(53%,23%,56%)

RGB channels and saturation

R 134 of 255 = 53%
G 59 of 255 = 23%
B 144 of 255 = 56%

134
59
144

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

Portions of RGB colors in percentages

R + G + B =
134 + 59 + 144 = 337 (100%)
R 134 of 337 ~ 39.76%
G 59 of 337 ~ 17.51%
B 144 of 337 ~ 42.73%

%39.76
%17.51
%42.73

CMYK color model

#863B90 color CMYK value is (7,59,0,44).

  • cyan value is 6.94%
  • magenta value is 59.03%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(7,59,0,44)
C7M59Y0K44 
(7%,59%,0%,44%)
(0.07/0.59/0.00/0.44)	

CMYK percentages

%6.94
%59.03
%0
%43.53

Codes

Color #863B90 in popluar color models

863B90
RGB13459144
HSL293°41.87%39.80%
HSB/HSV293°59.03%56.47%
CMYK6.94%59.03%0.00%
43.53%

Color #863B90 in popluar number systems.

HEX863B90
Decimal13459144
Binary1000011011101110010000
Octal20673220

Shades and tints

Shades of #863B90

#863B90
(134,59,144)
#7A3683
(122,54,131)
#6E3176
(110,49,118)
#622C69
(98,44,105)
#56275C
(86,39,92)
#4A224F
(74,34,79)
#3E1D42
(62,29,66)
#321835
(50,24,53)
#261328
(38,19,40)
#1A0E1B
(26,14,27)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #863B90

#863B90
(134,59,144)
#914C9A
(145,76,154)
#9C5DA4
(156,93,164)
#A76EAE
(167,110,174)
#B27FB8
(178,127,184)
#BD90C2
(189,144,194)
#C8A1CC
(200,161,204)
#D3B2D6
(211,178,214)
#DEC3E0
(222,195,224)
#E9D4EA
(233,212,234)
#F4E5F4
(244,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #863B90 color. Also use rgb(134,59,144) instead hex code.

Text Font Color

.myTextColor { color: #863B90; }

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

This text font color is #863B90.


Background Color

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

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

This div background color is #863B90.


Border color

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

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

This div border color is #863B90.


Opacity

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

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

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

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

This text has shadow with #863B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #863B90 on black background.


Color preview on white background

This text has color #863B90 on white background.



Black color preview on #863B90 background

This text has black color on #863B90 background.


White color preview on #863B90 background

This text has white color on #863B90 background.