COLOR #9D80EF

HEX: #9D80EF
RGB: (157,128,239)

Color info

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

RGB color model

#9D80EF color RGB value is (157,128,239).

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

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 239 of 255 = 94%

157
128
239

R + G + B ~ 69%. #9D80EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 239 = 524 (100%)
R 157 of 524 ~ 29.96%
G 128 of 524 ~ 24.43%
B 239 of 524 ~ 45.61%

%29.96
%24.43
%45.61

CMYK color model

#9D80EF color CMYK value is (34,46,0,6).

  • cyan value is 34.31%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(34,46,0,6)
C34M46Y0K6 
(34%,46%,0%,6%)
(0.34/0.46/0.00/0.06)	

CMYK percentages

%34.31
%46.44
%0
%6.27

Codes

Color #9D80EF in popluar color models

9D80EF
RGB157128239
HSL256°77.62%71.96%
HSB/HSV256°46.44%93.73%
CMYK34.31%46.44%0.00%
6.27%

Color #9D80EF in popluar number systems.

HEX9D80EF
Decimal157128239
Binary100111011000000011101111
Octal235200357

Shades and tints

Shades of #9D80EF

#9D80EF
(157,128,239)
#8F75DA
(143,117,218)
#816AC5
(129,106,197)
#735FB0
(115,95,176)
#65549B
(101,84,155)
#574986
(87,73,134)
#493E71
(73,62,113)
#3B335C
(59,51,92)
#2D2847
(45,40,71)
#1F1D32
(31,29,50)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #9D80EF

#9D80EF
(157,128,239)
#A58BF0
(165,139,240)
#AD96F1
(173,150,241)
#B5A1F2
(181,161,242)
#BDACF3
(189,172,243)
#C5B7F4
(197,183,244)
#CDC2F5
(205,194,245)
#D5CDF6
(213,205,246)
#DDD8F7
(221,216,247)
#E5E3F8
(229,227,248)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D80EF; }

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

This text font color is #9D80EF.


Background Color

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

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

This div background color is #9D80EF.


Border color

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

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

This div border color is #9D80EF.


Opacity

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

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

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

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

This text has shadow with #9D80EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D80EF on black background.


Color preview on white background

This text has color #9D80EF on white background.



Black color preview on #9D80EF background

This text has black color on #9D80EF background.


White color preview on #9D80EF background

This text has white color on #9D80EF background.