COLOR #9A76D3

HEX: #9A76D3
RGB: (154,118,211)

Color info

#9A76D3 contains mainly red and blue colors. Web safe color of #9A76D3 is #9966CC (or #96C).

RGB color model

#9A76D3 color RGB value is (154,118,211).

  • red value is 154;
  • green value is 118;
  • blue value is 211.
RGB:
(154,118,211)
(60%,46%,83%)

RGB channels and saturation

R 154 of 255 = 60%
G 118 of 255 = 46%
B 211 of 255 = 83%

154
118
211

R + G + B ~ 63%. #9A76D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 118 + 211 = 483 (100%)
R 154 of 483 ~ 31.88%
G 118 of 483 ~ 24.43%
B 211 of 483 ~ 43.69%

%31.88
%24.43
%43.69

CMYK color model

#9A76D3 color CMYK value is (27,44,0,17).

  • cyan value is 27.01%
  • magenta value is 44.08%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(27,44,0,17)
C27M44Y0K17 
(27%,44%,0%,17%)
(0.27/0.44/0.00/0.17)	

CMYK percentages

%27.01
%44.08
%0
%17.25

Codes

Color #9A76D3 in popluar color models

9A76D3
RGB154118211
HSL263°51.38%64.51%
HSB/HSV263°44.08%82.75%
CMYK27.01%44.08%0.00%
17.25%

Color #9A76D3 in popluar number systems.

HEX9A76D3
Decimal154118211
Binary10011010111011011010011
Octal232166323

Shades and tints

Shades of #9A76D3

#9A76D3
(154,118,211)
#8C6CC0
(140,108,192)
#7E62AD
(126,98,173)
#70589A
(112,88,154)
#624E87
(98,78,135)
#544474
(84,68,116)
#463A61
(70,58,97)
#38304E
(56,48,78)
#2A263B
(42,38,59)
#1C1C28
(28,28,40)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #9A76D3

#9A76D3
(154,118,211)
#A382D7
(163,130,215)
#AC8EDB
(172,142,219)
#B59ADF
(181,154,223)
#BEA6E3
(190,166,227)
#C7B2E7
(199,178,231)
#D0BEEB
(208,190,235)
#D9CAEF
(217,202,239)
#E2D6F3
(226,214,243)
#EBE2F7
(235,226,247)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A76D3 color. Also use rgb(154,118,211) instead hex code.

Text Font Color

.myTextColor { color: #9A76D3; }

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

This text font color is #9A76D3.


Background Color

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

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

This div background color is #9A76D3.


Border color

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

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

This div border color is #9A76D3.


Opacity

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

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

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

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

This text has shadow with #9A76D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A76D3 on black background.


Color preview on white background

This text has color #9A76D3 on white background.



Black color preview on #9A76D3 background

This text has black color on #9A76D3 background.


White color preview on #9A76D3 background

This text has white color on #9A76D3 background.