COLOR #865C8C

HEX: #865C8C
RGB: (134,92,140)

Color info

#865C8C contains red, green and blue colors in about the same proportion. Web safe color of #865C8C is #996699 (or #969).

RGB color model

#865C8C color RGB value is (134,92,140).

  • red value is 134;
  • green value is 92;
  • blue value is 140.
RGB:
(134,92,140)
(53%,36%,55%)

RGB channels and saturation

R 134 of 255 = 53%
G 92 of 255 = 36%
B 140 of 255 = 55%

134
92
140

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

Portions of RGB colors in percentages

R + G + B =
134 + 92 + 140 = 366 (100%)
R 134 of 366 ~ 36.61%
G 92 of 366 ~ 25.14%
B 140 of 366 ~ 38.25%

%36.61
%25.14
%38.25

CMYK color model

#865C8C color CMYK value is (4,34,0,45).

  • cyan value is 4.29%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(4,34,0,45)
C4M34Y0K45 
(4%,34%,0%,45%)
(0.04/0.34/0.00/0.45)	

CMYK percentages

%4.29
%34.29
%0
%45.1

Codes

Color #865C8C in popluar color models

865C8C
RGB13492140
HSL293°20.69%45.49%
HSB/HSV293°34.29%54.90%
CMYK4.29%34.29%0.00%
45.10%

Color #865C8C in popluar number systems.

HEX865C8C
Decimal13492140
Binary10000110101110010001100
Octal206134214

Shades and tints

Shades of #865C8C

#865C8C
(134,92,140)
#7A5480
(122,84,128)
#6E4C74
(110,76,116)
#624468
(98,68,104)
#563C5C
(86,60,92)
#4A3450
(74,52,80)
#3E2C44
(62,44,68)
#322438
(50,36,56)
#261C2C
(38,28,44)
#1A1420
(26,20,32)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #865C8C

#865C8C
(134,92,140)
#916A96
(145,106,150)
#9C78A0
(156,120,160)
#A786AA
(167,134,170)
#B294B4
(178,148,180)
#BDA2BE
(189,162,190)
#C8B0C8
(200,176,200)
#D3BED2
(211,190,210)
#DECCDC
(222,204,220)
#E9DAE6
(233,218,230)
#F4E8F0
(244,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865C8C color. Also use rgb(134,92,140) instead hex code.

Text Font Color

.myTextColor { color: #865C8C; }

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

This text font color is #865C8C.


Background Color

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

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

This div background color is #865C8C.


Border color

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

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

This div border color is #865C8C.


Opacity

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

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

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

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

This text has shadow with #865C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865C8C on black background.


Color preview on white background

This text has color #865C8C on white background.



Black color preview on #865C8C background

This text has black color on #865C8C background.


White color preview on #865C8C background

This text has white color on #865C8C background.