COLOR #9052A5

HEX: #9052A5 RGB: (144,82,165)

Color info

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

RGB color model

#9052A5 color RGB value is (144,82,165).

RGB: (144,82,165) (56%, 32%, 65%)

RGB channels and saturation

R 144 of 255 = 56%
G 82 of 255 = 32%
B 165 of 255 = 65%

144
82
165

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

Portions of RGB colors in percentages

R + G + B = 144 + 82 + 165 = 391 (100%)
R 144 of 391 ~ 36.83%
G 82 of 391 ~ 20.97%
B 165 of 391 ~ 42.2'%

%36.83
%20.97
%42.2

CMYK color model

#9052A5 color CMYK value is (13,50,0,35).

  • cyan value is 12.73%
  • magenta value is 50.30%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (13,50,0,35)
C13M50Y0K35 (13%, 50%, 0%, 35%)
(0.13 / 0.50 / 0.00 / 0.35)

CMYK percentages

%12.73
%50.3
%0
%35.29

Codes

Color #9052A5 in popluar color models

90 52 A5
RGB 144 82 165
HSL 285° 33.60% 48.43%
HSB/HSV 285° 50.30% 64.71%
CMYK 12.73% 50.30% 0.00%
35.29%

Color #9052A5 in popluar number systems.

HEX 90 52 A5
Decimal 144 82 165
Binary 10010000 1010010 10100101
Octal 220 122 245

Shades and tints

Shades of #9052A5

#9052A5
(144,82,165)
#834B96
(131,75,150)
#764487
(118,68,135)
#693D78
(105,61,120)
#5C3669
(92,54,105)
#4F2F5A
(79,47,90)
#42284B
(66,40,75)
#35213C
(53,33,60)
#281A2D
(40,26,45)
#1B131E
(27,19,30)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #9052A5

#9052A5
(144,82,165)
#9A61AD
(154,97,173)
#A470B5
(164,112,181)
#AE7FBD
(174,127,189)
#B88EC5
(184,142,197)
#C29DCD
(194,157,205)
#CCACD5
(204,172,213)
#D6BBDD
(214,187,221)
#E0CAE5
(224,202,229)
#EAD9ED
(234,217,237)
#F4E8F5
(244,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9052A5 color. Also use rgb(144,82,165) instead hex code.

Text Font Color

.myTextColor { color: #9052A5; }

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

This text font color is #9052A5.

Background Color

.myBgColor { background-color: #9052A5; }

<div style="background-color:#9052A5">Inner text</div>

This div background color is #9052A5.

Border color

.myBorderColor { border: 1px solid #9052A5; }

<div style="border:3px solid #9052A5">Div</div>

This div border color is #9052A5.

Opacity

.myOpacity80 { color: #9052A5; opacity: 0.8; }

<p style="color:#9052A5;opacity:0.8;">80%</p>

Text with #9052A5 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 #9052A5;}

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

This text has shadow with #9052A5 color.


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

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

This text has shadow with #9052A5 primary color and red secondary color.


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

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

This text has shadow with #9052A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9052A5.

Preview

Color preview on black background

This text has color #9052A5 on black background.


Color preview on white background

This text has color #9052A5 on white background.


Black color preview on #9052A5 background

This text has black color on #9052A5 background.


White color preview on #9052A5 background

This text has white color on #9052A5 background.


Related colors

Complementary color

Complementary color for #hex is #6FAD5A.


I love getcolorcode.com

Triadic colors

1 #A59052 and #52A590 with #9052A5 are triadic colors.

2 #A55290 and #5290A5 with #9052A5 are triadic colors.