COLOR #9C80EF

HEX: #9C80EF
RGB: (156,128,239)

Color info

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

RGB color model

#9C80EF color RGB value is (156,128,239).

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

RGB channels and saturation

R 156 of 255 = 61%
G 128 of 255 = 50%
B 239 of 255 = 94%

156
128
239

R + G + B ~ 68%. #9C80EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 128 + 239 = 523 (100%)
R 156 of 523 ~ 29.83%
G 128 of 523 ~ 24.47%
B 239 of 523 ~ 45.7%

%29.83
%24.47
%45.7

CMYK color model

#9C80EF color CMYK value is (35,46,0,6).

  • cyan value is 34.73%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(35,46,0,6)
C35M46Y0K6 
(35%,46%,0%,6%)
(0.35/0.46/0.00/0.06)	

CMYK percentages

%34.73
%46.44
%0
%6.27

Codes

Color #9C80EF in popluar color models

9C80EF
RGB156128239
HSL255°77.62%71.96%
HSB/HSV255°46.44%93.73%
CMYK34.73%46.44%0.00%
6.27%

Color #9C80EF in popluar number systems.

HEX9C80EF
Decimal156128239
Binary100111001000000011101111
Octal234200357

Shades and tints

Shades of #9C80EF

#9C80EF
(156,128,239)
#8E75DA
(142,117,218)
#806AC5
(128,106,197)
#725FB0
(114,95,176)
#64549B
(100,84,155)
#564986
(86,73,134)
#483E71
(72,62,113)
#3A335C
(58,51,92)
#2C2847
(44,40,71)
#1E1D32
(30,29,50)
#10121D
(16,18,29)
#000000
(0,0,0)

Tints of #9C80EF

#9C80EF
(156,128,239)
#A58BF0
(165,139,240)
#AE96F1
(174,150,241)
#B7A1F2
(183,161,242)
#C0ACF3
(192,172,243)
#C9B7F4
(201,183,244)
#D2C2F5
(210,194,245)
#DBCDF6
(219,205,246)
#E4D8F7
(228,216,247)
#EDE3F8
(237,227,248)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C80EF; }

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

This text font color is #9C80EF.


Background Color

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

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

This div background color is #9C80EF.


Border color

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

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

This div border color is #9C80EF.


Opacity

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

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

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

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

This text has shadow with #9C80EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C80EF on black background.


Color preview on white background

This text has color #9C80EF on white background.



Black color preview on #9C80EF background

This text has black color on #9C80EF background.


White color preview on #9C80EF background

This text has white color on #9C80EF background.