COLOR #830E62

HEX: #830E62
RGB: (131,14,98)

Color info

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

RGB color model

#830E62 color RGB value is (131,14,98).

  • red value is 131;
  • green value is 14;
  • blue value is 98.
RGB:
(131,14,98)
(51%,5%,38%)

RGB channels and saturation

R 131 of 255 = 51%
G 14 of 255 = 5%
B 98 of 255 = 38%

131
14
98

R + G + B ~ 31%. #830E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 14 + 98 = 243 (100%)
R 131 of 243 ~ 53.91%
G 14 of 243 ~ 5.76%
B 98 of 243 ~ 40.33%

%53.91
%40.33

CMYK color model

#830E62 color CMYK value is (0,89,25,49).

  • cyan value is 0.00%
  • magenta value is 89.31%
  • yellow value is 25.19%
  • key color value is 48.63%
CMYK:
(0,89,25,49)
C0M89Y25K49 
(0%,89%,25%,49%)
(0.00/0.89/0.25/0.49)	

CMYK percentages

%0
%89.31
%25.19
%48.63

Codes

Color #830E62 in popluar color models

830E62
RGB1311498
HSL317°80.69%28.43%
HSB/HSV317°89.31%51.37%
CMYK0.00%89.31%25.19%
48.63%

Color #830E62 in popluar number systems.

HEX830E62
Decimal1311498
Binary1000001111101100010
Octal20316142

Shades and tints

Shades of #830E62

#830E62
(131,14,98)
#780D5A
(120,13,90)
#6D0C52
(109,12,82)
#620B4A
(98,11,74)
#570A42
(87,10,66)
#4C093A
(76,9,58)
#410832
(65,8,50)
#36072A
(54,7,42)
#2B0622
(43,6,34)
#20051A
(32,5,26)
#150412
(21,4,18)
#000000
(0,0,0)

Tints of #830E62

#830E62
(131,14,98)
#8E2370
(142,35,112)
#99387E
(153,56,126)
#A44D8C
(164,77,140)
#AF629A
(175,98,154)
#BA77A8
(186,119,168)
#C58CB6
(197,140,182)
#D0A1C4
(208,161,196)
#DBB6D2
(219,182,210)
#E6CBE0
(230,203,224)
#F1E0EE
(241,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830E62 color. Also use rgb(131,14,98) instead hex code.

Text Font Color

.myTextColor { color: #830E62; }

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

This text font color is #830E62.


Background Color

.myBgColor { background-color: #830E62; }

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

This div background color is #830E62.


Border color

.myBorderColor { border: 1px solid #830E62; }

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

This div border color is #830E62.


Opacity

.myOpacity80 { color: #830E62; opacity: 0.8; }

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

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

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

This text has shadow with #830E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830E62 on black background.


Color preview on white background

This text has color #830E62 on white background.



Black color preview on #830E62 background

This text has black color on #830E62 background.


White color preview on #830E62 background

This text has white color on #830E62 background.