COLOR #854FA9

HEX: #854FA9
RGB: (133,79,169)

Color info

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

RGB color model

#854FA9 color RGB value is (133,79,169).

  • red value is 133;
  • green value is 79;
  • blue value is 169.
RGB:
(133,79,169)
(52%,31%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 79 of 255 = 31%
B 169 of 255 = 66%

133
79
169

R + G + B ~ 50%. #854FA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 79 + 169 = 381 (100%)
R 133 of 381 ~ 34.91%
G 79 of 381 ~ 20.73%
B 169 of 381 ~ 44.36%

%34.91
%20.73
%44.36

CMYK color model

#854FA9 color CMYK value is (21,53,0,34).

  • cyan value is 21.30%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,53,0,34)
C21M53Y0K34 
(21%,53%,0%,34%)
(0.21/0.53/0.00/0.34)	

CMYK percentages

%21.3
%53.25
%0
%33.73

Codes

Color #854FA9 in popluar color models

854FA9
RGB13379169
HSL276°36.29%48.63%
HSB/HSV276°53.25%66.27%
CMYK21.30%53.25%0.00%
33.73%

Color #854FA9 in popluar number systems.

HEX854FA9
Decimal13379169
Binary10000101100111110101001
Octal205117251

Shades and tints

Shades of #854FA9

#854FA9
(133,79,169)
#79489A
(121,72,154)
#6D418B
(109,65,139)
#613A7C
(97,58,124)
#55336D
(85,51,109)
#492C5E
(73,44,94)
#3D254F
(61,37,79)
#311E40
(49,30,64)
#251731
(37,23,49)
#191022
(25,16,34)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #854FA9

#854FA9
(133,79,169)
#905FB0
(144,95,176)
#9B6FB7
(155,111,183)
#A67FBE
(166,127,190)
#B18FC5
(177,143,197)
#BC9FCC
(188,159,204)
#C7AFD3
(199,175,211)
#D2BFDA
(210,191,218)
#DDCFE1
(221,207,225)
#E8DFE8
(232,223,232)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854FA9 color. Also use rgb(133,79,169) instead hex code.

Text Font Color

.myTextColor { color: #854FA9; }

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

This text font color is #854FA9.


Background Color

.myBgColor { background-color: #854FA9; }

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

This div background color is #854FA9.


Border color

.myBorderColor { border: 1px solid #854FA9; }

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

This div border color is #854FA9.


Opacity

.myOpacity80 { color: #854FA9; opacity: 0.8; }

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

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

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

This text has shadow with #854FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854FA9 on black background.


Color preview on white background

This text has color #854FA9 on white background.



Black color preview on #854FA9 background

This text has black color on #854FA9 background.


White color preview on #854FA9 background

This text has white color on #854FA9 background.