COLOR #9059B3

HEX: #9059B3
RGB: (144,89,179)

Color info

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

RGB color model

#9059B3 color RGB value is (144,89,179).

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

RGB channels and saturation

R 144 of 255 = 56%
G 89 of 255 = 35%
B 179 of 255 = 70%

144
89
179

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

Portions of RGB colors in percentages

R + G + B =
144 + 89 + 179 = 412 (100%)
R 144 of 412 ~ 34.95%
G 89 of 412 ~ 21.6%
B 179 of 412 ~ 43.45%

%34.95
%21.6
%43.45

CMYK color model

#9059B3 color CMYK value is (20,50,0,30).

  • cyan value is 19.55%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(20,50,0,30)
C20M50Y0K30 
(20%,50%,0%,30%)
(0.20/0.50/0.00/0.30)	

CMYK percentages

%19.55
%50.28
%0
%29.8

Codes

Color #9059B3 in popluar color models

9059B3
RGB14489179
HSL277°37.19%52.55%
HSB/HSV277°50.28%70.20%
CMYK19.55%50.28%0.00%
29.80%

Color #9059B3 in popluar number systems.

HEX9059B3
Decimal14489179
Binary10010000101100110110011
Octal220131263

Shades and tints

Shades of #9059B3

#9059B3
(144,89,179)
#8351A3
(131,81,163)
#764993
(118,73,147)
#694183
(105,65,131)
#5C3973
(92,57,115)
#4F3163
(79,49,99)
#422953
(66,41,83)
#352143
(53,33,67)
#281933
(40,25,51)
#1B1123
(27,17,35)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #9059B3

#9059B3
(144,89,179)
#9A68B9
(154,104,185)
#A477BF
(164,119,191)
#AE86C5
(174,134,197)
#B895CB
(184,149,203)
#C2A4D1
(194,164,209)
#CCB3D7
(204,179,215)
#D6C2DD
(214,194,221)
#E0D1E3
(224,209,227)
#EAE0E9
(234,224,233)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9059B3; }

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

This text font color is #9059B3.


Background Color

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

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

This div background color is #9059B3.


Border color

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

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

This div border color is #9059B3.


Opacity

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

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

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

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

This text has shadow with #9059B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9059B3 on black background.


Color preview on white background

This text has color #9059B3 on white background.



Black color preview on #9059B3 background

This text has black color on #9059B3 background.


White color preview on #9059B3 background

This text has white color on #9059B3 background.