COLOR #9A76C1

HEX: #9A76C1
RGB: (154,118,193)

Color info

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

RGB color model

#9A76C1 color RGB value is (154,118,193).

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

RGB channels and saturation

R 154 of 255 = 60%
G 118 of 255 = 46%
B 193 of 255 = 76%

154
118
193

R + G + B ~ 61%. #9A76C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 118 + 193 = 465 (100%)
R 154 of 465 ~ 33.12%
G 118 of 465 ~ 25.38%
B 193 of 465 ~ 41.51%

%33.12
%25.38
%41.51

CMYK color model

#9A76C1 color CMYK value is (20,39,0,24).

  • cyan value is 20.21%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(20,39,0,24)
C20M39Y0K24 
(20%,39%,0%,24%)
(0.20/0.39/0.00/0.24)	

CMYK percentages

%20.21
%38.86
%0
%24.31

Codes

Color #9A76C1 in popluar color models

9A76C1
RGB154118193
HSL269°37.69%60.98%
HSB/HSV269°38.86%75.69%
CMYK20.21%38.86%0.00%
24.31%

Color #9A76C1 in popluar number systems.

HEX9A76C1
Decimal154118193
Binary10011010111011011000001
Octal232166301

Shades and tints

Shades of #9A76C1

#9A76C1
(154,118,193)
#8C6CB0
(140,108,176)
#7E629F
(126,98,159)
#70588E
(112,88,142)
#624E7D
(98,78,125)
#54446C
(84,68,108)
#463A5B
(70,58,91)
#38304A
(56,48,74)
#2A2639
(42,38,57)
#1C1C28
(28,28,40)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #9A76C1

#9A76C1
(154,118,193)
#A382C6
(163,130,198)
#AC8ECB
(172,142,203)
#B59AD0
(181,154,208)
#BEA6D5
(190,166,213)
#C7B2DA
(199,178,218)
#D0BEDF
(208,190,223)
#D9CAE4
(217,202,228)
#E2D6E9
(226,214,233)
#EBE2EE
(235,226,238)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A76C1; }

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

This text font color is #9A76C1.


Background Color

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

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

This div background color is #9A76C1.


Border color

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

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

This div border color is #9A76C1.


Opacity

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

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

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

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

This text has shadow with #9A76C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A76C1 on black background.


Color preview on white background

This text has color #9A76C1 on white background.



Black color preview on #9A76C1 background

This text has black color on #9A76C1 background.


White color preview on #9A76C1 background

This text has white color on #9A76C1 background.