COLOR #9B80EC

HEX: #9B80EC RGB: (155,128,236)

Color info

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

RGB color model

#9B80EC color RGB value is (155,128,236).

RGB: (155,128,236) (61%, 50%, 93%)

RGB channels and saturation

R 155 of 255 = 61%
G 128 of 255 = 50%
B 236 of 255 = 93%

155
128
236

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

Portions of RGB colors in percentages

R + G + B = 155 + 128 + 236 = 519 (100%)
R 155 of 519 ~ 29.87%
G 128 of 519 ~ 24.66%
B 236 of 519 ~ 45.47'%

%29.87
%24.66
%45.47

CMYK color model

#9B80EC color CMYK value is (34,46,0,7).

  • cyan value is 34.32%
  • magenta value is 45.76%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (34,46,0,7)
C34M46Y0K7 (34%, 46%, 0%, 7%)
(0.34 / 0.46 / 0.00 / 0.07)

CMYK percentages

%34.32
%45.76
%0
%7.45

Codes

Color #9B80EC in popluar color models

9B 80 EC
RGB 155 128 236
HSL 255° 73.97% 71.37%
HSB/HSV 255° 45.76% 92.55%
CMYK 34.32% 45.76% 0.00%
7.45%

Color #9B80EC in popluar number systems.

HEX 9B 80 EC
Decimal 155 128 236
Binary 10011011 10000000 11101100
Octal 233 200 354

Shades and tints

Shades of #9B80EC

#9B80EC
(155,128,236)
#8D75D7
(141,117,215)
#7F6AC2
(127,106,194)
#715FAD
(113,95,173)
#635498
(99,84,152)
#554983
(85,73,131)
#473E6E
(71,62,110)
#393359
(57,51,89)
#2B2844
(43,40,68)
#1D1D2F
(29,29,47)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #9B80EC

#9B80EC
(155,128,236)
#A48BED
(164,139,237)
#AD96EE
(173,150,238)
#B6A1EF
(182,161,239)
#BFACF0
(191,172,240)
#C8B7F1
(200,183,241)
#D1C2F2
(209,194,242)
#DACDF3
(218,205,243)
#E3D8F4
(227,216,244)
#ECE3F5
(236,227,245)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B80EC; }

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

This text font color is #9B80EC.

Background Color

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

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

This div background color is #9B80EC.

Border color

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

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

This div border color is #9B80EC.

Opacity

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

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

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

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

This text has shadow with #9B80EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B80EC.

Preview

Color preview on black background

This text has color #9B80EC on black background.


Color preview on white background

This text has color #9B80EC on white background.


Black color preview on #9B80EC background

This text has black color on #9B80EC background.


White color preview on #9B80EC background

This text has white color on #9B80EC background.


Related colors

Complementary color

Complementary color for #hex is #647F13.


I love getcolorcode.com

Triadic colors

1 #EC9B80 and #80EC9B with #9B80EC are triadic colors.

2 #EC809B and #809BEC with #9B80EC are triadic colors.