COLOR #823DDE

HEX: #823DDE
RGB: (130,61,222)

Color info

#823DDE contains mainly blue color. Web safe color of #823DDE is #9933CC (or #93C).

RGB color model

#823DDE color RGB value is (130,61,222).

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

RGB channels and saturation

R 130 of 255 = 51%
G 61 of 255 = 24%
B 222 of 255 = 87%

130
61
222

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

Portions of RGB colors in percentages

R + G + B =
130 + 61 + 222 = 413 (100%)
R 130 of 413 ~ 31.48%
G 61 of 413 ~ 14.77%
B 222 of 413 ~ 53.75%

%31.48
%14.77
%53.75

CMYK color model

#823DDE color CMYK value is (41,73,0,13).

  • cyan value is 41.44%
  • magenta value is 72.52%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(41,73,0,13)
C41M73Y0K13 
(41%,73%,0%,13%)
(0.41/0.73/0.00/0.13)	

CMYK percentages

%41.44
%72.52
%0
%12.94

Codes

Color #823DDE in popluar color models

823DDE
RGB13061222
HSL266°70.93%55.49%
HSB/HSV266°72.52%87.06%
CMYK41.44%72.52%0.00%
12.94%

Color #823DDE in popluar number systems.

HEX823DDE
Decimal13061222
Binary1000001011110111011110
Octal20275336

Shades and tints

Shades of #823DDE

#823DDE
(130,61,222)
#7738CA
(119,56,202)
#6C33B6
(108,51,182)
#612EA2
(97,46,162)
#56298E
(86,41,142)
#4B247A
(75,36,122)
#401F66
(64,31,102)
#351A52
(53,26,82)
#2A153E
(42,21,62)
#1F102A
(31,16,42)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #823DDE

#823DDE
(130,61,222)
#8D4EE1
(141,78,225)
#985FE4
(152,95,228)
#A370E7
(163,112,231)
#AE81EA
(174,129,234)
#B992ED
(185,146,237)
#C4A3F0
(196,163,240)
#CFB4F3
(207,180,243)
#DAC5F6
(218,197,246)
#E5D6F9
(229,214,249)
#F0E7FC
(240,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #823DDE; }

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

This text font color is #823DDE.


Background Color

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

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

This div background color is #823DDE.


Border color

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

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

This div border color is #823DDE.


Opacity

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

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

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

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

This text has shadow with #823DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823DDE on black background.


Color preview on white background

This text has color #823DDE on white background.



Black color preview on #823DDE background

This text has black color on #823DDE background.


White color preview on #823DDE background

This text has white color on #823DDE background.