COLOR #830CED

HEX: #830CED
RGB: (131,12,237)

Color info

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

RGB color model

#830CED color RGB value is (131,12,237).

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

RGB channels and saturation

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

131
12
237

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

Portions of RGB colors in percentages

R + G + B =
131 + 12 + 237 = 380 (100%)
R 131 of 380 ~ 34.47%
G 12 of 380 ~ 3.16%
B 237 of 380 ~ 62.37%

%34.47
%62.37

CMYK color model

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

  • cyan value is 44.73%
  • magenta value is 94.94%
  • 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.94
%0
%7.06

Codes

Color #830CED in popluar color models

830CED
RGB13112237
HSL272°90.36%48.82%
HSB/HSV272°94.94%92.94%
CMYK44.73%94.94%0.00%
7.06%

Color #830CED in popluar number systems.

HEX830CED
Decimal13112237
Binary10000011110011101101
Octal20314355

Shades and tints

Shades of #830CED

#830CED
(131,12,237)
#780BD8
(120,11,216)
#6D0AC3
(109,10,195)
#6209AE
(98,9,174)
#570899
(87,8,153)
#4C0784
(76,7,132)
#41066F
(65,6,111)
#36055A
(54,5,90)
#2B0445
(43,4,69)
#200330
(32,3,48)
#15021B
(21,2,27)
#000000
(0,0,0)

Tints of #830CED

#830CED
(131,12,237)
#8E22EE
(142,34,238)
#9938EF
(153,56,239)
#A44EF0
(164,78,240)
#AF64F1
(175,100,241)
#BA7AF2
(186,122,242)
#C590F3
(197,144,243)
#D0A6F4
(208,166,244)
#DBBCF5
(219,188,245)
#E6D2F6
(230,210,246)
#F1E8F7
(241,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #830CED; }

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

This text font color is #830CED.


Background Color

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

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

This div background color is #830CED.


Border color

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

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

This div border color is #830CED.


Opacity

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

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

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

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

This text has shadow with #830CED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830CED on black background.


Color preview on white background

This text has color #830CED on white background.



Black color preview on #830CED background

This text has black color on #830CED background.


White color preview on #830CED background

This text has white color on #830CED background.