COLOR #9059A5

HEX: #9059A5
RGB: (144,89,165)

Color info

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

RGB color model

#9059A5 color RGB value is (144,89,165).

  • red value is 144;
  • green value is 89;
  • blue value is 165.
RGB:
(144,89,165)
(56%,35%,65%)

RGB channels and saturation

R 144 of 255 = 56%
G 89 of 255 = 35%
B 165 of 255 = 65%

144
89
165

R + G + B ~ 52%. #9059A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 89 + 165 = 398 (100%)
R 144 of 398 ~ 36.18%
G 89 of 398 ~ 22.36%
B 165 of 398 ~ 41.46%

%36.18
%22.36
%41.46

CMYK color model

#9059A5 color CMYK value is (13,46,0,35).

  • cyan value is 12.73%
  • magenta value is 46.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(13,46,0,35)
C13M46Y0K35 
(13%,46%,0%,35%)
(0.13/0.46/0.00/0.35)	

CMYK percentages

%12.73
%46.06
%0
%35.29

Codes

Color #9059A5 in popluar color models

9059A5
RGB14489165
HSL283°29.92%49.80%
HSB/HSV283°46.06%64.71%
CMYK12.73%46.06%0.00%
35.29%

Color #9059A5 in popluar number systems.

HEX9059A5
Decimal14489165
Binary10010000101100110100101
Octal220131245

Shades and tints

Shades of #9059A5

#9059A5
(144,89,165)
#835196
(131,81,150)
#764987
(118,73,135)
#694178
(105,65,120)
#5C3969
(92,57,105)
#4F315A
(79,49,90)
#42294B
(66,41,75)
#35213C
(53,33,60)
#28192D
(40,25,45)
#1B111E
(27,17,30)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #9059A5

#9059A5
(144,89,165)
#9A68AD
(154,104,173)
#A477B5
(164,119,181)
#AE86BD
(174,134,189)
#B895C5
(184,149,197)
#C2A4CD
(194,164,205)
#CCB3D5
(204,179,213)
#D6C2DD
(214,194,221)
#E0D1E5
(224,209,229)
#EAE0ED
(234,224,237)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9059A5 color. Also use rgb(144,89,165) instead hex code.

Text Font Color

.myTextColor { color: #9059A5; }

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

This text font color is #9059A5.


Background Color

.myBgColor { background-color: #9059A5; }

<div style="background-color:#9059A5">Inner text</div>

This div background color is #9059A5.


Border color

.myBorderColor { border: 1px solid #9059A5; }

<div style="border:3px solid #9059A5">Div</div>

This div border color is #9059A5.


Opacity

.myOpacity80 { color: #9059A5; opacity: 0.8; }

<p style="color:#9059A5;opacity:0.8;">80%</p>

Text with #9059A5 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 #9059A5;}

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

This text has shadow with #9059A5 color.

.textShadow {text-shadow: 3px 3px 1px #9059A5, 3px 3px 1px red;}

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

This text has shadow with #9059A5 primary color and red secondary color.


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

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

This text has shadow with #9059A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9059A5 on black background.


Color preview on white background

This text has color #9059A5 on white background.



Black color preview on #9059A5 background

This text has black color on #9059A5 background.


White color preview on #9059A5 background

This text has white color on #9059A5 background.