COLOR #865091

HEX: #865091
RGB: (134,80,145)

Color info

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

RGB color model

#865091 color RGB value is (134,80,145).

  • red value is 134;
  • green value is 80;
  • blue value is 145.
RGB:
(134,80,145)
(53%,31%,57%)

RGB channels and saturation

R 134 of 255 = 53%
G 80 of 255 = 31%
B 145 of 255 = 57%

134
80
145

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

Portions of RGB colors in percentages

R + G + B =
134 + 80 + 145 = 359 (100%)
R 134 of 359 ~ 37.33%
G 80 of 359 ~ 22.28%
B 145 of 359 ~ 40.39%

%37.33
%22.28
%40.39

CMYK color model

#865091 color CMYK value is (8,45,0,43).

  • cyan value is 7.59%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(8,45,0,43)
C8M45Y0K43 
(8%,45%,0%,43%)
(0.08/0.45/0.00/0.43)	

CMYK percentages

%7.59
%44.83
%0
%43.14

Codes

Color #865091 in popluar color models

865091
RGB13480145
HSL290°28.89%44.12%
HSB/HSV290°44.83%56.86%
CMYK7.59%44.83%0.00%
43.14%

Color #865091 in popluar number systems.

HEX865091
Decimal13480145
Binary10000110101000010010001
Octal206120221

Shades and tints

Shades of #865091

#865091
(134,80,145)
#7A4984
(122,73,132)
#6E4277
(110,66,119)
#623B6A
(98,59,106)
#56345D
(86,52,93)
#4A2D50
(74,45,80)
#3E2643
(62,38,67)
#321F36
(50,31,54)
#261829
(38,24,41)
#1A111C
(26,17,28)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #865091

#865091
(134,80,145)
#915F9B
(145,95,155)
#9C6EA5
(156,110,165)
#A77DAF
(167,125,175)
#B28CB9
(178,140,185)
#BD9BC3
(189,155,195)
#C8AACD
(200,170,205)
#D3B9D7
(211,185,215)
#DEC8E1
(222,200,225)
#E9D7EB
(233,215,235)
#F4E6F5
(244,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865091 color. Also use rgb(134,80,145) instead hex code.

Text Font Color

.myTextColor { color: #865091; }

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

This text font color is #865091.


Background Color

.myBgColor { background-color: #865091; }

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

This div background color is #865091.


Border color

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

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

This div border color is #865091.


Opacity

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

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

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

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

This text has shadow with #865091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865091 on black background.


Color preview on white background

This text has color #865091 on white background.



Black color preview on #865091 background

This text has black color on #865091 background.


White color preview on #865091 background

This text has white color on #865091 background.