COLOR #865493

HEX: #865493
RGB: (134,84,147)

Color info

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

RGB color model

#865493 color RGB value is (134,84,147).

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

RGB channels and saturation

R 134 of 255 = 53%
G 84 of 255 = 33%
B 147 of 255 = 58%

134
84
147

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

Portions of RGB colors in percentages

R + G + B =
134 + 84 + 147 = 365 (100%)
R 134 of 365 ~ 36.71%
G 84 of 365 ~ 23.01%
B 147 of 365 ~ 40.27%

%36.71
%23.01
%40.27

CMYK color model

#865493 color CMYK value is (9,43,0,42).

  • cyan value is 8.84%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (9,43,0,42) C9M43Y0K42 (9%,43%,0%,42%) (0.09/0.43/0.00/0.42)

CMYK percentages

%8.84
%42.86
%0
%42.35

Codes

Color #865493 in popluar color models

865493
RGB13484147
HSL288°27.27%45.29%
HSB/HSV288°42.86%57.65%
CMYK8.84%42.86%0.00%
42.35%

Color #865493 in popluar number systems.

HEX865493
Decimal13484147
Binary10000110101010010010011
Octal206124223

Shades and tints

Shades of #865493

#865493
(134,84,147)
#7A4D86
(122,77,134)
#6E4679
(110,70,121)
#623F6C
(98,63,108)
#56385F
(86,56,95)
#4A3152
(74,49,82)
#3E2A45
(62,42,69)
#322338
(50,35,56)
#261C2B
(38,28,43)
#1A151E
(26,21,30)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #865493

#865493
(134,84,147)
#91639C
(145,99,156)
#9C72A5
(156,114,165)
#A781AE
(167,129,174)
#B290B7
(178,144,183)
#BD9FC0
(189,159,192)
#C8AEC9
(200,174,201)
#D3BDD2
(211,189,210)
#DECCDB
(222,204,219)
#E9DBE4
(233,219,228)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865493; }

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

This text font color is #865493.


Background Color

.myBgColor { background-color: #865493; }

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

This div background color is #865493.


Border color

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

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

This div border color is #865493.


Opacity

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

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

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

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

This text has shadow with #865493 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #865493 on black background.


Color preview on white background

This text has color #865493 on white background.



Black color preview on #865493 background

This text has black color on #865493 background.


White color preview on #865493 background

This text has white color on #865493 background.