COLOR #865A7D

HEX: #865A7D
RGB: (134,90,125)

Color info

#865A7D contains red, green and blue colors in about the same proportion. Web safe color of #865A7D is #996666 (or #966).

RGB color model

#865A7D color RGB value is (134,90,125).

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

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 125 of 255 = 49%

134
90
125

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

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 125 = 349 (100%)
R 134 of 349 ~ 38.4%
G 90 of 349 ~ 25.79%
B 125 of 349 ~ 35.82%

%38.4
%25.79
%35.82

CMYK color model

#865A7D color CMYK value is (0,33,7,47).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(0,33,7,47)
C0M33Y7K47 
(0%,33%,7%,47%)
(0.00/0.33/0.07/0.47)	

CMYK percentages

%0
%32.84
%6.72
%47.45

Codes

Color #865A7D in popluar color models

865A7D
RGB13490125
HSL312°19.64%43.92%
HSB/HSV312°32.84%52.55%
CMYK0.00%32.84%6.72%
47.45%

Color #865A7D in popluar number systems.

HEX865A7D
Decimal13490125
Binary1000011010110101111101
Octal206132175

Shades and tints

Shades of #865A7D

#865A7D
(134,90,125)
#7A5272
(122,82,114)
#6E4A67
(110,74,103)
#62425C
(98,66,92)
#563A51
(86,58,81)
#4A3246
(74,50,70)
#3E2A3B
(62,42,59)
#322230
(50,34,48)
#261A25
(38,26,37)
#1A121A
(26,18,26)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #865A7D

#865A7D
(134,90,125)
#916988
(145,105,136)
#9C7893
(156,120,147)
#A7879E
(167,135,158)
#B296A9
(178,150,169)
#BDA5B4
(189,165,180)
#C8B4BF
(200,180,191)
#D3C3CA
(211,195,202)
#DED2D5
(222,210,213)
#E9E1E0
(233,225,224)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A7D; }

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

This text font color is #865A7D.


Background Color

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

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

This div background color is #865A7D.


Border color

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

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

This div border color is #865A7D.


Opacity

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

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

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

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

This text has shadow with #865A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A7D on black background.


Color preview on white background

This text has color #865A7D on white background.



Black color preview on #865A7D background

This text has black color on #865A7D background.


White color preview on #865A7D background

This text has white color on #865A7D background.