COLOR #823DEA

HEX: #823DEA
RGB: (130,61,234)

Color info

#823DEA contains mainly blue color. Web safe color of #823DEA is #9933FF (or #93F).

RGB color model

#823DEA color RGB value is (130,61,234).

  • red value is 130;
  • green value is 61;
  • blue value is 234.
RGB:
(130,61,234)
(51%,24%,92%)

RGB channels and saturation

R 130 of 255 = 51%
G 61 of 255 = 24%
B 234 of 255 = 92%

130
61
234

R + G + B ~ 56%. #823DEA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 61 + 234 = 425 (100%)
R 130 of 425 ~ 30.59%
G 61 of 425 ~ 14.35%
B 234 of 425 ~ 55.06%

%30.59
%14.35
%55.06

CMYK color model

#823DEA color CMYK value is (44,74,0,8).

  • cyan value is 44.44%
  • magenta value is 73.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(44,74,0,8)
C44M74Y0K8 
(44%,74%,0%,8%)
(0.44/0.74/0.00/0.08)	

CMYK percentages

%44.44
%73.93
%0
%8.24

Codes

Color #823DEA in popluar color models

823DEA
RGB13061234
HSL264°80.47%57.84%
HSB/HSV264°73.93%91.76%
CMYK44.44%73.93%0.00%
8.24%

Color #823DEA in popluar number systems.

HEX823DEA
Decimal13061234
Binary1000001011110111101010
Octal20275352

Shades and tints

Shades of #823DEA

#823DEA
(130,61,234)
#7738D5
(119,56,213)
#6C33C0
(108,51,192)
#612EAB
(97,46,171)
#562996
(86,41,150)
#4B2481
(75,36,129)
#401F6C
(64,31,108)
#351A57
(53,26,87)
#2A1542
(42,21,66)
#1F102D
(31,16,45)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #823DEA

#823DEA
(130,61,234)
#8D4EEB
(141,78,235)
#985FEC
(152,95,236)
#A370ED
(163,112,237)
#AE81EE
(174,129,238)
#B992EF
(185,146,239)
#C4A3F0
(196,163,240)
#CFB4F1
(207,180,241)
#DAC5F2
(218,197,242)
#E5D6F3
(229,214,243)
#F0E7F4
(240,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823DEA color. Also use rgb(130,61,234) instead hex code.

Text Font Color

.myTextColor { color: #823DEA; }

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

This text font color is #823DEA.


Background Color

.myBgColor { background-color: #823DEA; }

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

This div background color is #823DEA.


Border color

.myBorderColor { border: 1px solid #823DEA; }

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

This div border color is #823DEA.


Opacity

.myOpacity80 { color: #823DEA; opacity: 0.8; }

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

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

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

This text has shadow with #823DEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823DEA on black background.


Color preview on white background

This text has color #823DEA on white background.



Black color preview on #823DEA background

This text has black color on #823DEA background.


White color preview on #823DEA background

This text has white color on #823DEA background.