COLOR #9C83BF

HEX: #9C83BF
RGB: (156,131,191)

Color info

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

RGB color model

#9C83BF color RGB value is (156,131,191).

  • red value is 156;
  • green value is 131;
  • blue value is 191.
RGB:
(156,131,191)
(61%,51%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 191 of 255 = 75%

156
131
191

R + G + B ~ 62%. #9C83BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 131 + 191 = 478 (100%)
R 156 of 478 ~ 32.64%
G 131 of 478 ~ 27.41%
B 191 of 478 ~ 39.96%

%32.64
%27.41
%39.96

CMYK color model

#9C83BF color CMYK value is (18,31,0,25).

  • cyan value is 18.32%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(18,31,0,25)
C18M31Y0K25 
(18%,31%,0%,25%)
(0.18/0.31/0.00/0.25)	

CMYK percentages

%18.32
%31.41
%0
%25.1

Codes

Color #9C83BF in popluar color models

9C83BF
RGB156131191
HSL265°31.91%63.14%
HSB/HSV265°31.41%74.90%
CMYK18.32%31.41%0.00%
25.10%

Color #9C83BF in popluar number systems.

HEX9C83BF
Decimal156131191
Binary100111001000001110111111
Octal234203277

Shades and tints

Shades of #9C83BF

#9C83BF
(156,131,191)
#8E78AE
(142,120,174)
#806D9D
(128,109,157)
#72628C
(114,98,140)
#64577B
(100,87,123)
#564C6A
(86,76,106)
#484159
(72,65,89)
#3A3648
(58,54,72)
#2C2B37
(44,43,55)
#1E2026
(30,32,38)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #9C83BF

#9C83BF
(156,131,191)
#A58EC4
(165,142,196)
#AE99C9
(174,153,201)
#B7A4CE
(183,164,206)
#C0AFD3
(192,175,211)
#C9BAD8
(201,186,216)
#D2C5DD
(210,197,221)
#DBD0E2
(219,208,226)
#E4DBE7
(228,219,231)
#EDE6EC
(237,230,236)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C83BF color. Also use rgb(156,131,191) instead hex code.

Text Font Color

.myTextColor { color: #9C83BF; }

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

This text font color is #9C83BF.


Background Color

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

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

This div background color is #9C83BF.


Border color

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

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

This div border color is #9C83BF.


Opacity

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

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

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

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

This text has shadow with #9C83BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C83BF on black background.


Color preview on white background

This text has color #9C83BF on white background.



Black color preview on #9C83BF background

This text has black color on #9C83BF background.


White color preview on #9C83BF background

This text has white color on #9C83BF background.