COLOR #854984

HEX: #854984
RGB: (133,73,132)

Color info

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

RGB color model

#854984 color RGB value is (133,73,132).

  • red value is 133;
  • green value is 73;
  • blue value is 132.
RGB:
(133,73,132)
(52%,29%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 73 of 255 = 29%
B 132 of 255 = 52%

133
73
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 73 + 132 = 338 (100%)
R 133 of 338 ~ 39.35%
G 73 of 338 ~ 21.6%
B 132 of 338 ~ 39.05%

%39.35
%21.6
%39.05

CMYK color model

#854984 color CMYK value is (0,45,1,48).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(0,45,1,48)
C0M45Y1K48 
(0%,45%,1%,48%)
(0.00/0.45/0.01/0.48)	

CMYK percentages

%0
%45.11
%0.75
%47.84

Codes

Color #854984 in popluar color models

854984
RGB13373132
HSL301°29.13%40.39%
HSB/HSV301°45.11%52.16%
CMYK0.00%45.11%0.75%
47.84%

Color #854984 in popluar number systems.

HEX854984
Decimal13373132
Binary10000101100100110000100
Octal205111204

Shades and tints

Shades of #854984

#854984
(133,73,132)
#794378
(121,67,120)
#6D3D6C
(109,61,108)
#613760
(97,55,96)
#553154
(85,49,84)
#492B48
(73,43,72)
#3D253C
(61,37,60)
#311F30
(49,31,48)
#251924
(37,25,36)
#191318
(25,19,24)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #854984

#854984
(133,73,132)
#90598F
(144,89,143)
#9B699A
(155,105,154)
#A679A5
(166,121,165)
#B189B0
(177,137,176)
#BC99BB
(188,153,187)
#C7A9C6
(199,169,198)
#D2B9D1
(210,185,209)
#DDC9DC
(221,201,220)
#E8D9E7
(232,217,231)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854984 color. Also use rgb(133,73,132) instead hex code.

Text Font Color

.myTextColor { color: #854984; }

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

This text font color is #854984.


Background Color

.myBgColor { background-color: #854984; }

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

This div background color is #854984.


Border color

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

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

This div border color is #854984.


Opacity

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

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

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

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

This text has shadow with #854984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854984 on black background.


Color preview on white background

This text has color #854984 on white background.



Black color preview on #854984 background

This text has black color on #854984 background.


White color preview on #854984 background

This text has white color on #854984 background.