COLOR #823E97

HEX: #823E97 RGB: (130,62,151)

Color info

#823E97 contains mainly red and blue colors. Web safe color of #823E97 is #993399 (or #939).

RGB color model

#823E97 color RGB value is (130,62,151).

RGB: (130,62,151) (51%, 24%, 59%)

RGB channels and saturation

R 130 of 255 = 51%
G 62 of 255 = 24%
B 151 of 255 = 59%

130
62
151

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

Portions of RGB colors in percentages

R + G + B = 130 + 62 + 151 = 343 (100%)
R 130 of 343 ~ 37.9%
G 62 of 343 ~ 18.08%
B 151 of 343 ~ 44.02'%

%37.9
%18.08
%44.02

CMYK color model

#823E97 color CMYK value is (14,59,0,41).

  • cyan value is 13.91%
  • magenta value is 58.94%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (14,59,0,41)
C14M59Y0K41 (14%, 59%, 0%, 41%)
(0.14 / 0.59 / 0.00 / 0.41)

CMYK percentages

%13.91
%58.94
%0
%40.78

Codes

Color #823E97 in popluar color models

82 3E 97
RGB 130 62 151
HSL 286° 41.78% 41.76%
HSB/HSV 286° 58.94% 59.22%
CMYK 13.91% 58.94% 0.00%
40.78%

Color #823E97 in popluar number systems.

HEX 82 3E 97
Decimal 130 62 151
Binary 10000010 111110 10010111
Octal 202 76 227

Shades and tints

Shades of #823E97

#823E97
(130,62,151)
#77398A
(119,57,138)
#6C347D
(108,52,125)
#612F70
(97,47,112)
#562A63
(86,42,99)
#4B2556
(75,37,86)
#402049
(64,32,73)
#351B3C
(53,27,60)
#2A162F
(42,22,47)
#1F1122
(31,17,34)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #823E97

#823E97
(130,62,151)
#8D4FA0
(141,79,160)
#9860A9
(152,96,169)
#A371B2
(163,113,178)
#AE82BB
(174,130,187)
#B993C4
(185,147,196)
#C4A4CD
(196,164,205)
#CFB5D6
(207,181,214)
#DAC6DF
(218,198,223)
#E5D7E8
(229,215,232)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823E97 color. Also use rgb(130,62,151) instead hex code.

Text Font Color

.myTextColor { color: #823E97; }

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

This text font color is #823E97.

Background Color

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

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

This div background color is #823E97.

Border color

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

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

This div border color is #823E97.

Opacity

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

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

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

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

This text has shadow with #823E97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #823E97.

Preview

Color preview on black background

This text has color #823E97 on black background.


Color preview on white background

This text has color #823E97 on white background.


Black color preview on #823E97 background

This text has black color on #823E97 background.


White color preview on #823E97 background

This text has white color on #823E97 background.


Related colors

Complementary color

Complementary color for #hex is #7DC168.


I love getcolorcode.com

Triadic colors

1 #97823E and #3E9782 with #823E97 are triadic colors.

2 #973E82 and #3E8297 with #823E97 are triadic colors.