COLOR #9A78AE

HEX: #9A78AE
RGB: (154,120,174)

Color info

#9A78AE contains red, green and blue colors in about the same proportion. Web safe color of #9A78AE is #996699 (or #969).

RGB color model

#9A78AE color RGB value is (154,120,174).

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

RGB channels and saturation

R 154 of 255 = 60%
G 120 of 255 = 47%
B 174 of 255 = 68%

154
120
174

R + G + B ~ 58%. #9A78AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 120 + 174 = 448 (100%)
R 154 of 448 ~ 34.38%
G 120 of 448 ~ 26.79%
B 174 of 448 ~ 38.84%

%34.38
%26.79
%38.84

CMYK color model

#9A78AE color CMYK value is (11,31,0,32).

  • cyan value is 11.49%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(11,31,0,32)
C11M31Y0K32 
(11%,31%,0%,32%)
(0.11/0.31/0.00/0.32)	

CMYK percentages

%11.49
%31.03
%0
%31.76

Codes

Color #9A78AE in popluar color models

9A78AE
RGB154120174
HSL278°25.00%57.65%
HSB/HSV278°31.03%68.24%
CMYK11.49%31.03%0.00%
31.76%

Color #9A78AE in popluar number systems.

HEX9A78AE
Decimal154120174
Binary10011010111100010101110
Octal232170256

Shades and tints

Shades of #9A78AE

#9A78AE
(154,120,174)
#8C6E9F
(140,110,159)
#7E6490
(126,100,144)
#705A81
(112,90,129)
#625072
(98,80,114)
#544663
(84,70,99)
#463C54
(70,60,84)
#383245
(56,50,69)
#2A2836
(42,40,54)
#1C1E27
(28,30,39)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #9A78AE

#9A78AE
(154,120,174)
#A384B5
(163,132,181)
#AC90BC
(172,144,188)
#B59CC3
(181,156,195)
#BEA8CA
(190,168,202)
#C7B4D1
(199,180,209)
#D0C0D8
(208,192,216)
#D9CCDF
(217,204,223)
#E2D8E6
(226,216,230)
#EBE4ED
(235,228,237)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A78AE; }

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

This text font color is #9A78AE.


Background Color

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

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

This div background color is #9A78AE.


Border color

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

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

This div border color is #9A78AE.


Opacity

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

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

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

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

This text has shadow with #9A78AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A78AE on black background.


Color preview on white background

This text has color #9A78AE on white background.



Black color preview on #9A78AE background

This text has black color on #9A78AE background.


White color preview on #9A78AE background

This text has white color on #9A78AE background.