COLOR #804B92

HEX: #804B92
RGB: (128,75,146)

Color info

#804B92 contains mainly red and blue colors. Web safe color of #804B92 is #663399 (or #639).

RGB color model

#804B92 color RGB value is (128,75,146).

  • red value is 128;
  • green value is 75;
  • blue value is 146.
RGB:
(128,75,146)
(50%,29%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 75 of 255 = 29%
B 146 of 255 = 57%

128
75
146

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

Portions of RGB colors in percentages

R + G + B =
128 + 75 + 146 = 349 (100%)
R 128 of 349 ~ 36.68%
G 75 of 349 ~ 21.49%
B 146 of 349 ~ 41.83%

%36.68
%21.49
%41.83

CMYK color model

#804B92 color CMYK value is (12,49,0,43).

  • cyan value is 12.33%
  • magenta value is 48.63%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(12,49,0,43)
C12M49Y0K43 
(12%,49%,0%,43%)
(0.12/0.49/0.00/0.43)	

CMYK percentages

%12.33
%48.63
%0
%42.75

Codes

Color #804B92 in popluar color models

804B92
RGB12875146
HSL285°32.13%43.33%
HSB/HSV285°48.63%57.25%
CMYK12.33%48.63%0.00%
42.75%

Color #804B92 in popluar number systems.

HEX804B92
Decimal12875146
Binary10000000100101110010010
Octal200113222

Shades and tints

Shades of #804B92

#804B92
(128,75,146)
#754585
(117,69,133)
#6A3F78
(106,63,120)
#5F396B
(95,57,107)
#54335E
(84,51,94)
#492D51
(73,45,81)
#3E2744
(62,39,68)
#332137
(51,33,55)
#281B2A
(40,27,42)
#1D151D
(29,21,29)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #804B92

#804B92
(128,75,146)
#8B5B9B
(139,91,155)
#966BA4
(150,107,164)
#A17BAD
(161,123,173)
#AC8BB6
(172,139,182)
#B79BBF
(183,155,191)
#C2ABC8
(194,171,200)
#CDBBD1
(205,187,209)
#D8CBDA
(216,203,218)
#E3DBE3
(227,219,227)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804B92 color. Also use rgb(128,75,146) instead hex code.

Text Font Color

.myTextColor { color: #804B92; }

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

This text font color is #804B92.


Background Color

.myBgColor { background-color: #804B92; }

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

This div background color is #804B92.


Border color

.myBorderColor { border: 1px solid #804B92; }

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

This div border color is #804B92.


Opacity

.myOpacity80 { color: #804B92; opacity: 0.8; }

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

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

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

This text has shadow with #804B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804B92 on black background.


Color preview on white background

This text has color #804B92 on white background.



Black color preview on #804B92 background

This text has black color on #804B92 background.


White color preview on #804B92 background

This text has white color on #804B92 background.