COLOR #865AAB

HEX: #865AAB
RGB: (134,90,171)

Color info

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

RGB color model

#865AAB color RGB value is (134,90,171).

  • red value is 134;
  • green value is 90;
  • blue value is 171.
RGB:
(134,90,171)
(53%,35%,67%)

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 171 of 255 = 67%

134
90
171

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

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 171 = 395 (100%)
R 134 of 395 ~ 33.92%
G 90 of 395 ~ 22.78%
B 171 of 395 ~ 43.29%

%33.92
%22.78
%43.29

CMYK color model

#865AAB color CMYK value is (22,47,0,33).

  • cyan value is 21.64%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(22,47,0,33)
C22M47Y0K33 
(22%,47%,0%,33%)
(0.22/0.47/0.00/0.33)	

CMYK percentages

%21.64
%47.37
%0
%32.94

Codes

Color #865AAB in popluar color models

865AAB
RGB13490171
HSL273°32.53%51.18%
HSB/HSV273°47.37%67.06%
CMYK21.64%47.37%0.00%
32.94%

Color #865AAB in popluar number systems.

HEX865AAB
Decimal13490171
Binary10000110101101010101011
Octal206132253

Shades and tints

Shades of #865AAB

#865AAB
(134,90,171)
#7A529C
(122,82,156)
#6E4A8D
(110,74,141)
#62427E
(98,66,126)
#563A6F
(86,58,111)
#4A3260
(74,50,96)
#3E2A51
(62,42,81)
#322242
(50,34,66)
#261A33
(38,26,51)
#1A1224
(26,18,36)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #865AAB

#865AAB
(134,90,171)
#9169B2
(145,105,178)
#9C78B9
(156,120,185)
#A787C0
(167,135,192)
#B296C7
(178,150,199)
#BDA5CE
(189,165,206)
#C8B4D5
(200,180,213)
#D3C3DC
(211,195,220)
#DED2E3
(222,210,227)
#E9E1EA
(233,225,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865AAB color. Also use rgb(134,90,171) instead hex code.

Text Font Color

.myTextColor { color: #865AAB; }

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

This text font color is #865AAB.


Background Color

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

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

This div background color is #865AAB.


Border color

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

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

This div border color is #865AAB.


Opacity

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

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

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

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

This text has shadow with #865AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865AAB on black background.


Color preview on white background

This text has color #865AAB on white background.



Black color preview on #865AAB background

This text has black color on #865AAB background.


White color preview on #865AAB background

This text has white color on #865AAB background.