COLOR #9D80E6

HEX: #9D80E6
RGB: (157,128,230)

Color info

#9D80E6 contains mainly blue color. Web safe color of #9D80E6 is #9966CC (or #96C).

RGB color model

#9D80E6 color RGB value is (157,128,230).

  • red value is 157;
  • green value is 128;
  • blue value is 230.
RGB:
(157,128,230)
(62%,50%,90%)

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 230 of 255 = 90%

157
128
230

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

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 230 = 515 (100%)
R 157 of 515 ~ 30.49%
G 128 of 515 ~ 24.85%
B 230 of 515 ~ 44.66%

%30.49
%24.85
%44.66

CMYK color model

#9D80E6 color CMYK value is (32,44,0,10).

  • cyan value is 31.74%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(32,44,0,10)
C32M44Y0K10 
(32%,44%,0%,10%)
(0.32/0.44/0.00/0.10)	

CMYK percentages

%31.74
%44.35
%0
%9.8

Codes

Color #9D80E6 in popluar color models

9D80E6
RGB157128230
HSL257°67.11%70.20%
HSB/HSV257°44.35%90.20%
CMYK31.74%44.35%0.00%
9.80%

Color #9D80E6 in popluar number systems.

HEX9D80E6
Decimal157128230
Binary100111011000000011100110
Octal235200346

Shades and tints

Shades of #9D80E6

#9D80E6
(157,128,230)
#8F75D2
(143,117,210)
#816ABE
(129,106,190)
#735FAA
(115,95,170)
#655496
(101,84,150)
#574982
(87,73,130)
#493E6E
(73,62,110)
#3B335A
(59,51,90)
#2D2846
(45,40,70)
#1F1D32
(31,29,50)
#11121E
(17,18,30)
#000000
(0,0,0)

Tints of #9D80E6

#9D80E6
(157,128,230)
#A58BE8
(165,139,232)
#AD96EA
(173,150,234)
#B5A1EC
(181,161,236)
#BDACEE
(189,172,238)
#C5B7F0
(197,183,240)
#CDC2F2
(205,194,242)
#D5CDF4
(213,205,244)
#DDD8F6
(221,216,246)
#E5E3F8
(229,227,248)
#EDEEFA
(237,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D80E6 color. Also use rgb(157,128,230) instead hex code.

Text Font Color

.myTextColor { color: #9D80E6; }

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

This text font color is #9D80E6.


Background Color

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

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

This div background color is #9D80E6.


Border color

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

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

This div border color is #9D80E6.


Opacity

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

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

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

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

This text has shadow with #9D80E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D80E6 on black background.


Color preview on white background

This text has color #9D80E6 on white background.



Black color preview on #9D80E6 background

This text has black color on #9D80E6 background.


White color preview on #9D80E6 background

This text has white color on #9D80E6 background.