COLOR #865D9B

HEX: #865D9B
RGB: (134,93,155)

Color info

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

RGB color model

#865D9B color RGB value is (134,93,155).

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

RGB channels and saturation

R 134 of 255 = 53%
G 93 of 255 = 36%
B 155 of 255 = 61%

134
93
155

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

Portions of RGB colors in percentages

R + G + B =
134 + 93 + 155 = 382 (100%)
R 134 of 382 ~ 35.08%
G 93 of 382 ~ 24.35%
B 155 of 382 ~ 40.58%

%35.08
%24.35
%40.58

CMYK color model

#865D9B color CMYK value is (14,40,0,39).

  • cyan value is 13.55%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(14,40,0,39)
C14M40Y0K39 
(14%,40%,0%,39%)
(0.14/0.40/0.00/0.39)	

CMYK percentages

%13.55
%40
%0
%39.22

Codes

Color #865D9B in popluar color models

865D9B
RGB13493155
HSL280°25.00%48.63%
HSB/HSV280°40.00%60.78%
CMYK13.55%40.00%0.00%
39.22%

Color #865D9B in popluar number systems.

HEX865D9B
Decimal13493155
Binary10000110101110110011011
Octal206135233

Shades and tints

Shades of #865D9B

#865D9B
(134,93,155)
#7A558D
(122,85,141)
#6E4D7F
(110,77,127)
#624571
(98,69,113)
#563D63
(86,61,99)
#4A3555
(74,53,85)
#3E2D47
(62,45,71)
#322539
(50,37,57)
#261D2B
(38,29,43)
#1A151D
(26,21,29)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #865D9B

#865D9B
(134,93,155)
#916BA4
(145,107,164)
#9C79AD
(156,121,173)
#A787B6
(167,135,182)
#B295BF
(178,149,191)
#BDA3C8
(189,163,200)
#C8B1D1
(200,177,209)
#D3BFDA
(211,191,218)
#DECDE3
(222,205,227)
#E9DBEC
(233,219,236)
#F4E9F5
(244,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865D9B; }

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

This text font color is #865D9B.


Background Color

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

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

This div background color is #865D9B.


Border color

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

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

This div border color is #865D9B.


Opacity

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

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

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

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

This text has shadow with #865D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865D9B on black background.


Color preview on white background

This text has color #865D9B on white background.



Black color preview on #865D9B background

This text has black color on #865D9B background.


White color preview on #865D9B background

This text has white color on #865D9B background.