COLOR #865D9A

HEX: #865D9A
RGB: (134,93,154)

Color info

#865D9A contains mainly red and blue colors. Web safe color of #865D9A is #996699 (or #969).

RGB color model

#865D9A color RGB value is (134,93,154).

  • red value is 134;
  • green value is 93;
  • blue value is 154.
RGB:
(134,93,154)
(53%,36%,60%)

RGB channels and saturation

R 134 of 255 = 53%
G 93 of 255 = 36%
B 154 of 255 = 60%

134
93
154

R + G + B ~ 50%. #865D9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 93 + 154 = 381 (100%)
R 134 of 381 ~ 35.17%
G 93 of 381 ~ 24.41%
B 154 of 381 ~ 40.42%

%35.17
%24.41
%40.42

CMYK color model

#865D9A color CMYK value is (13,40,0,40).

  • cyan value is 12.99%
  • magenta value is 39.61%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(13,40,0,40)
C13M40Y0K40 
(13%,40%,0%,40%)
(0.13/0.40/0.00/0.40)	

CMYK percentages

%12.99
%39.61
%0
%39.61

Codes

Color #865D9A in popluar color models

865D9A
RGB13493154
HSL280°24.70%48.43%
HSB/HSV280°39.61%60.39%
CMYK12.99%39.61%0.00%
39.61%

Color #865D9A in popluar number systems.

HEX865D9A
Decimal13493154
Binary10000110101110110011010
Octal206135232

Shades and tints

Shades of #865D9A

#865D9A
(134,93,154)
#7A558C
(122,85,140)
#6E4D7E
(110,77,126)
#624570
(98,69,112)
#563D62
(86,61,98)
#4A3554
(74,53,84)
#3E2D46
(62,45,70)
#322538
(50,37,56)
#261D2A
(38,29,42)
#1A151C
(26,21,28)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #865D9A

#865D9A
(134,93,154)
#916BA3
(145,107,163)
#9C79AC
(156,121,172)
#A787B5
(167,135,181)
#B295BE
(178,149,190)
#BDA3C7
(189,163,199)
#C8B1D0
(200,177,208)
#D3BFD9
(211,191,217)
#DECDE2
(222,205,226)
#E9DBEB
(233,219,235)
#F4E9F4
(244,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865D9A color. Also use rgb(134,93,154) instead hex code.

Text Font Color

.myTextColor { color: #865D9A; }

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

This text font color is #865D9A.


Background Color

.myBgColor { background-color: #865D9A; }

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

This div background color is #865D9A.


Border color

.myBorderColor { border: 1px solid #865D9A; }

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

This div border color is #865D9A.


Opacity

.myOpacity80 { color: #865D9A; opacity: 0.8; }

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

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

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

This text has shadow with #865D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865D9A on black background.


Color preview on white background

This text has color #865D9A on white background.



Black color preview on #865D9A background

This text has black color on #865D9A background.


White color preview on #865D9A background

This text has white color on #865D9A background.