COLOR #9D83B5

HEX: #9D83B5
RGB: (157,131,181)

Color info

#9D83B5 contains red, green and blue colors in about the same proportion. Web safe color of #9D83B5 is #9999CC (or #99C).

RGB color model

#9D83B5 color RGB value is (157,131,181).

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

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 181 of 255 = 71%

157
131
181

R + G + B ~ 61%. #9D83B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 181 = 469 (100%)
R 157 of 469 ~ 33.48%
G 131 of 469 ~ 27.93%
B 181 of 469 ~ 38.59%

%33.48
%27.93
%38.59

CMYK color model

#9D83B5 color CMYK value is (13,28,0,29).

  • cyan value is 13.26%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(13,28,0,29)
C13M28Y0K29 
(13%,28%,0%,29%)
(0.13/0.28/0.00/0.29)	

CMYK percentages

%13.26
%27.62
%0
%29.02

Codes

Color #9D83B5 in popluar color models

9D83B5
RGB157131181
HSL271°25.25%61.18%
HSB/HSV271°27.62%70.98%
CMYK13.26%27.62%0.00%
29.02%

Color #9D83B5 in popluar number systems.

HEX9D83B5
Decimal157131181
Binary100111011000001110110101
Octal235203265

Shades and tints

Shades of #9D83B5

#9D83B5
(157,131,181)
#8F78A5
(143,120,165)
#816D95
(129,109,149)
#736285
(115,98,133)
#655775
(101,87,117)
#574C65
(87,76,101)
#494155
(73,65,85)
#3B3645
(59,54,69)
#2D2B35
(45,43,53)
#1F2025
(31,32,37)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #9D83B5

#9D83B5
(157,131,181)
#A58EBB
(165,142,187)
#AD99C1
(173,153,193)
#B5A4C7
(181,164,199)
#BDAFCD
(189,175,205)
#C5BAD3
(197,186,211)
#CDC5D9
(205,197,217)
#D5D0DF
(213,208,223)
#DDDBE5
(221,219,229)
#E5E6EB
(229,230,235)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D83B5; }

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

This text font color is #9D83B5.


Background Color

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

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

This div background color is #9D83B5.


Border color

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

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

This div border color is #9D83B5.


Opacity

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

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

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

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

This text has shadow with #9D83B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D83B5 on black background.


Color preview on white background

This text has color #9D83B5 on white background.



Black color preview on #9D83B5 background

This text has black color on #9D83B5 background.


White color preview on #9D83B5 background

This text has white color on #9D83B5 background.