COLOR #9A76CD

HEX: #9A76CD
RGB: (154,118,205)

Color info

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

RGB color model

#9A76CD color RGB value is (154,118,205).

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

RGB channels and saturation

R 154 of 255 = 60%
G 118 of 255 = 46%
B 205 of 255 = 80%

154
118
205

R + G + B ~ 62%. #9A76CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 118 + 205 = 477 (100%)
R 154 of 477 ~ 32.29%
G 118 of 477 ~ 24.74%
B 205 of 477 ~ 42.98%

%32.29
%24.74
%42.98

CMYK color model

#9A76CD color CMYK value is (25,42,0,20).

  • cyan value is 24.88%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(25,42,0,20)
C25M42Y0K20 
(25%,42%,0%,20%)
(0.25/0.42/0.00/0.20)	

CMYK percentages

%24.88
%42.44
%0
%19.61

Codes

Color #9A76CD in popluar color models

9A76CD
RGB154118205
HSL265°46.52%63.33%
HSB/HSV265°42.44%80.39%
CMYK24.88%42.44%0.00%
19.61%

Color #9A76CD in popluar number systems.

HEX9A76CD
Decimal154118205
Binary10011010111011011001101
Octal232166315

Shades and tints

Shades of #9A76CD

#9A76CD
(154,118,205)
#8C6CBB
(140,108,187)
#7E62A9
(126,98,169)
#705897
(112,88,151)
#624E85
(98,78,133)
#544473
(84,68,115)
#463A61
(70,58,97)
#38304F
(56,48,79)
#2A263D
(42,38,61)
#1C1C2B
(28,28,43)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #9A76CD

#9A76CD
(154,118,205)
#A382D1
(163,130,209)
#AC8ED5
(172,142,213)
#B59AD9
(181,154,217)
#BEA6DD
(190,166,221)
#C7B2E1
(199,178,225)
#D0BEE5
(208,190,229)
#D9CAE9
(217,202,233)
#E2D6ED
(226,214,237)
#EBE2F1
(235,226,241)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A76CD; }

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

This text font color is #9A76CD.


Background Color

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

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

This div background color is #9A76CD.


Border color

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

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

This div border color is #9A76CD.


Opacity

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

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

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

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

This text has shadow with #9A76CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A76CD on black background.


Color preview on white background

This text has color #9A76CD on white background.



Black color preview on #9A76CD background

This text has black color on #9A76CD background.


White color preview on #9A76CD background

This text has white color on #9A76CD background.