COLOR #865988

HEX: #865988
RGB: (134,89,136)

Color info

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

RGB color model

#865988 color RGB value is (134,89,136).

  • red value is 134;
  • green value is 89;
  • blue value is 136.
RGB:
(134,89,136)
(53%,35%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 89 of 255 = 35%
B 136 of 255 = 53%

134
89
136

R + G + B ~ 47%. #865988 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 89 + 136 = 359 (100%)
R 134 of 359 ~ 37.33%
G 89 of 359 ~ 24.79%
B 136 of 359 ~ 37.88%

%37.33
%24.79
%37.88

CMYK color model

#865988 color CMYK value is (1,35,0,47).

  • cyan value is 1.47%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(1,35,0,47)
C1M35Y0K47 
(1%,35%,0%,47%)
(0.01/0.35/0.00/0.47)	

CMYK percentages

%1.47
%34.56
%0
%46.67

Codes

Color #865988 in popluar color models

865988
RGB13489136
HSL297°20.89%44.12%
HSB/HSV297°34.56%53.33%
CMYK1.47%34.56%0.00%
46.67%

Color #865988 in popluar number systems.

HEX865988
Decimal13489136
Binary10000110101100110001000
Octal206131210

Shades and tints

Shades of #865988

#865988
(134,89,136)
#7A517C
(122,81,124)
#6E4970
(110,73,112)
#624164
(98,65,100)
#563958
(86,57,88)
#4A314C
(74,49,76)
#3E2940
(62,41,64)
#322134
(50,33,52)
#261928
(38,25,40)
#1A111C
(26,17,28)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #865988

#865988
(134,89,136)
#916892
(145,104,146)
#9C779C
(156,119,156)
#A786A6
(167,134,166)
#B295B0
(178,149,176)
#BDA4BA
(189,164,186)
#C8B3C4
(200,179,196)
#D3C2CE
(211,194,206)
#DED1D8
(222,209,216)
#E9E0E2
(233,224,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865988 color. Also use rgb(134,89,136) instead hex code.

Text Font Color

.myTextColor { color: #865988; }

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

This text font color is #865988.


Background Color

.myBgColor { background-color: #865988; }

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

This div background color is #865988.


Border color

.myBorderColor { border: 1px solid #865988; }

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

This div border color is #865988.


Opacity

.myOpacity80 { color: #865988; opacity: 0.8; }

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

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

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

This text has shadow with #865988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865988 on black background.


Color preview on white background

This text has color #865988 on white background.



Black color preview on #865988 background

This text has black color on #865988 background.


White color preview on #865988 background

This text has white color on #865988 background.