COLOR #9B82C4

HEX: #9B82C4
RGB: (155,130,196)

Color info

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

RGB color model

#9B82C4 color RGB value is (155,130,196).

  • red value is 155;
  • green value is 130;
  • blue value is 196.
RGB:
(155,130,196)
(61%,51%,77%)

RGB channels and saturation

R 155 of 255 = 61%
G 130 of 255 = 51%
B 196 of 255 = 77%

155
130
196

R + G + B ~ 63%. #9B82C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 130 + 196 = 481 (100%)
R 155 of 481 ~ 32.22%
G 130 of 481 ~ 27.03%
B 196 of 481 ~ 40.75%

%32.22
%27.03
%40.75

CMYK color model

#9B82C4 color CMYK value is (21,34,0,23).

  • cyan value is 20.92%
  • magenta value is 33.67%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(21,34,0,23)
C21M34Y0K23 
(21%,34%,0%,23%)
(0.21/0.34/0.00/0.23)	

CMYK percentages

%20.92
%33.67
%0
%23.14

Codes

Color #9B82C4 in popluar color models

9B82C4
RGB155130196
HSL263°35.87%63.92%
HSB/HSV263°33.67%76.86%
CMYK20.92%33.67%0.00%
23.14%

Color #9B82C4 in popluar number systems.

HEX9B82C4
Decimal155130196
Binary100110111000001011000100
Octal233202304

Shades and tints

Shades of #9B82C4

#9B82C4
(155,130,196)
#8D77B3
(141,119,179)
#7F6CA2
(127,108,162)
#716191
(113,97,145)
#635680
(99,86,128)
#554B6F
(85,75,111)
#47405E
(71,64,94)
#39354D
(57,53,77)
#2B2A3C
(43,42,60)
#1D1F2B
(29,31,43)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #9B82C4

#9B82C4
(155,130,196)
#A48DC9
(164,141,201)
#AD98CE
(173,152,206)
#B6A3D3
(182,163,211)
#BFAED8
(191,174,216)
#C8B9DD
(200,185,221)
#D1C4E2
(209,196,226)
#DACFE7
(218,207,231)
#E3DAEC
(227,218,236)
#ECE5F1
(236,229,241)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B82C4 color. Also use rgb(155,130,196) instead hex code.

Text Font Color

.myTextColor { color: #9B82C4; }

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

This text font color is #9B82C4.


Background Color

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

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

This div background color is #9B82C4.


Border color

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

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

This div border color is #9B82C4.


Opacity

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

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

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

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

This text has shadow with #9B82C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B82C4 on black background.


Color preview on white background

This text has color #9B82C4 on white background.



Black color preview on #9B82C4 background

This text has black color on #9B82C4 background.


White color preview on #9B82C4 background

This text has white color on #9B82C4 background.