COLOR #9059B8

HEX: #9059B8 RGB: (144,89,184)

Color info

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

RGB color model

#9059B8 color RGB value is (144,89,184).

RGB: (144,89,184) (56%, 35%, 72%)

RGB channels and saturation

R 144 of 255 = 56%
G 89 of 255 = 35%
B 184 of 255 = 72%

144
89
184

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

Portions of RGB colors in percentages

R + G + B = 144 + 89 + 184 = 417 (100%)
R 144 of 417 ~ 34.53%
G 89 of 417 ~ 21.34%
B 184 of 417 ~ 44.12'%

%34.53
%21.34
%44.12

CMYK color model

#9059B8 color CMYK value is (22,52,0,28).

  • cyan value is 21.74%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (22,52,0,28)
C22M52Y0K28 (22%, 52%, 0%, 28%)
(0.22 / 0.52 / 0.00 / 0.28)

CMYK percentages

%21.74
%51.63
%0
%27.84

Codes

Color #9059B8 in popluar color models

90 59 B8
RGB 144 89 184
HSL 275° 40.08% 53.53%
HSB/HSV 275° 51.63% 72.16%
CMYK 21.74% 51.63% 0.00%
27.84%

Color #9059B8 in popluar number systems.

HEX 90 59 B8
Decimal 144 89 184
Binary 10010000 1011001 10111000
Octal 220 131 270

Shades and tints

Shades of #9059B8

#9059B8
(144,89,184)
#8351A8
(131,81,168)
#764998
(118,73,152)
#694188
(105,65,136)
#5C3978
(92,57,120)
#4F3168
(79,49,104)
#422958
(66,41,88)
#352148
(53,33,72)
#281938
(40,25,56)
#1B1128
(27,17,40)
#0E0918
(14,9,24)
#000000
(0,0,0)

Tints of #9059B8

#9059B8
(144,89,184)
#9A68BE
(154,104,190)
#A477C4
(164,119,196)
#AE86CA
(174,134,202)
#B895D0
(184,149,208)
#C2A4D6
(194,164,214)
#CCB3DC
(204,179,220)
#D6C2E2
(214,194,226)
#E0D1E8
(224,209,232)
#EAE0EE
(234,224,238)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9059B8; }

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

This text font color is #9059B8.

Background Color

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

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

This div background color is #9059B8.

Border color

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

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

This div border color is #9059B8.

Opacity

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

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

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

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

This text has shadow with #9059B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9059B8.

Preview

Color preview on black background

This text has color #9059B8 on black background.


Color preview on white background

This text has color #9059B8 on white background.


Black color preview on #9059B8 background

This text has black color on #9059B8 background.


White color preview on #9059B8 background

This text has white color on #9059B8 background.


Related colors

Complementary color

Complementary color for #hex is #6FA647.


I love getcolorcode.com

Triadic colors

1 #B89059 and #59B890 with #9059B8 are triadic colors.

2 #B85990 and #5990B8 with #9059B8 are triadic colors.