COLOR #823FC1

HEX: #823FC1
RGB: (130,63,193)

Color info

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

RGB color model

#823FC1 color RGB value is (130,63,193).

  • red value is 130;
  • green value is 63;
  • blue value is 193.
RGB:
(130,63,193)
(51%,25%,76%)

RGB channels and saturation

R 130 of 255 = 51%
G 63 of 255 = 25%
B 193 of 255 = 76%

130
63
193

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

Portions of RGB colors in percentages

R + G + B =
130 + 63 + 193 = 386 (100%)
R 130 of 386 ~ 33.68%
G 63 of 386 ~ 16.32%
B 193 of 386 ~ 50%

%33.68
%16.32
%50

CMYK color model

#823FC1 color CMYK value is (33,67,0,24).

  • cyan value is 32.64%
  • magenta value is 67.36%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(33,67,0,24)
C33M67Y0K24 
(33%,67%,0%,24%)
(0.33/0.67/0.00/0.24)	

CMYK percentages

%32.64
%67.36
%0
%24.31

Codes

Color #823FC1 in popluar color models

823FC1
RGB13063193
HSL271°51.18%50.20%
HSB/HSV271°67.36%75.69%
CMYK32.64%67.36%0.00%
24.31%

Color #823FC1 in popluar number systems.

HEX823FC1
Decimal13063193
Binary1000001011111111000001
Octal20277301

Shades and tints

Shades of #823FC1

#823FC1
(130,63,193)
#773AB0
(119,58,176)
#6C359F
(108,53,159)
#61308E
(97,48,142)
#562B7D
(86,43,125)
#4B266C
(75,38,108)
#40215B
(64,33,91)
#351C4A
(53,28,74)
#2A1739
(42,23,57)
#1F1228
(31,18,40)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #823FC1

#823FC1
(130,63,193)
#8D50C6
(141,80,198)
#9861CB
(152,97,203)
#A372D0
(163,114,208)
#AE83D5
(174,131,213)
#B994DA
(185,148,218)
#C4A5DF
(196,165,223)
#CFB6E4
(207,182,228)
#DAC7E9
(218,199,233)
#E5D8EE
(229,216,238)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823FC1 color. Also use rgb(130,63,193) instead hex code.

Text Font Color

.myTextColor { color: #823FC1; }

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

This text font color is #823FC1.


Background Color

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

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

This div background color is #823FC1.


Border color

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

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

This div border color is #823FC1.


Opacity

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

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

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

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

This text has shadow with #823FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823FC1 on black background.


Color preview on white background

This text has color #823FC1 on white background.



Black color preview on #823FC1 background

This text has black color on #823FC1 background.


White color preview on #823FC1 background

This text has white color on #823FC1 background.