COLOR #9D83E4

HEX: #9D83E4
RGB: (157,131,228)

Color info

#9D83E4 contains mainly blue color. Web safe color of #9D83E4 is #9999CC (or #99C).

RGB color model

#9D83E4 color RGB value is (157,131,228).

  • red value is 157;
  • green value is 131;
  • blue value is 228.
RGB:
(157,131,228)
(62%,51%,89%)

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 228 of 255 = 89%

157
131
228

R + G + B ~ 67%. #9D83E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 228 = 516 (100%)
R 157 of 516 ~ 30.43%
G 131 of 516 ~ 25.39%
B 228 of 516 ~ 44.19%

%30.43
%25.39
%44.19

CMYK color model

#9D83E4 color CMYK value is (31,43,0,11).

  • cyan value is 31.14%
  • magenta value is 42.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(31,43,0,11)
C31M43Y0K11 
(31%,43%,0%,11%)
(0.31/0.43/0.00/0.11)	

CMYK percentages

%31.14
%42.54
%0
%10.59

Codes

Color #9D83E4 in popluar color models

9D83E4
RGB157131228
HSL256°64.24%70.39%
HSB/HSV256°42.54%89.41%
CMYK31.14%42.54%0.00%
10.59%

Color #9D83E4 in popluar number systems.

HEX9D83E4
Decimal157131228
Binary100111011000001111100100
Octal235203344

Shades and tints

Shades of #9D83E4

#9D83E4
(157,131,228)
#8F78D0
(143,120,208)
#816DBC
(129,109,188)
#7362A8
(115,98,168)
#655794
(101,87,148)
#574C80
(87,76,128)
#49416C
(73,65,108)
#3B3658
(59,54,88)
#2D2B44
(45,43,68)
#1F2030
(31,32,48)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #9D83E4

#9D83E4
(157,131,228)
#A58EE6
(165,142,230)
#AD99E8
(173,153,232)
#B5A4EA
(181,164,234)
#BDAFEC
(189,175,236)
#C5BAEE
(197,186,238)
#CDC5F0
(205,197,240)
#D5D0F2
(213,208,242)
#DDDBF4
(221,219,244)
#E5E6F6
(229,230,246)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D83E4; }

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

This text font color is #9D83E4.


Background Color

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

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

This div background color is #9D83E4.


Border color

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

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

This div border color is #9D83E4.


Opacity

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

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

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

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

This text has shadow with #9D83E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D83E4 on black background.


Color preview on white background

This text has color #9D83E4 on white background.



Black color preview on #9D83E4 background

This text has black color on #9D83E4 background.


White color preview on #9D83E4 background

This text has white color on #9D83E4 background.