COLOR #9E77FB

HEX: #9E77FB
RGB: (158,119,251)

Color info

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

RGB color model

#9E77FB color RGB value is (158,119,251).

  • red value is 158;
  • green value is 119;
  • blue value is 251.
RGB:
(158,119,251)
(62%,47%,98%)

RGB channels and saturation

R 158 of 255 = 62%
G 119 of 255 = 47%
B 251 of 255 = 98%

158
119
251

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

Portions of RGB colors in percentages

R + G + B =
158 + 119 + 251 = 528 (100%)
R 158 of 528 ~ 29.92%
G 119 of 528 ~ 22.54%
B 251 of 528 ~ 47.54%

%29.92
%22.54
%47.54

CMYK color model

#9E77FB color CMYK value is (37,53,0,2).

  • cyan value is 37.05%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(37,53,0,2)
C37M53Y0K2 
(37%,53%,0%,2%)
(0.37/0.53/0.00/0.02)	

CMYK percentages

%37.05
%52.59
%0
%1.57

Codes

Color #9E77FB in popluar color models

9E77FB
RGB158119251
HSL258°94.29%72.55%
HSB/HSV258°52.59%98.43%
CMYK37.05%52.59%0.00%
1.57%

Color #9E77FB in popluar number systems.

HEX9E77FB
Decimal158119251
Binary10011110111011111111011
Octal236167373

Shades and tints

Shades of #9E77FB

#9E77FB
(158,119,251)
#906DE5
(144,109,229)
#8263CF
(130,99,207)
#7459B9
(116,89,185)
#664FA3
(102,79,163)
#58458D
(88,69,141)
#4A3B77
(74,59,119)
#3C3161
(60,49,97)
#2E274B
(46,39,75)
#201D35
(32,29,53)
#12131F
(18,19,31)
#000000
(0,0,0)

Tints of #9E77FB

#9E77FB
(158,119,251)
#A683FB
(166,131,251)
#AE8FFB
(174,143,251)
#B69BFB
(182,155,251)
#BEA7FB
(190,167,251)
#C6B3FB
(198,179,251)
#CEBFFB
(206,191,251)
#D6CBFB
(214,203,251)
#DED7FB
(222,215,251)
#E6E3FB
(230,227,251)
#EEEFFB
(238,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E77FB color. Also use rgb(158,119,251) instead hex code.

Text Font Color

.myTextColor { color: #9E77FB; }

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

This text font color is #9E77FB.


Background Color

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

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

This div background color is #9E77FB.


Border color

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

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

This div border color is #9E77FB.


Opacity

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

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

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

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

This text has shadow with #9E77FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E77FB on black background.


Color preview on white background

This text has color #9E77FB on white background.



Black color preview on #9E77FB background

This text has black color on #9E77FB background.


White color preview on #9E77FB background

This text has white color on #9E77FB background.