COLOR #865B9D

HEX: #865B9D
RGB: (134,91,157)

Color info

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

RGB color model

#865B9D color RGB value is (134,91,157).

  • red value is 134;
  • green value is 91;
  • blue value is 157.
RGB:
(134,91,157)
(53%,36%,62%)

RGB channels and saturation

R 134 of 255 = 53%
G 91 of 255 = 36%
B 157 of 255 = 62%

134
91
157

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

Portions of RGB colors in percentages

R + G + B =
134 + 91 + 157 = 382 (100%)
R 134 of 382 ~ 35.08%
G 91 of 382 ~ 23.82%
B 157 of 382 ~ 41.1%

%35.08
%23.82
%41.1

CMYK color model

#865B9D color CMYK value is (15,42,0,38).

  • cyan value is 14.65%
  • magenta value is 42.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,42,0,38)
C15M42Y0K38 
(15%,42%,0%,38%)
(0.15/0.42/0.00/0.38)	

CMYK percentages

%14.65
%42.04
%0
%38.43

Codes

Color #865B9D in popluar color models

865B9D
RGB13491157
HSL279°26.61%48.63%
HSB/HSV279°42.04%61.57%
CMYK14.65%42.04%0.00%
38.43%

Color #865B9D in popluar number systems.

HEX865B9D
Decimal13491157
Binary10000110101101110011101
Octal206133235

Shades and tints

Shades of #865B9D

#865B9D
(134,91,157)
#7A538F
(122,83,143)
#6E4B81
(110,75,129)
#624373
(98,67,115)
#563B65
(86,59,101)
#4A3357
(74,51,87)
#3E2B49
(62,43,73)
#32233B
(50,35,59)
#261B2D
(38,27,45)
#1A131F
(26,19,31)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #865B9D

#865B9D
(134,91,157)
#9169A5
(145,105,165)
#9C77AD
(156,119,173)
#A785B5
(167,133,181)
#B293BD
(178,147,189)
#BDA1C5
(189,161,197)
#C8AFCD
(200,175,205)
#D3BDD5
(211,189,213)
#DECBDD
(222,203,221)
#E9D9E5
(233,217,229)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865B9D color. Also use rgb(134,91,157) instead hex code.

Text Font Color

.myTextColor { color: #865B9D; }

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

This text font color is #865B9D.


Background Color

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

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

This div background color is #865B9D.


Border color

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

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

This div border color is #865B9D.


Opacity

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

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

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

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

This text has shadow with #865B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865B9D on black background.


Color preview on white background

This text has color #865B9D on white background.



Black color preview on #865B9D background

This text has black color on #865B9D background.


White color preview on #865B9D background

This text has white color on #865B9D background.