COLOR #834866

HEX: #834866
RGB: (131,72,102)

Color info

#834866 contains red, green and blue colors in about the same proportion. Web safe color of #834866 is #993366 (or #936).

RGB color model

#834866 color RGB value is (131,72,102).

  • red value is 131;
  • green value is 72;
  • blue value is 102.
RGB:
(131,72,102)
(51%,28%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 72 of 255 = 28%
B 102 of 255 = 40%

131
72
102

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

Portions of RGB colors in percentages

R + G + B =
131 + 72 + 102 = 305 (100%)
R 131 of 305 ~ 42.95%
G 72 of 305 ~ 23.61%
B 102 of 305 ~ 33.44%

%42.95
%23.61
%33.44

CMYK color model

#834866 color CMYK value is (0,45,22,49).

  • cyan value is 0.00%
  • magenta value is 45.04%
  • yellow value is 22.14%
  • key color value is 48.63%
CMYK:
(0,45,22,49)
C0M45Y22K49 
(0%,45%,22%,49%)
(0.00/0.45/0.22/0.49)	

CMYK percentages

%0
%45.04
%22.14
%48.63

Codes

Color #834866 in popluar color models

834866
RGB13172102
HSL329°29.06%39.80%
HSB/HSV329°45.04%51.37%
CMYK0.00%45.04%22.14%
48.63%

Color #834866 in popluar number systems.

HEX834866
Decimal13172102
Binary1000001110010001100110
Octal203110146

Shades and tints

Shades of #834866

#834866
(131,72,102)
#78425D
(120,66,93)
#6D3C54
(109,60,84)
#62364B
(98,54,75)
#573042
(87,48,66)
#4C2A39
(76,42,57)
#412430
(65,36,48)
#361E27
(54,30,39)
#2B181E
(43,24,30)
#201215
(32,18,21)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #834866

#834866
(131,72,102)
#8E5873
(142,88,115)
#996880
(153,104,128)
#A4788D
(164,120,141)
#AF889A
(175,136,154)
#BA98A7
(186,152,167)
#C5A8B4
(197,168,180)
#D0B8C1
(208,184,193)
#DBC8CE
(219,200,206)
#E6D8DB
(230,216,219)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834866 color. Also use rgb(131,72,102) instead hex code.

Text Font Color

.myTextColor { color: #834866; }

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

This text font color is #834866.


Background Color

.myBgColor { background-color: #834866; }

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

This div background color is #834866.


Border color

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

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

This div border color is #834866.


Opacity

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

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

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

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

This text has shadow with #834866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834866 on black background.


Color preview on white background

This text has color #834866 on white background.



Black color preview on #834866 background

This text has black color on #834866 background.


White color preview on #834866 background

This text has white color on #834866 background.