COLOR #9A76CC

HEX: #9A76CC RGB: (154,118,204)

Color info

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

RGB color model

#9A76CC color RGB value is (154,118,204).

RGB: (154,118,204) (60%, 46%, 80%)

RGB channels and saturation

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

154
118
204

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

Portions of RGB colors in percentages

R + G + B = 154 + 118 + 204 = 476 (100%)
R 154 of 476 ~ 32.35%
G 118 of 476 ~ 24.79%
B 204 of 476 ~ 42.86'%

%32.35
%24.79
%42.86

CMYK color model

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

  • cyan value is 24.51%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (25,42,0,20)
C25M42Y0K20 (25%, 42%, 0%, 20%)
(0.25 / 0.42 / 0.00 / 0.20)

CMYK percentages

%24.51
%42.16
%0
%20

Codes

Color #9A76CC in popluar color models

9A 76 CC
RGB 154 118 204
HSL 265° 45.74% 63.14%
HSB/HSV 265° 42.16% 80.00%
CMYK 24.51% 42.16% 0.00%
20.00%

Color #9A76CC in popluar number systems.

HEX 9A 76 CC
Decimal 154 118 204
Binary 10011010 1110110 11001100
Octal 232 166 314

Shades and tints

Shades of #9A76CC

#9A76CC
(154,118,204)
#8C6CBA
(140,108,186)
#7E62A8
(126,98,168)
#705896
(112,88,150)
#624E84
(98,78,132)
#544472
(84,68,114)
#463A60
(70,58,96)
#38304E
(56,48,78)
#2A263C
(42,38,60)
#1C1C2A
(28,28,42)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #9A76CC

#9A76CC
(154,118,204)
#A382D0
(163,130,208)
#AC8ED4
(172,142,212)
#B59AD8
(181,154,216)
#BEA6DC
(190,166,220)
#C7B2E0
(199,178,224)
#D0BEE4
(208,190,228)
#D9CAE8
(217,202,232)
#E2D6EC
(226,214,236)
#EBE2F0
(235,226,240)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A76CC; }

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

This text font color is #9A76CC.

Background Color

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

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

This div background color is #9A76CC.

Border color

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

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

This div border color is #9A76CC.

Opacity

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

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

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

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

This text has shadow with #9A76CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A76CC.

Preview

Color preview on black background

This text has color #9A76CC on black background.


Color preview on white background

This text has color #9A76CC on white background.


Black color preview on #9A76CC background

This text has black color on #9A76CC background.


White color preview on #9A76CC background

This text has white color on #9A76CC background.


Related colors

Complementary color

Complementary color for #hex is #658933.


I love getcolorcode.com

Triadic colors

1 #CC9A76 and #76CC9A with #9A76CC are triadic colors.

2 #CC769A and #769ACC with #9A76CC are triadic colors.