COLOR #865590

HEX: #865590
RGB: (134,85,144)

Color info

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

RGB color model

#865590 color RGB value is (134,85,144).

  • red value is 134;
  • green value is 85;
  • blue value is 144.
RGB:
(134,85,144)
(53%,33%,56%)

RGB channels and saturation

R 134 of 255 = 53%
G 85 of 255 = 33%
B 144 of 255 = 56%

134
85
144

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

Portions of RGB colors in percentages

R + G + B =
134 + 85 + 144 = 363 (100%)
R 134 of 363 ~ 36.91%
G 85 of 363 ~ 23.42%
B 144 of 363 ~ 39.67%

%36.91
%23.42
%39.67

CMYK color model

#865590 color CMYK value is (7,41,0,44).

  • cyan value is 6.94%
  • magenta value is 40.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(7,41,0,44)
C7M41Y0K44 
(7%,41%,0%,44%)
(0.07/0.41/0.00/0.44)	

CMYK percentages

%6.94
%40.97
%0
%43.53

Codes

Color #865590 in popluar color models

865590
RGB13485144
HSL290°25.76%44.90%
HSB/HSV290°40.97%56.47%
CMYK6.94%40.97%0.00%
43.53%

Color #865590 in popluar number systems.

HEX865590
Decimal13485144
Binary10000110101010110010000
Octal206125220

Shades and tints

Shades of #865590

#865590
(134,85,144)
#7A4E83
(122,78,131)
#6E4776
(110,71,118)
#624069
(98,64,105)
#56395C
(86,57,92)
#4A324F
(74,50,79)
#3E2B42
(62,43,66)
#322435
(50,36,53)
#261D28
(38,29,40)
#1A161B
(26,22,27)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #865590

#865590
(134,85,144)
#91649A
(145,100,154)
#9C73A4
(156,115,164)
#A782AE
(167,130,174)
#B291B8
(178,145,184)
#BDA0C2
(189,160,194)
#C8AFCC
(200,175,204)
#D3BED6
(211,190,214)
#DECDE0
(222,205,224)
#E9DCEA
(233,220,234)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865590 color. Also use rgb(134,85,144) instead hex code.

Text Font Color

.myTextColor { color: #865590; }

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

This text font color is #865590.


Background Color

.myBgColor { background-color: #865590; }

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

This div background color is #865590.


Border color

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

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

This div border color is #865590.


Opacity

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

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

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

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

This text has shadow with #865590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865590 on black background.


Color preview on white background

This text has color #865590 on white background.



Black color preview on #865590 background

This text has black color on #865590 background.


White color preview on #865590 background

This text has white color on #865590 background.