COLOR #865883

HEX: #865883
RGB: (134,88,131)

Color info

#865883 contains red, green and blue colors in about the same proportion. Web safe color of #865883 is #996699 (or #969).

RGB color model

#865883 color RGB value is (134,88,131).

  • red value is 134;
  • green value is 88;
  • blue value is 131.
RGB:
(134,88,131)
(53%,35%,51%)

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 131 of 255 = 51%

134
88
131

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

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 131 = 353 (100%)
R 134 of 353 ~ 37.96%
G 88 of 353 ~ 24.93%
B 131 of 353 ~ 37.11%

%37.96
%24.93
%37.11

CMYK color model

#865883 color CMYK value is (0,34,2,47).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 2.24%
  • key color value is 47.45%
CMYK:
(0,34,2,47)
C0M34Y2K47 
(0%,34%,2%,47%)
(0.00/0.34/0.02/0.47)	

CMYK percentages

%0
%34.33
%2.24
%47.45

Codes

Color #865883 in popluar color models

865883
RGB13488131
HSL304°20.72%43.53%
HSB/HSV304°34.33%52.55%
CMYK0.00%34.33%2.24%
47.45%

Color #865883 in popluar number systems.

HEX865883
Decimal13488131
Binary10000110101100010000011
Octal206130203

Shades and tints

Shades of #865883

#865883
(134,88,131)
#7A5078
(122,80,120)
#6E486D
(110,72,109)
#624062
(98,64,98)
#563857
(86,56,87)
#4A304C
(74,48,76)
#3E2841
(62,40,65)
#322036
(50,32,54)
#26182B
(38,24,43)
#1A1020
(26,16,32)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #865883

#865883
(134,88,131)
#91678E
(145,103,142)
#9C7699
(156,118,153)
#A785A4
(167,133,164)
#B294AF
(178,148,175)
#BDA3BA
(189,163,186)
#C8B2C5
(200,178,197)
#D3C1D0
(211,193,208)
#DED0DB
(222,208,219)
#E9DFE6
(233,223,230)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865883 color. Also use rgb(134,88,131) instead hex code.

Text Font Color

.myTextColor { color: #865883; }

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

This text font color is #865883.


Background Color

.myBgColor { background-color: #865883; }

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

This div background color is #865883.


Border color

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

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

This div border color is #865883.


Opacity

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

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

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

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

This text has shadow with #865883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865883 on black background.


Color preview on white background

This text has color #865883 on white background.



Black color preview on #865883 background

This text has black color on #865883 background.


White color preview on #865883 background

This text has white color on #865883 background.