COLOR #854197

HEX: #854197
RGB: (133,65,151)

Color info

#854197 contains mainly red and blue colors. Web safe color of #854197 is #993399 (or #939).

RGB color model

#854197 color RGB value is (133,65,151).

  • red value is 133;
  • green value is 65;
  • blue value is 151.
RGB:
(133,65,151)
(52%,25%,59%)

RGB channels and saturation

R 133 of 255 = 52%
G 65 of 255 = 25%
B 151 of 255 = 59%

133
65
151

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

Portions of RGB colors in percentages

R + G + B =
133 + 65 + 151 = 349 (100%)
R 133 of 349 ~ 38.11%
G 65 of 349 ~ 18.62%
B 151 of 349 ~ 43.27%

%38.11
%18.62
%43.27

CMYK color model

#854197 color CMYK value is (12,57,0,41).

  • cyan value is 11.92%
  • magenta value is 56.95%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(12,57,0,41)
C12M57Y0K41 
(12%,57%,0%,41%)
(0.12/0.57/0.00/0.41)	

CMYK percentages

%11.92
%56.95
%0
%40.78

Codes

Color #854197 in popluar color models

854197
RGB13365151
HSL287°39.81%42.35%
HSB/HSV287°56.95%59.22%
CMYK11.92%56.95%0.00%
40.78%

Color #854197 in popluar number systems.

HEX854197
Decimal13365151
Binary10000101100000110010111
Octal205101227

Shades and tints

Shades of #854197

#854197
(133,65,151)
#793C8A
(121,60,138)
#6D377D
(109,55,125)
#613270
(97,50,112)
#552D63
(85,45,99)
#492856
(73,40,86)
#3D2349
(61,35,73)
#311E3C
(49,30,60)
#25192F
(37,25,47)
#191422
(25,20,34)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #854197

#854197
(133,65,151)
#9052A0
(144,82,160)
#9B63A9
(155,99,169)
#A674B2
(166,116,178)
#B185BB
(177,133,187)
#BC96C4
(188,150,196)
#C7A7CD
(199,167,205)
#D2B8D6
(210,184,214)
#DDC9DF
(221,201,223)
#E8DAE8
(232,218,232)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854197 color. Also use rgb(133,65,151) instead hex code.

Text Font Color

.myTextColor { color: #854197; }

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

This text font color is #854197.


Background Color

.myBgColor { background-color: #854197; }

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

This div background color is #854197.


Border color

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

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

This div border color is #854197.


Opacity

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

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

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

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

This text has shadow with #854197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854197 on black background.


Color preview on white background

This text has color #854197 on white background.



Black color preview on #854197 background

This text has black color on #854197 background.


White color preview on #854197 background

This text has white color on #854197 background.