COLOR #9059B6

HEX: #9059B6 RGB: (144,89,182)

Color info

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

RGB color model

#9059B6 color RGB value is (144,89,182).

RGB: (144,89,182) (56%, 35%, 71%)

RGB channels and saturation

R 144 of 255 = 56%
G 89 of 255 = 35%
B 182 of 255 = 71%

144
89
182

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

Portions of RGB colors in percentages

R + G + B = 144 + 89 + 182 = 415 (100%)
R 144 of 415 ~ 34.7%
G 89 of 415 ~ 21.45%
B 182 of 415 ~ 43.86'%

%34.7
%21.45
%43.86

CMYK color model

#9059B6 color CMYK value is (21,51,0,29).

  • cyan value is 20.88%
  • magenta value is 51.10%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (21,51,0,29) C21M51Y0K29 (21%,51%,0%,29%) (0.21/0.51/0.00/0.29) 

CMYK percentages

%20.88
%51.1
%0
%28.63

Codes

Color #9059B6 in popluar color models

90 59 B6
RGB 144 89 182
HSL 275° 38.91% 53.14%
HSB/HSV 275° 51.10% 71.37%
CMYK 20.88% 51.10% 0.00%
28.63%

Color #9059B6 in popluar number systems.

HEX 90 59 B6
Decimal 144 89 182
Binary 10010000 1011001 10110110
Octal 220 131 266

Shades and tints

Shades of #9059B6

#9059B6
(144,89,182)
#8351A6
(131,81,166)
#764996
(118,73,150)
#694186
(105,65,134)
#5C3976
(92,57,118)
#4F3166
(79,49,102)
#422956
(66,41,86)
#352146
(53,33,70)
#281936
(40,25,54)
#1B1126
(27,17,38)
#0E0916
(14,9,22)
#000000
(0,0,0)

Tints of #9059B6

#9059B6
(144,89,182)
#9A68BC
(154,104,188)
#A477C2
(164,119,194)
#AE86C8
(174,134,200)
#B895CE
(184,149,206)
#C2A4D4
(194,164,212)
#CCB3DA
(204,179,218)
#D6C2E0
(214,194,224)
#E0D1E6
(224,209,230)
#EAE0EC
(234,224,236)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9059B6; }

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

This text font color is #9059B6.

Background Color

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

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

This div background color is #9059B6.

Border color

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

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

This div border color is #9059B6.

Opacity

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

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

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

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

This text has shadow with #9059B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9059B6.

Preview

Color preview on black background

This text has color #9059B6 on black background.


Color preview on white background

This text has color #9059B6 on white background.


Black color preview on #9059B6 background

This text has black color on #9059B6 background.


White color preview on #9059B6 background

This text has white color on #9059B6 background.


Related colors

Complementary color

Complementary color for #hex is #6FA649.


I love getcolorcode.com

Triadic colors

1 #B69059 and #59B690 with #9059B6 are triadic colors.

2 #B65990 and #5990B6 with #9059B6 are triadic colors.