COLOR #9B82E0

HEX: #9B82E0
RGB: (155,130,224)

Color info

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

RGB color model

#9B82E0 color RGB value is (155,130,224).

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

RGB channels and saturation

R 155 of 255 = 61%
G 130 of 255 = 51%
B 224 of 255 = 88%

155
130
224

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

Portions of RGB colors in percentages

R + G + B =
155 + 130 + 224 = 509 (100%)
R 155 of 509 ~ 30.45%
G 130 of 509 ~ 25.54%
B 224 of 509 ~ 44.01%

%30.45
%25.54
%44.01

CMYK color model

#9B82E0 color CMYK value is (31,42,0,12).

  • cyan value is 30.80%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(31,42,0,12)
C31M42Y0K12 
(31%,42%,0%,12%)
(0.31/0.42/0.00/0.12)	

CMYK percentages

%30.8
%41.96
%0
%12.16

Codes

Color #9B82E0 in popluar color models

9B82E0
RGB155130224
HSL256°60.26%69.41%
HSB/HSV256°41.96%87.84%
CMYK30.80%41.96%0.00%
12.16%

Color #9B82E0 in popluar number systems.

HEX9B82E0
Decimal155130224
Binary100110111000001011100000
Octal233202340

Shades and tints

Shades of #9B82E0

#9B82E0
(155,130,224)
#8D77CC
(141,119,204)
#7F6CB8
(127,108,184)
#7161A4
(113,97,164)
#635690
(99,86,144)
#554B7C
(85,75,124)
#474068
(71,64,104)
#393554
(57,53,84)
#2B2A40
(43,42,64)
#1D1F2C
(29,31,44)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #9B82E0

#9B82E0
(155,130,224)
#A48DE2
(164,141,226)
#AD98E4
(173,152,228)
#B6A3E6
(182,163,230)
#BFAEE8
(191,174,232)
#C8B9EA
(200,185,234)
#D1C4EC
(209,196,236)
#DACFEE
(218,207,238)
#E3DAF0
(227,218,240)
#ECE5F2
(236,229,242)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B82E0; }

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

This text font color is #9B82E0.


Background Color

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

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

This div background color is #9B82E0.


Border color

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

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

This div border color is #9B82E0.


Opacity

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

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

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

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

This text has shadow with #9B82E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B82E0 on black background.


Color preview on white background

This text has color #9B82E0 on white background.



Black color preview on #9B82E0 background

This text has black color on #9B82E0 background.


White color preview on #9B82E0 background

This text has white color on #9B82E0 background.