COLOR #9053A6

HEX: #9053A6
RGB: (144,83,166)

Color info

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

RGB color model

#9053A6 color RGB value is (144,83,166).

  • red value is 144;
  • green value is 83;
  • blue value is 166.
RGB:
(144,83,166)
(56%,33%,65%)

RGB channels and saturation

R 144 of 255 = 56%
G 83 of 255 = 33%
B 166 of 255 = 65%

144
83
166

R + G + B ~ 51%. #9053A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 83 + 166 = 393 (100%)
R 144 of 393 ~ 36.64%
G 83 of 393 ~ 21.12%
B 166 of 393 ~ 42.24%

%36.64
%21.12
%42.24

CMYK color model

#9053A6 color CMYK value is (13,50,0,35).

  • cyan value is 13.25%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(13,50,0,35)
C13M50Y0K35 
(13%,50%,0%,35%)
(0.13/0.50/0.00/0.35)	

CMYK percentages

%13.25
%50
%0
%34.9

Codes

Color #9053A6 in popluar color models

9053A6
RGB14483166
HSL284°33.33%48.82%
HSB/HSV284°50.00%65.10%
CMYK13.25%50.00%0.00%
34.90%

Color #9053A6 in popluar number systems.

HEX9053A6
Decimal14483166
Binary10010000101001110100110
Octal220123246

Shades and tints

Shades of #9053A6

#9053A6
(144,83,166)
#834C97
(131,76,151)
#764588
(118,69,136)
#693E79
(105,62,121)
#5C376A
(92,55,106)
#4F305B
(79,48,91)
#42294C
(66,41,76)
#35223D
(53,34,61)
#281B2E
(40,27,46)
#1B141F
(27,20,31)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #9053A6

#9053A6
(144,83,166)
#9A62AE
(154,98,174)
#A471B6
(164,113,182)
#AE80BE
(174,128,190)
#B88FC6
(184,143,198)
#C29ECE
(194,158,206)
#CCADD6
(204,173,214)
#D6BCDE
(214,188,222)
#E0CBE6
(224,203,230)
#EADAEE
(234,218,238)
#F4E9F6
(244,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9053A6 color. Also use rgb(144,83,166) instead hex code.

Text Font Color

.myTextColor { color: #9053A6; }

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

This text font color is #9053A6.


Background Color

.myBgColor { background-color: #9053A6; }

<div style="background-color:#9053A6">Inner text</div>

This div background color is #9053A6.


Border color

.myBorderColor { border: 1px solid #9053A6; }

<div style="border:3px solid #9053A6">Div</div>

This div border color is #9053A6.


Opacity

.myOpacity80 { color: #9053A6; opacity: 0.8; }

<p style="color:#9053A6;opacity:0.8;">80%</p>

Text with #9053A6 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 #9053A6;}

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

This text has shadow with #9053A6 color.

.textShadow {text-shadow: 3px 3px 1px #9053A6, 3px 3px 1px red;}

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

This text has shadow with #9053A6 primary color and red secondary color.


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

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

This text has shadow with #9053A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9053A6 on black background.


Color preview on white background

This text has color #9053A6 on white background.



Black color preview on #9053A6 background

This text has black color on #9053A6 background.


White color preview on #9053A6 background

This text has white color on #9053A6 background.