COLOR #9077AF

HEX: #9077AF
RGB: (144,119,175)

Color info

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

RGB color model

#9077AF color RGB value is (144,119,175).

  • red value is 144;
  • green value is 119;
  • blue value is 175.
RGB:
(144,119,175)
(56%,47%,69%)

RGB channels and saturation

R 144 of 255 = 56%
G 119 of 255 = 47%
B 175 of 255 = 69%

144
119
175

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

Portions of RGB colors in percentages

R + G + B =
144 + 119 + 175 = 438 (100%)
R 144 of 438 ~ 32.88%
G 119 of 438 ~ 27.17%
B 175 of 438 ~ 39.95%

%32.88
%27.17
%39.95

CMYK color model

#9077AF color CMYK value is (18,32,0,31).

  • cyan value is 17.71%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(18,32,0,31)
C18M32Y0K31 
(18%,32%,0%,31%)
(0.18/0.32/0.00/0.31)	

CMYK percentages

%17.71
%32
%0
%31.37

Codes

Color #9077AF in popluar color models

9077AF
RGB144119175
HSL267°25.93%57.65%
HSB/HSV267°32.00%68.63%
CMYK17.71%32.00%0.00%
31.37%

Color #9077AF in popluar number systems.

HEX9077AF
Decimal144119175
Binary10010000111011110101111
Octal220167257

Shades and tints

Shades of #9077AF

#9077AF
(144,119,175)
#836DA0
(131,109,160)
#766391
(118,99,145)
#695982
(105,89,130)
#5C4F73
(92,79,115)
#4F4564
(79,69,100)
#423B55
(66,59,85)
#353146
(53,49,70)
#282737
(40,39,55)
#1B1D28
(27,29,40)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #9077AF

#9077AF
(144,119,175)
#9A83B6
(154,131,182)
#A48FBD
(164,143,189)
#AE9BC4
(174,155,196)
#B8A7CB
(184,167,203)
#C2B3D2
(194,179,210)
#CCBFD9
(204,191,217)
#D6CBE0
(214,203,224)
#E0D7E7
(224,215,231)
#EAE3EE
(234,227,238)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9077AF color. Also use rgb(144,119,175) instead hex code.

Text Font Color

.myTextColor { color: #9077AF; }

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

This text font color is #9077AF.


Background Color

.myBgColor { background-color: #9077AF; }

<div style="background-color:#9077AF">Inner text</div>

This div background color is #9077AF.


Border color

.myBorderColor { border: 1px solid #9077AF; }

<div style="border:3px solid #9077AF">Div</div>

This div border color is #9077AF.


Opacity

.myOpacity80 { color: #9077AF; opacity: 0.8; }

<p style="color:#9077AF;opacity:0.8;">80%</p>

Text with #9077AF 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 #9077AF;}

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

This text has shadow with #9077AF color.

.textShadow {text-shadow: 3px 3px 1px #9077AF, 3px 3px 1px red;}

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

This text has shadow with #9077AF primary color and red secondary color.


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

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

This text has shadow with #9077AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9077AF on black background.


Color preview on white background

This text has color #9077AF on white background.



Black color preview on #9077AF background

This text has black color on #9077AF background.


White color preview on #9077AF background

This text has white color on #9077AF background.