COLOR #856490

HEX: #856490
RGB: (133,100,144)

Color info

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

RGB color model

#856490 color RGB value is (133,100,144).

  • red value is 133;
  • green value is 100;
  • blue value is 144.
RGB:
(133,100,144)
(52%,39%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 144 of 255 = 56%

133
100
144

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 144 = 377 (100%)
R 133 of 377 ~ 35.28%
G 100 of 377 ~ 26.53%
B 144 of 377 ~ 38.2%

%35.28
%26.53
%38.2

CMYK color model

#856490 color CMYK value is (8,31,0,44).

  • cyan value is 7.64%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,31,0,44)
C8M31Y0K44 
(8%,31%,0%,44%)
(0.08/0.31/0.00/0.44)	

CMYK percentages

%7.64
%30.56
%0
%43.53

Codes

Color #856490 in popluar color models

856490
RGB133100144
HSL285°18.03%47.84%
HSB/HSV285°30.56%56.47%
CMYK7.64%30.56%0.00%
43.53%

Color #856490 in popluar number systems.

HEX856490
Decimal133100144
Binary10000101110010010010000
Octal205144220

Shades and tints

Shades of #856490

#856490
(133,100,144)
#795B83
(121,91,131)
#6D5276
(109,82,118)
#614969
(97,73,105)
#55405C
(85,64,92)
#49374F
(73,55,79)
#3D2E42
(61,46,66)
#312535
(49,37,53)
#251C28
(37,28,40)
#19131B
(25,19,27)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #856490

#856490
(133,100,144)
#90729A
(144,114,154)
#9B80A4
(155,128,164)
#A68EAE
(166,142,174)
#B19CB8
(177,156,184)
#BCAAC2
(188,170,194)
#C7B8CC
(199,184,204)
#D2C6D6
(210,198,214)
#DDD4E0
(221,212,224)
#E8E2EA
(232,226,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856490 color. Also use rgb(133,100,144) instead hex code.

Text Font Color

.myTextColor { color: #856490; }

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

This text font color is #856490.


Background Color

.myBgColor { background-color: #856490; }

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

This div background color is #856490.


Border color

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

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

This div border color is #856490.


Opacity

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

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

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

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

This text has shadow with #856490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856490 on black background.


Color preview on white background

This text has color #856490 on white background.



Black color preview on #856490 background

This text has black color on #856490 background.


White color preview on #856490 background

This text has white color on #856490 background.