COLOR #9077C8

HEX: #9077C8 RGB: (144,119,200)

Color info

#9077C8 contains mainly red and blue colors. Web safe color of #9077C8 is #9966CC (or #96C).

RGB color model

#9077C8 color RGB value is (144,119,200).

RGB: (144,119,200) (56%, 47%, 78%)

RGB channels and saturation

R 144 of 255 = 56%
G 119 of 255 = 47%
B 200 of 255 = 78%

144
119
200

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

Portions of RGB colors in percentages

R + G + B = 144 + 119 + 200 = 463 (100%)
R 144 of 463 ~ 31.1%
G 119 of 463 ~ 25.7%
B 200 of 463 ~ 43.2'%

%31.1
%25.7
%43.2

CMYK color model

#9077C8 color CMYK value is (28,41,0,22).

  • cyan value is 28.00%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (28,41,0,22) C28M41Y0K22 (28%,41%,0%,22%) (0.28/0.41/0.00/0.22) 

CMYK percentages

%28
%40.5
%0
%21.57

Codes

Color #9077C8 in popluar color models

90 77 C8
RGB 144 119 200
HSL 259° 42.41% 62.55%
HSB/HSV 259° 40.50% 78.43%
CMYK 28.00% 40.50% 0.00%
21.57%

Color #9077C8 in popluar number systems.

HEX 90 77 C8
Decimal 144 119 200
Binary 10010000 1110111 11001000
Octal 220 167 310

Shades and tints

Shades of #9077C8

#9077C8
(144,119,200)
#836DB6
(131,109,182)
#7663A4
(118,99,164)
#695992
(105,89,146)
#5C4F80
(92,79,128)
#4F456E
(79,69,110)
#423B5C
(66,59,92)
#35314A
(53,49,74)
#282738
(40,39,56)
#1B1D26
(27,29,38)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #9077C8

#9077C8
(144,119,200)
#9A83CD
(154,131,205)
#A48FD2
(164,143,210)
#AE9BD7
(174,155,215)
#B8A7DC
(184,167,220)
#C2B3E1
(194,179,225)
#CCBFE6
(204,191,230)
#D6CBEB
(214,203,235)
#E0D7F0
(224,215,240)
#EAE3F5
(234,227,245)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9077C8; }

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

This text font color is #9077C8.

Background Color

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

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

This div background color is #9077C8.

Border color

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

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

This div border color is #9077C8.

Opacity

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

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

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

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

This text has shadow with #9077C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9077C8.

Preview

Color preview on black background

This text has color #9077C8 on black background.


Color preview on white background

This text has color #9077C8 on white background.


Black color preview on #9077C8 background

This text has black color on #9077C8 background.


White color preview on #9077C8 background

This text has white color on #9077C8 background.


Related colors

Complementary color

Complementary color for #hex is #6F8837.


I love getcolorcode.com

Triadic colors

1 #C89077 and #77C890 with #9077C8 are triadic colors.

2 #C87790 and #7790C8 with #9077C8 are triadic colors.