COLOR #9A80C0

HEX: #9A80C0
RGB: (154,128,192)

Color info

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

RGB color model

#9A80C0 color RGB value is (154,128,192).

  • red value is 154;
  • green value is 128;
  • blue value is 192.
RGB:
(154,128,192)
(60%,50%,75%)

RGB channels and saturation

R 154 of 255 = 60%
G 128 of 255 = 50%
B 192 of 255 = 75%

154
128
192

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

Portions of RGB colors in percentages

R + G + B =
154 + 128 + 192 = 474 (100%)
R 154 of 474 ~ 32.49%
G 128 of 474 ~ 27%
B 192 of 474 ~ 40.51%

%32.49
%27
%40.51

CMYK color model

#9A80C0 color CMYK value is (20,33,0,25).

  • cyan value is 19.79%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(20,33,0,25)
C20M33Y0K25 
(20%,33%,0%,25%)
(0.20/0.33/0.00/0.25)	

CMYK percentages

%19.79
%33.33
%0
%24.71

Codes

Color #9A80C0 in popluar color models

9A80C0
RGB154128192
HSL264°33.68%62.75%
HSB/HSV264°33.33%75.29%
CMYK19.79%33.33%0.00%
24.71%

Color #9A80C0 in popluar number systems.

HEX9A80C0
Decimal154128192
Binary100110101000000011000000
Octal232200300

Shades and tints

Shades of #9A80C0

#9A80C0
(154,128,192)
#8C75AF
(140,117,175)
#7E6A9E
(126,106,158)
#705F8D
(112,95,141)
#62547C
(98,84,124)
#54496B
(84,73,107)
#463E5A
(70,62,90)
#383349
(56,51,73)
#2A2838
(42,40,56)
#1C1D27
(28,29,39)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #9A80C0

#9A80C0
(154,128,192)
#A38BC5
(163,139,197)
#AC96CA
(172,150,202)
#B5A1CF
(181,161,207)
#BEACD4
(190,172,212)
#C7B7D9
(199,183,217)
#D0C2DE
(208,194,222)
#D9CDE3
(217,205,227)
#E2D8E8
(226,216,232)
#EBE3ED
(235,227,237)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A80C0 color. Also use rgb(154,128,192) instead hex code.

Text Font Color

.myTextColor { color: #9A80C0; }

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

This text font color is #9A80C0.


Background Color

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

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

This div background color is #9A80C0.


Border color

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

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

This div border color is #9A80C0.


Opacity

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

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

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

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

This text has shadow with #9A80C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A80C0 on black background.


Color preview on white background

This text has color #9A80C0 on white background.



Black color preview on #9A80C0 background

This text has black color on #9A80C0 background.


White color preview on #9A80C0 background

This text has white color on #9A80C0 background.