COLOR #9078AD

HEX: #9078AD RGB: (144,120,173)

Color info

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

RGB color model

#9078AD color RGB value is (144,120,173).

RGB: (144,120,173) (56%, 47%, 68%)

RGB channels and saturation

R 144 of 255 = 56%
G 120 of 255 = 47%
B 173 of 255 = 68%

144
120
173

R + G + B ~ 57%. #9078AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 120 + 173 = 437 (100%)
R 144 of 437 ~ 32.95%
G 120 of 437 ~ 27.46%
B 173 of 437 ~ 39.59'%

%32.95
%27.46
%39.59

CMYK color model

#9078AD color CMYK value is (17,31,0,32).

  • cyan value is 16.76%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (17,31,0,32)
C17M31Y0K32 (17%, 31%, 0%, 32%)
(0.17 / 0.31 / 0.00 / 0.32)

CMYK percentages

%16.76
%30.64
%0
%32.16

Codes

Color #9078AD in popluar color models

90 78 AD
RGB 144 120 173
HSL 267° 24.42% 57.45%
HSB/HSV 267° 30.64% 67.84%
CMYK 16.76% 30.64% 0.00%
32.16%

Color #9078AD in popluar number systems.

HEX 90 78 AD
Decimal 144 120 173
Binary 10010000 1111000 10101101
Octal 220 170 255

Shades and tints

Shades of #9078AD

#9078AD
(144,120,173)
#836E9E
(131,110,158)
#76648F
(118,100,143)
#695A80
(105,90,128)
#5C5071
(92,80,113)
#4F4662
(79,70,98)
#423C53
(66,60,83)
#353244
(53,50,68)
#282835
(40,40,53)
#1B1E26
(27,30,38)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #9078AD

#9078AD
(144,120,173)
#9A84B4
(154,132,180)
#A490BB
(164,144,187)
#AE9CC2
(174,156,194)
#B8A8C9
(184,168,201)
#C2B4D0
(194,180,208)
#CCC0D7
(204,192,215)
#D6CCDE
(214,204,222)
#E0D8E5
(224,216,229)
#EAE4EC
(234,228,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9078AD color. Also use rgb(144,120,173) instead hex code.

Text Font Color

.myTextColor { color: #9078AD; }

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

This text font color is #9078AD.

Background Color

.myBgColor { background-color: #9078AD; }

<div style="background-color:#9078AD">Inner text</div>

This div background color is #9078AD.

Border color

.myBorderColor { border: 1px solid #9078AD; }

<div style="border:3px solid #9078AD">Div</div>

This div border color is #9078AD.

Opacity

.myOpacity80 { color: #9078AD; opacity: 0.8; }

<p style="color:#9078AD;opacity:0.8;">80%</p>

Text with #9078AD 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 #9078AD;}

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

This text has shadow with #9078AD color.


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

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

This text has shadow with #9078AD primary color and red secondary color.


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

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

This text has shadow with #9078AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9078AD.

Preview

Color preview on black background

This text has color #9078AD on black background.


Color preview on white background

This text has color #9078AD on white background.


Black color preview on #9078AD background

This text has black color on #9078AD background.


White color preview on #9078AD background

This text has white color on #9078AD background.


Related colors

Complementary color

Complementary color for #hex is #6F8752.


I love getcolorcode.com

Triadic colors

1 #AD9078 and #78AD90 with #9078AD are triadic colors.

2 #AD7890 and #7890AD with #9078AD are triadic colors.