COLOR #9A52A3

HEX: #9A52A3 RGB: (154,82,163)

Color info

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

RGB color model

#9A52A3 color RGB value is (154,82,163).

RGB: (154,82,163) (60%, 32%, 64%)

RGB channels and saturation

R 154 of 255 = 60%
G 82 of 255 = 32%
B 163 of 255 = 64%

154
82
163

R + G + B ~ 52%. #9A52A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 82 + 163 = 399 (100%)
R 154 of 399 ~ 38.6%
G 82 of 399 ~ 20.55%
B 163 of 399 ~ 40.85'%

%38.6
%20.55
%40.85

CMYK color model

#9A52A3 color CMYK value is (6,50,0,36).

  • cyan value is 5.52%
  • magenta value is 49.69%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (6,50,0,36)
C6M50Y0K36 (6%, 50%, 0%, 36%)
(0.06 / 0.50 / 0.00 / 0.36)

CMYK percentages

%5.52
%49.69
%0
%36.08

Codes

Color #9A52A3 in popluar color models

9A 52 A3
RGB 154 82 163
HSL 293° 33.06% 48.04%
HSB/HSV 293° 49.69% 63.92%
CMYK 5.52% 49.69% 0.00%
36.08%

Color #9A52A3 in popluar number systems.

HEX 9A 52 A3
Decimal 154 82 163
Binary 10011010 1010010 10100011
Octal 232 122 243

Shades and tints

Shades of #9A52A3

#9A52A3
(154,82,163)
#8C4B95
(140,75,149)
#7E4487
(126,68,135)
#703D79
(112,61,121)
#62366B
(98,54,107)
#542F5D
(84,47,93)
#46284F
(70,40,79)
#382141
(56,33,65)
#2A1A33
(42,26,51)
#1C1325
(28,19,37)
#0E0C17
(14,12,23)
#000000
(0,0,0)

Tints of #9A52A3

#9A52A3
(154,82,163)
#A361AB
(163,97,171)
#AC70B3
(172,112,179)
#B57FBB
(181,127,187)
#BE8EC3
(190,142,195)
#C79DCB
(199,157,203)
#D0ACD3
(208,172,211)
#D9BBDB
(217,187,219)
#E2CAE3
(226,202,227)
#EBD9EB
(235,217,235)
#F4E8F3
(244,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A52A3 color. Also use rgb(154,82,163) instead hex code.

Text Font Color

.myTextColor { color: #9A52A3; }

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

This text font color is #9A52A3.

Background Color

.myBgColor { background-color: #9A52A3; }

<div style="background-color:#9A52A3">Inner text</div>

This div background color is #9A52A3.

Border color

.myBorderColor { border: 1px solid #9A52A3; }

<div style="border:3px solid #9A52A3">Div</div>

This div border color is #9A52A3.

Opacity

.myOpacity80 { color: #9A52A3; opacity: 0.8; }

<p style="color:#9A52A3;opacity:0.8;">80%</p>

Text with #9A52A3 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 #9A52A3;}

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

This text has shadow with #9A52A3 color.


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

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

This text has shadow with #9A52A3 primary color and red secondary color.


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

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

This text has shadow with #9A52A3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9A52A3.

Preview

Color preview on black background

This text has color #9A52A3 on black background.


Color preview on white background

This text has color #9A52A3 on white background.


Black color preview on #9A52A3 background

This text has black color on #9A52A3 background.


White color preview on #9A52A3 background

This text has white color on #9A52A3 background.


Related colors

Complementary color

Complementary color for #hex is #65AD5C.


I love getcolorcode.com

Triadic colors

1 #A39A52 and #52A39A with #9A52A3 are triadic colors.

2 #A3529A and #529AA3 with #9A52A3 are triadic colors.