COLOR #9059BE

HEX: #9059BE
RGB: (144,89,190)

Color info

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

RGB color model

#9059BE color RGB value is (144,89,190).

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

RGB channels and saturation

R 144 of 255 = 56%
G 89 of 255 = 35%
B 190 of 255 = 75%

144
89
190

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

Portions of RGB colors in percentages

R + G + B =
144 + 89 + 190 = 423 (100%)
R 144 of 423 ~ 34.04%
G 89 of 423 ~ 21.04%
B 190 of 423 ~ 44.92%

%34.04
%21.04
%44.92

CMYK color model

#9059BE color CMYK value is (24,53,0,25).

  • cyan value is 24.21%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(24,53,0,25)
C24M53Y0K25 
(24%,53%,0%,25%)
(0.24/0.53/0.00/0.25)	

CMYK percentages

%24.21
%53.16
%0
%25.49

Codes

Color #9059BE in popluar color models

9059BE
RGB14489190
HSL273°43.72%54.71%
HSB/HSV273°53.16%74.51%
CMYK24.21%53.16%0.00%
25.49%

Color #9059BE in popluar number systems.

HEX9059BE
Decimal14489190
Binary10010000101100110111110
Octal220131276

Shades and tints

Shades of #9059BE

#9059BE
(144,89,190)
#8351AD
(131,81,173)
#76499C
(118,73,156)
#69418B
(105,65,139)
#5C397A
(92,57,122)
#4F3169
(79,49,105)
#422958
(66,41,88)
#352147
(53,33,71)
#281936
(40,25,54)
#1B1125
(27,17,37)
#0E0914
(14,9,20)
#000000
(0,0,0)

Tints of #9059BE

#9059BE
(144,89,190)
#9A68C3
(154,104,195)
#A477C8
(164,119,200)
#AE86CD
(174,134,205)
#B895D2
(184,149,210)
#C2A4D7
(194,164,215)
#CCB3DC
(204,179,220)
#D6C2E1
(214,194,225)
#E0D1E6
(224,209,230)
#EAE0EB
(234,224,235)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9059BE; }

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

This text font color is #9059BE.


Background Color

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

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

This div background color is #9059BE.


Border color

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

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

This div border color is #9059BE.


Opacity

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

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

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

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

This text has shadow with #9059BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9059BE on black background.


Color preview on white background

This text has color #9059BE on white background.



Black color preview on #9059BE background

This text has black color on #9059BE background.


White color preview on #9059BE background

This text has white color on #9059BE background.