COLOR #830DED

HEX: #830DED
RGB: (131,13,237)

Color info

#830DED contains mainly blue color. Web safe color of #830DED is #9900FF (or #90F).

RGB color model

#830DED color RGB value is (131,13,237).

  • red value is 131;
  • green value is 13;
  • blue value is 237.
RGB:
(131,13,237)
(51%,5%,93%)

RGB channels and saturation

R 131 of 255 = 51%
G 13 of 255 = 5%
B 237 of 255 = 93%

131
13
237

R + G + B ~ 50%. #830DED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 13 + 237 = 381 (100%)
R 131 of 381 ~ 34.38%
G 13 of 381 ~ 3.41%
B 237 of 381 ~ 62.2%

%34.38
%62.2

CMYK color model

#830DED color CMYK value is (45,95,0,7).

  • cyan value is 44.73%
  • magenta value is 94.51%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(45,95,0,7)
C45M95Y0K7 
(45%,95%,0%,7%)
(0.45/0.95/0.00/0.07)	

CMYK percentages

%44.73
%94.51
%0
%7.06

Codes

Color #830DED in popluar color models

830DED
RGB13113237
HSL272°89.60%49.02%
HSB/HSV272°94.51%92.94%
CMYK44.73%94.51%0.00%
7.06%

Color #830DED in popluar number systems.

HEX830DED
Decimal13113237
Binary10000011110111101101
Octal20315355

Shades and tints

Shades of #830DED

#830DED
(131,13,237)
#780CD8
(120,12,216)
#6D0BC3
(109,11,195)
#620AAE
(98,10,174)
#570999
(87,9,153)
#4C0884
(76,8,132)
#41076F
(65,7,111)
#36065A
(54,6,90)
#2B0545
(43,5,69)
#200430
(32,4,48)
#15031B
(21,3,27)
#000000
(0,0,0)

Tints of #830DED

#830DED
(131,13,237)
#8E23EE
(142,35,238)
#9939EF
(153,57,239)
#A44FF0
(164,79,240)
#AF65F1
(175,101,241)
#BA7BF2
(186,123,242)
#C591F3
(197,145,243)
#D0A7F4
(208,167,244)
#DBBDF5
(219,189,245)
#E6D3F6
(230,211,246)
#F1E9F7
(241,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830DED color. Also use rgb(131,13,237) instead hex code.

Text Font Color

.myTextColor { color: #830DED; }

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

This text font color is #830DED.


Background Color

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

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

This div background color is #830DED.


Border color

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

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

This div border color is #830DED.


Opacity

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

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

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

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

This text has shadow with #830DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830DED on black background.


Color preview on white background

This text has color #830DED on white background.



Black color preview on #830DED background

This text has black color on #830DED background.


White color preview on #830DED background

This text has white color on #830DED background.