COLOR #9D83CE

HEX: #9D83CE RGB: (157,131,206)

Color info

#9D83CE contains mainly red and blue colors. Web safe color of #9D83CE is #9999CC (or #99C).

RGB color model

#9D83CE color RGB value is (157,131,206).

RGB: (157,131,206) (62%, 51%, 81%)

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 206 of 255 = 81%

157
131
206

R + G + B ~ 65%. #9D83CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 131 + 206 = 494 (100%)
R 157 of 494 ~ 31.78%
G 131 of 494 ~ 26.52%
B 206 of 494 ~ 41.7'%

%31.78
%26.52
%41.7

CMYK color model

#9D83CE color CMYK value is (24,36,0,19).

  • cyan value is 23.79%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (24,36,0,19)
C24M36Y0K19 (24%, 36%, 0%, 19%)
(0.24 / 0.36 / 0.00 / 0.19)

CMYK percentages

%23.79
%36.41
%0
%19.22

Codes

Color #9D83CE in popluar color models

9D 83 CE
RGB 157 131 206
HSL 261° 43.35% 66.08%
HSB/HSV 261° 36.41% 80.78%
CMYK 23.79% 36.41% 0.00%
19.22%

Color #9D83CE in popluar number systems.

HEX 9D 83 CE
Decimal 157 131 206
Binary 10011101 10000011 11001110
Octal 235 203 316

Shades and tints

Shades of #9D83CE

#9D83CE
(157,131,206)
#8F78BC
(143,120,188)
#816DAA
(129,109,170)
#736298
(115,98,152)
#655786
(101,87,134)
#574C74
(87,76,116)
#494162
(73,65,98)
#3B3650
(59,54,80)
#2D2B3E
(45,43,62)
#1F202C
(31,32,44)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #9D83CE

#9D83CE
(157,131,206)
#A58ED2
(165,142,210)
#AD99D6
(173,153,214)
#B5A4DA
(181,164,218)
#BDAFDE
(189,175,222)
#C5BAE2
(197,186,226)
#CDC5E6
(205,197,230)
#D5D0EA
(213,208,234)
#DDDBEE
(221,219,238)
#E5E6F2
(229,230,242)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D83CE color. Also use rgb(157,131,206) instead hex code.

Text Font Color

.myTextColor { color: #9D83CE; }

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

This text font color is #9D83CE.

Background Color

.myBgColor { background-color: #9D83CE; }

<div style="background-color:#9D83CE">Inner text</div>

This div background color is #9D83CE.

Border color

.myBorderColor { border: 1px solid #9D83CE; }

<div style="border:3px solid #9D83CE">Div</div>

This div border color is #9D83CE.

Opacity

.myOpacity80 { color: #9D83CE; opacity: 0.8; }

<p style="color:#9D83CE;opacity:0.8;">80%</p>

Text with #9D83CE 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 #9D83CE;}

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

This text has shadow with #9D83CE color.


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

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

This text has shadow with #9D83CE primary color and red secondary color.


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

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

This text has shadow with #9D83CE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9D83CE.

Preview

Color preview on black background

This text has color #9D83CE on black background.


Color preview on white background

This text has color #9D83CE on white background.


Black color preview on #9D83CE background

This text has black color on #9D83CE background.


White color preview on #9D83CE background

This text has white color on #9D83CE background.


Related colors

Complementary color

Complementary color for #hex is #627C31.


I love getcolorcode.com

Triadic colors

1 #CE9D83 and #83CE9D with #9D83CE are triadic colors.

2 #CE839D and #839DCE with #9D83CE are triadic colors.