COLOR #830651

HEX: #830651
RGB: (131,6,81)

Color info

#830651 contains mainly red and blue colors. Web safe color of #830651 is #990066 (or #906).

RGB color model

#830651 color RGB value is (131,6,81).

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

RGB channels and saturation

R 131 of 255 = 51%
G 6 of 255 = 2%
B 81 of 255 = 32%

131
6
81

R + G + B ~ 28%. #830651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 6 + 81 = 218 (100%)
R 131 of 218 ~ 60.09%
G 6 of 218 ~ 2.75%
B 81 of 218 ~ 37.16%

%60.09
%37.16

CMYK color model

#830651 color CMYK value is (0,95,38,49).

  • cyan value is 0.00%
  • magenta value is 95.42%
  • yellow value is 38.17%
  • key color value is 48.63%
CMYK:
(0,95,38,49)
C0M95Y38K49 
(0%,95%,38%,49%)
(0.00/0.95/0.38/0.49)	

CMYK percentages

%0
%95.42
%38.17
%48.63

Codes

Color #830651 in popluar color models

830651
RGB131681
HSL324°91.24%26.86%
HSB/HSV324°95.42%51.37%
CMYK0.00%95.42%38.17%
48.63%

Color #830651 in popluar number systems.

HEX830651
Decimal131681
Binary100000111101010001
Octal2036121

Shades and tints

Shades of #830651

#830651
(131,6,81)
#78064A
(120,6,74)
#6D0643
(109,6,67)
#62063C
(98,6,60)
#570635
(87,6,53)
#4C062E
(76,6,46)
#410627
(65,6,39)
#360620
(54,6,32)
#2B0619
(43,6,25)
#200612
(32,6,18)
#15060B
(21,6,11)
#000000
(0,0,0)

Tints of #830651

#830651
(131,6,81)
#8E1C60
(142,28,96)
#99326F
(153,50,111)
#A4487E
(164,72,126)
#AF5E8D
(175,94,141)
#BA749C
(186,116,156)
#C58AAB
(197,138,171)
#D0A0BA
(208,160,186)
#DBB6C9
(219,182,201)
#E6CCD8
(230,204,216)
#F1E2E7
(241,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #830651; }

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

This text font color is #830651.


Background Color

.myBgColor { background-color: #830651; }

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

This div background color is #830651.


Border color

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

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

This div border color is #830651.


Opacity

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

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

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

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

This text has shadow with #830651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830651 on black background.


Color preview on white background

This text has color #830651 on white background.



Black color preview on #830651 background

This text has black color on #830651 background.


White color preview on #830651 background

This text has white color on #830651 background.