COLOR #9B80D5

HEX: #9B80D5
RGB: (155,128,213)

Color info

#9B80D5 contains mainly red and blue colors. Web safe color of #9B80D5 is #9966CC (or #96C).

RGB color model

#9B80D5 color RGB value is (155,128,213).

  • red value is 155;
  • green value is 128;
  • blue value is 213.
RGB:
(155,128,213)
(61%,50%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 213 of 255 = 84%

155
128
213

R + G + B ~ 65%. #9B80D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 128 + 213 = 496 (100%)
R 155 of 496 ~ 31.25%
G 128 of 496 ~ 25.81%
B 213 of 496 ~ 42.94%

%31.25
%25.81
%42.94

CMYK color model

#9B80D5 color CMYK value is (27,40,0,16).

  • cyan value is 27.23%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(27,40,0,16)
C27M40Y0K16 
(27%,40%,0%,16%)
(0.27/0.40/0.00/0.16)	

CMYK percentages

%27.23
%39.91
%0
%16.47

Codes

Color #9B80D5 in popluar color models

9B80D5
RGB155128213
HSL259°50.30%66.86%
HSB/HSV259°39.91%83.53%
CMYK27.23%39.91%0.00%
16.47%

Color #9B80D5 in popluar number systems.

HEX9B80D5
Decimal155128213
Binary100110111000000011010101
Octal233200325

Shades and tints

Shades of #9B80D5

#9B80D5
(155,128,213)
#8D75C2
(141,117,194)
#7F6AAF
(127,106,175)
#715F9C
(113,95,156)
#635489
(99,84,137)
#554976
(85,73,118)
#473E63
(71,62,99)
#393350
(57,51,80)
#2B283D
(43,40,61)
#1D1D2A
(29,29,42)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9B80D5

#9B80D5
(155,128,213)
#A48BD8
(164,139,216)
#AD96DB
(173,150,219)
#B6A1DE
(182,161,222)
#BFACE1
(191,172,225)
#C8B7E4
(200,183,228)
#D1C2E7
(209,194,231)
#DACDEA
(218,205,234)
#E3D8ED
(227,216,237)
#ECE3F0
(236,227,240)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B80D5 color. Also use rgb(155,128,213) instead hex code.

Text Font Color

.myTextColor { color: #9B80D5; }

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

This text font color is #9B80D5.


Background Color

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

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

This div background color is #9B80D5.


Border color

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

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

This div border color is #9B80D5.


Opacity

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

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

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

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

This text has shadow with #9B80D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B80D5 on black background.


Color preview on white background

This text has color #9B80D5 on white background.



Black color preview on #9B80D5 background

This text has black color on #9B80D5 background.


White color preview on #9B80D5 background

This text has white color on #9B80D5 background.