COLOR #9A78C0

HEX: #9A78C0
RGB: (154,120,192)

Color info

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

RGB color model

#9A78C0 color RGB value is (154,120,192).

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

RGB channels and saturation

R 154 of 255 = 60%
G 120 of 255 = 47%
B 192 of 255 = 75%

154
120
192

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

Portions of RGB colors in percentages

R + G + B =
154 + 120 + 192 = 466 (100%)
R 154 of 466 ~ 33.05%
G 120 of 466 ~ 25.75%
B 192 of 466 ~ 41.2%

%33.05
%25.75
%41.2

CMYK color model

#9A78C0 color CMYK value is (20,38,0,25).

  • cyan value is 19.79%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(20,38,0,25)
C20M38Y0K25 
(20%,38%,0%,25%)
(0.20/0.38/0.00/0.25)	

CMYK percentages

%19.79
%37.5
%0
%24.71

Codes

Color #9A78C0 in popluar color models

9A78C0
RGB154120192
HSL268°36.36%61.18%
HSB/HSV268°37.50%75.29%
CMYK19.79%37.50%0.00%
24.71%

Color #9A78C0 in popluar number systems.

HEX9A78C0
Decimal154120192
Binary10011010111100011000000
Octal232170300

Shades and tints

Shades of #9A78C0

#9A78C0
(154,120,192)
#8C6EAF
(140,110,175)
#7E649E
(126,100,158)
#705A8D
(112,90,141)
#62507C
(98,80,124)
#54466B
(84,70,107)
#463C5A
(70,60,90)
#383249
(56,50,73)
#2A2838
(42,40,56)
#1C1E27
(28,30,39)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #9A78C0

#9A78C0
(154,120,192)
#A384C5
(163,132,197)
#AC90CA
(172,144,202)
#B59CCF
(181,156,207)
#BEA8D4
(190,168,212)
#C7B4D9
(199,180,217)
#D0C0DE
(208,192,222)
#D9CCE3
(217,204,227)
#E2D8E8
(226,216,232)
#EBE4ED
(235,228,237)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A78C0; }

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

This text font color is #9A78C0.


Background Color

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

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

This div background color is #9A78C0.


Border color

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

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

This div border color is #9A78C0.


Opacity

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

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

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

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

This text has shadow with #9A78C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A78C0 on black background.


Color preview on white background

This text has color #9A78C0 on white background.



Black color preview on #9A78C0 background

This text has black color on #9A78C0 background.


White color preview on #9A78C0 background

This text has white color on #9A78C0 background.