COLOR #9B77E8

HEX: #9B77E8
RGB: (155,119,232)

Color info

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

RGB color model

#9B77E8 color RGB value is (155,119,232).

  • red value is 155;
  • green value is 119;
  • blue value is 232.
RGB:
(155,119,232)
(61%,47%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 119 of 255 = 47%
B 232 of 255 = 91%

155
119
232

R + G + B ~ 66%. #9B77E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 119 + 232 = 506 (100%)
R 155 of 506 ~ 30.63%
G 119 of 506 ~ 23.52%
B 232 of 506 ~ 45.85%

%30.63
%23.52
%45.85

CMYK color model

#9B77E8 color CMYK value is (33,49,0,9).

  • cyan value is 33.19%
  • magenta value is 48.71%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(33,49,0,9)
C33M49Y0K9 
(33%,49%,0%,9%)
(0.33/0.49/0.00/0.09)	

CMYK percentages

%33.19
%48.71
%0
%9.02

Codes

Color #9B77E8 in popluar color models

9B77E8
RGB155119232
HSL259°71.07%68.82%
HSB/HSV259°48.71%90.98%
CMYK33.19%48.71%0.00%
9.02%

Color #9B77E8 in popluar number systems.

HEX9B77E8
Decimal155119232
Binary10011011111011111101000
Octal233167350

Shades and tints

Shades of #9B77E8

#9B77E8
(155,119,232)
#8D6DD3
(141,109,211)
#7F63BE
(127,99,190)
#7159A9
(113,89,169)
#634F94
(99,79,148)
#55457F
(85,69,127)
#473B6A
(71,59,106)
#393155
(57,49,85)
#2B2740
(43,39,64)
#1D1D2B
(29,29,43)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #9B77E8

#9B77E8
(155,119,232)
#A483EA
(164,131,234)
#AD8FEC
(173,143,236)
#B69BEE
(182,155,238)
#BFA7F0
(191,167,240)
#C8B3F2
(200,179,242)
#D1BFF4
(209,191,244)
#DACBF6
(218,203,246)
#E3D7F8
(227,215,248)
#ECE3FA
(236,227,250)
#F5EFFC
(245,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B77E8 color. Also use rgb(155,119,232) instead hex code.

Text Font Color

.myTextColor { color: #9B77E8; }

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

This text font color is #9B77E8.


Background Color

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

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

This div background color is #9B77E8.


Border color

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

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

This div border color is #9B77E8.


Opacity

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

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

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

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

This text has shadow with #9B77E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B77E8 on black background.


Color preview on white background

This text has color #9B77E8 on white background.



Black color preview on #9B77E8 background

This text has black color on #9B77E8 background.


White color preview on #9B77E8 background

This text has white color on #9B77E8 background.