COLOR #9055A4

HEX: #9055A4
RGB: (144,85,164)

Color info

#9055A4 contains mainly red and blue colors. Web safe color of #9055A4 is #996699 (or #969).

RGB color model

#9055A4 color RGB value is (144,85,164).

  • red value is 144;
  • green value is 85;
  • blue value is 164.
RGB:
(144,85,164)
(56%,33%,64%)

RGB channels and saturation

R 144 of 255 = 56%
G 85 of 255 = 33%
B 164 of 255 = 64%

144
85
164

R + G + B ~ 51%. #9055A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 85 + 164 = 393 (100%)
R 144 of 393 ~ 36.64%
G 85 of 393 ~ 21.63%
B 164 of 393 ~ 41.73%

%36.64
%21.63
%41.73

CMYK color model

#9055A4 color CMYK value is (12,48,0,36).

  • cyan value is 12.20%
  • magenta value is 48.17%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(12,48,0,36)
C12M48Y0K36 
(12%,48%,0%,36%)
(0.12/0.48/0.00/0.36)	

CMYK percentages

%12.2
%48.17
%0
%35.69

Codes

Color #9055A4 in popluar color models

9055A4
RGB14485164
HSL285°31.73%48.82%
HSB/HSV285°48.17%64.31%
CMYK12.20%48.17%0.00%
35.69%

Color #9055A4 in popluar number systems.

HEX9055A4
Decimal14485164
Binary10010000101010110100100
Octal220125244

Shades and tints

Shades of #9055A4

#9055A4
(144,85,164)
#834E96
(131,78,150)
#764788
(118,71,136)
#69407A
(105,64,122)
#5C396C
(92,57,108)
#4F325E
(79,50,94)
#422B50
(66,43,80)
#352442
(53,36,66)
#281D34
(40,29,52)
#1B1626
(27,22,38)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #9055A4

#9055A4
(144,85,164)
#9A64AC
(154,100,172)
#A473B4
(164,115,180)
#AE82BC
(174,130,188)
#B891C4
(184,145,196)
#C2A0CC
(194,160,204)
#CCAFD4
(204,175,212)
#D6BEDC
(214,190,220)
#E0CDE4
(224,205,228)
#EADCEC
(234,220,236)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9055A4 color. Also use rgb(144,85,164) instead hex code.

Text Font Color

.myTextColor { color: #9055A4; }

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

This text font color is #9055A4.


Background Color

.myBgColor { background-color: #9055A4; }

<div style="background-color:#9055A4">Inner text</div>

This div background color is #9055A4.


Border color

.myBorderColor { border: 1px solid #9055A4; }

<div style="border:3px solid #9055A4">Div</div>

This div border color is #9055A4.


Opacity

.myOpacity80 { color: #9055A4; opacity: 0.8; }

<p style="color:#9055A4;opacity:0.8;">80%</p>

Text with #9055A4 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 #9055A4;}

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

This text has shadow with #9055A4 color.

.textShadow {text-shadow: 3px 3px 1px #9055A4, 3px 3px 1px red;}

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

This text has shadow with #9055A4 primary color and red secondary color.


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

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

This text has shadow with #9055A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9055A4 on black background.


Color preview on white background

This text has color #9055A4 on white background.



Black color preview on #9055A4 background

This text has black color on #9055A4 background.


White color preview on #9055A4 background

This text has white color on #9055A4 background.