COLOR #9A77E2

HEX: #9A77E2
RGB: (154,119,226)

Color info

#9A77E2 contains mainly blue color. Web safe color of #9A77E2 is #9966CC (or #96C).

RGB color model

#9A77E2 color RGB value is (154,119,226).

  • red value is 154;
  • green value is 119;
  • blue value is 226.
RGB:
(154,119,226)
(60%,47%,89%)

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 226 of 255 = 89%

154
119
226

R + G + B ~ 65%. #9A77E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 226 = 499 (100%)
R 154 of 499 ~ 30.86%
G 119 of 499 ~ 23.85%
B 226 of 499 ~ 45.29%

%30.86
%23.85
%45.29

CMYK color model

#9A77E2 color CMYK value is (32,47,0,11).

  • cyan value is 31.86%
  • magenta value is 47.35%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(32,47,0,11)
C32M47Y0K11 
(32%,47%,0%,11%)
(0.32/0.47/0.00/0.11)	

CMYK percentages

%31.86
%47.35
%0
%11.37

Codes

Color #9A77E2 in popluar color models

9A77E2
RGB154119226
HSL260°64.85%67.65%
HSB/HSV260°47.35%88.63%
CMYK31.86%47.35%0.00%
11.37%

Color #9A77E2 in popluar number systems.

HEX9A77E2
Decimal154119226
Binary10011010111011111100010
Octal232167342

Shades and tints

Shades of #9A77E2

#9A77E2
(154,119,226)
#8C6DCE
(140,109,206)
#7E63BA
(126,99,186)
#7059A6
(112,89,166)
#624F92
(98,79,146)
#54457E
(84,69,126)
#463B6A
(70,59,106)
#383156
(56,49,86)
#2A2742
(42,39,66)
#1C1D2E
(28,29,46)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #9A77E2

#9A77E2
(154,119,226)
#A383E4
(163,131,228)
#AC8FE6
(172,143,230)
#B59BE8
(181,155,232)
#BEA7EA
(190,167,234)
#C7B3EC
(199,179,236)
#D0BFEE
(208,191,238)
#D9CBF0
(217,203,240)
#E2D7F2
(226,215,242)
#EBE3F4
(235,227,244)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A77E2 color. Also use rgb(154,119,226) instead hex code.

Text Font Color

.myTextColor { color: #9A77E2; }

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

This text font color is #9A77E2.


Background Color

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

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

This div background color is #9A77E2.


Border color

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

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

This div border color is #9A77E2.


Opacity

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

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

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

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

This text has shadow with #9A77E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A77E2 on black background.


Color preview on white background

This text has color #9A77E2 on white background.



Black color preview on #9A77E2 background

This text has black color on #9A77E2 background.


White color preview on #9A77E2 background

This text has white color on #9A77E2 background.