COLOR #835190

HEX: #835190
RGB: (131,81,144)

Color info

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

RGB color model

#835190 color RGB value is (131,81,144).

  • red value is 131;
  • green value is 81;
  • blue value is 144.
RGB:
(131,81,144)
(51%,32%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 81 of 255 = 32%
B 144 of 255 = 56%

131
81
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 81 + 144 = 356 (100%)
R 131 of 356 ~ 36.8%
G 81 of 356 ~ 22.75%
B 144 of 356 ~ 40.45%

%36.8
%22.75
%40.45

CMYK color model

#835190 color CMYK value is (9,44,0,44).

  • cyan value is 9.03%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(9,44,0,44)
C9M44Y0K44 
(9%,44%,0%,44%)
(0.09/0.44/0.00/0.44)	

CMYK percentages

%9.03
%43.75
%0
%43.53

Codes

Color #835190 in popluar color models

835190
RGB13181144
HSL288°28.00%44.12%
HSB/HSV288°43.75%56.47%
CMYK9.03%43.75%0.00%
43.53%

Color #835190 in popluar number systems.

HEX835190
Decimal13181144
Binary10000011101000110010000
Octal203121220

Shades and tints

Shades of #835190

#835190
(131,81,144)
#784A83
(120,74,131)
#6D4376
(109,67,118)
#623C69
(98,60,105)
#57355C
(87,53,92)
#4C2E4F
(76,46,79)
#412742
(65,39,66)
#362035
(54,32,53)
#2B1928
(43,25,40)
#20121B
(32,18,27)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #835190

#835190
(131,81,144)
#8E609A
(142,96,154)
#996FA4
(153,111,164)
#A47EAE
(164,126,174)
#AF8DB8
(175,141,184)
#BA9CC2
(186,156,194)
#C5ABCC
(197,171,204)
#D0BAD6
(208,186,214)
#DBC9E0
(219,201,224)
#E6D8EA
(230,216,234)
#F1E7F4
(241,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835190 color. Also use rgb(131,81,144) instead hex code.

Text Font Color

.myTextColor { color: #835190; }

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

This text font color is #835190.


Background Color

.myBgColor { background-color: #835190; }

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

This div background color is #835190.


Border color

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

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

This div border color is #835190.


Opacity

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

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

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

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

This text has shadow with #835190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835190 on black background.


Color preview on white background

This text has color #835190 on white background.



Black color preview on #835190 background

This text has black color on #835190 background.


White color preview on #835190 background

This text has white color on #835190 background.