COLOR #9077A3

HEX: #9077A3
RGB: (144,119,163)

Color info

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

RGB color model

#9077A3 color RGB value is (144,119,163).

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

RGB channels and saturation

R 144 of 255 = 56%
G 119 of 255 = 47%
B 163 of 255 = 64%

144
119
163

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

Portions of RGB colors in percentages

R + G + B =
144 + 119 + 163 = 426 (100%)
R 144 of 426 ~ 33.8%
G 119 of 426 ~ 27.93%
B 163 of 426 ~ 38.26%

%33.8
%27.93
%38.26

CMYK color model

#9077A3 color CMYK value is (12,27,0,36).

  • cyan value is 11.66%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(12,27,0,36)
C12M27Y0K36 
(12%,27%,0%,36%)
(0.12/0.27/0.00/0.36)	

CMYK percentages

%11.66
%26.99
%0
%36.08

Codes

Color #9077A3 in popluar color models

9077A3
RGB144119163
HSL274°19.30%55.29%
HSB/HSV274°26.99%63.92%
CMYK11.66%26.99%0.00%
36.08%

Color #9077A3 in popluar number systems.

HEX9077A3
Decimal144119163
Binary10010000111011110100011
Octal220167243

Shades and tints

Shades of #9077A3

#9077A3
(144,119,163)
#836D95
(131,109,149)
#766387
(118,99,135)
#695979
(105,89,121)
#5C4F6B
(92,79,107)
#4F455D
(79,69,93)
#423B4F
(66,59,79)
#353141
(53,49,65)
#282733
(40,39,51)
#1B1D25
(27,29,37)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #9077A3

#9077A3
(144,119,163)
#9A83AB
(154,131,171)
#A48FB3
(164,143,179)
#AE9BBB
(174,155,187)
#B8A7C3
(184,167,195)
#C2B3CB
(194,179,203)
#CCBFD3
(204,191,211)
#D6CBDB
(214,203,219)
#E0D7E3
(224,215,227)
#EAE3EB
(234,227,235)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9077A3; }

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

This text font color is #9077A3.


Background Color

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

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

This div background color is #9077A3.


Border color

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

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

This div border color is #9077A3.


Opacity

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

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

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

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

This text has shadow with #9077A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9077A3 on black background.


Color preview on white background

This text has color #9077A3 on white background.



Black color preview on #9077A3 background

This text has black color on #9077A3 background.


White color preview on #9077A3 background

This text has white color on #9077A3 background.