COLOR #9079AD

HEX: #9079AD
RGB: (144,121,173)

Color info

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

RGB color model

#9079AD color RGB value is (144,121,173).

  • red value is 144;
  • green value is 121;
  • blue value is 173.
RGB:
(144,121,173)
(56%,47%,68%)

RGB channels and saturation

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

144
121
173

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

Portions of RGB colors in percentages

R + G + B =
144 + 121 + 173 = 438 (100%)
R 144 of 438 ~ 32.88%
G 121 of 438 ~ 27.63%
B 173 of 438 ~ 39.5%

%32.88
%27.63
%39.5

CMYK color model

#9079AD color CMYK value is (17,30,0,32).

  • cyan value is 16.76%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,30,0,32)
C17M30Y0K32 
(17%,30%,0%,32%)
(0.17/0.30/0.00/0.32)	

CMYK percentages

%16.76
%30.06
%0
%32.16

Codes

Color #9079AD in popluar color models

9079AD
RGB144121173
HSL267°24.07%57.65%
HSB/HSV267°30.06%67.84%
CMYK16.76%30.06%0.00%
32.16%

Color #9079AD in popluar number systems.

HEX9079AD
Decimal144121173
Binary10010000111100110101101
Octal220171255

Shades and tints

Shades of #9079AD

#9079AD
(144,121,173)
#836E9E
(131,110,158)
#76638F
(118,99,143)
#695880
(105,88,128)
#5C4D71
(92,77,113)
#4F4262
(79,66,98)
#423753
(66,55,83)
#352C44
(53,44,68)
#282135
(40,33,53)
#1B1626
(27,22,38)
#0E0B17
(14,11,23)
#000000
(0,0,0)

Tints of #9079AD

#9079AD
(144,121,173)
#9A85B4
(154,133,180)
#A491BB
(164,145,187)
#AE9DC2
(174,157,194)
#B8A9C9
(184,169,201)
#C2B5D0
(194,181,208)
#CCC1D7
(204,193,215)
#D6CDDE
(214,205,222)
#E0D9E5
(224,217,229)
#EAE5EC
(234,229,236)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9079AD; }

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

This text font color is #9079AD.


Background Color

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

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

This div background color is #9079AD.


Border color

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

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

This div border color is #9079AD.


Opacity

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

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

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

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

This text has shadow with #9079AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9079AD on black background.


Color preview on white background

This text has color #9079AD on white background.



Black color preview on #9079AD background

This text has black color on #9079AD background.


White color preview on #9079AD background

This text has white color on #9079AD background.