COLOR #9A80E8

HEX: #9A80E8
RGB: (154,128,232)

Color info

#9A80E8 contains mainly blue color. Web safe color of #9A80E8 is #9966FF (or #96F).

RGB color model

#9A80E8 color RGB value is (154,128,232).

  • red value is 154;
  • green value is 128;
  • blue value is 232.
RGB:
(154,128,232)
(60%,50%,91%)

RGB channels and saturation

R 154 of 255 = 60%
G 128 of 255 = 50%
B 232 of 255 = 91%

154
128
232

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

Portions of RGB colors in percentages

R + G + B =
154 + 128 + 232 = 514 (100%)
R 154 of 514 ~ 29.96%
G 128 of 514 ~ 24.9%
B 232 of 514 ~ 45.14%

%29.96
%24.9
%45.14

CMYK color model

#9A80E8 color CMYK value is (34,45,0,9).

  • cyan value is 33.62%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(34,45,0,9)
C34M45Y0K9 
(34%,45%,0%,9%)
(0.34/0.45/0.00/0.09)	

CMYK percentages

%33.62
%44.83
%0
%9.02

Codes

Color #9A80E8 in popluar color models

9A80E8
RGB154128232
HSL255°69.33%70.59%
HSB/HSV255°44.83%90.98%
CMYK33.62%44.83%0.00%
9.02%

Color #9A80E8 in popluar number systems.

HEX9A80E8
Decimal154128232
Binary100110101000000011101000
Octal232200350

Shades and tints

Shades of #9A80E8

#9A80E8
(154,128,232)
#8C75D3
(140,117,211)
#7E6ABE
(126,106,190)
#705FA9
(112,95,169)
#625494
(98,84,148)
#54497F
(84,73,127)
#463E6A
(70,62,106)
#383355
(56,51,85)
#2A2840
(42,40,64)
#1C1D2B
(28,29,43)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #9A80E8

#9A80E8
(154,128,232)
#A38BEA
(163,139,234)
#AC96EC
(172,150,236)
#B5A1EE
(181,161,238)
#BEACF0
(190,172,240)
#C7B7F2
(199,183,242)
#D0C2F4
(208,194,244)
#D9CDF6
(217,205,246)
#E2D8F8
(226,216,248)
#EBE3FA
(235,227,250)
#F4EEFC
(244,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A80E8 color. Also use rgb(154,128,232) instead hex code.

Text Font Color

.myTextColor { color: #9A80E8; }

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

This text font color is #9A80E8.


Background Color

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

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

This div background color is #9A80E8.


Border color

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

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

This div border color is #9A80E8.


Opacity

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

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

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

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

This text has shadow with #9A80E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A80E8 on black background.


Color preview on white background

This text has color #9A80E8 on white background.



Black color preview on #9A80E8 background

This text has black color on #9A80E8 background.


White color preview on #9A80E8 background

This text has white color on #9A80E8 background.