COLOR #865893

HEX: #865893
RGB: (134,88,147)

Color info

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

RGB color model

#865893 color RGB value is (134,88,147).

  • red value is 134;
  • green value is 88;
  • blue value is 147.
RGB:
(134,88,147)
(53%,35%,58%)

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 147 of 255 = 58%

134
88
147

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

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 147 = 369 (100%)
R 134 of 369 ~ 36.31%
G 88 of 369 ~ 23.85%
B 147 of 369 ~ 39.84%

%36.31
%23.85
%39.84

CMYK color model

#865893 color CMYK value is (9,40,0,42).

  • cyan value is 8.84%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(9,40,0,42)
C9M40Y0K42 
(9%,40%,0%,42%)
(0.09/0.40/0.00/0.42)	

CMYK percentages

%8.84
%40.14
%0
%42.35

Codes

Color #865893 in popluar color models

865893
RGB13488147
HSL287°25.11%46.08%
HSB/HSV287°40.14%57.65%
CMYK8.84%40.14%0.00%
42.35%

Color #865893 in popluar number systems.

HEX865893
Decimal13488147
Binary10000110101100010010011
Octal206130223

Shades and tints

Shades of #865893

#865893
(134,88,147)
#7A5086
(122,80,134)
#6E4879
(110,72,121)
#62406C
(98,64,108)
#56385F
(86,56,95)
#4A3052
(74,48,82)
#3E2845
(62,40,69)
#322038
(50,32,56)
#26182B
(38,24,43)
#1A101E
(26,16,30)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #865893

#865893
(134,88,147)
#91679C
(145,103,156)
#9C76A5
(156,118,165)
#A785AE
(167,133,174)
#B294B7
(178,148,183)
#BDA3C0
(189,163,192)
#C8B2C9
(200,178,201)
#D3C1D2
(211,193,210)
#DED0DB
(222,208,219)
#E9DFE4
(233,223,228)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865893 color. Also use rgb(134,88,147) instead hex code.

Text Font Color

.myTextColor { color: #865893; }

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

This text font color is #865893.


Background Color

.myBgColor { background-color: #865893; }

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

This div background color is #865893.


Border color

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

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

This div border color is #865893.


Opacity

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

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

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

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

This text has shadow with #865893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865893 on black background.


Color preview on white background

This text has color #865893 on white background.



Black color preview on #865893 background

This text has black color on #865893 background.


White color preview on #865893 background

This text has white color on #865893 background.