COLOR #9D54A9

HEX: #9D54A9 RGB: (157,84,169)

Color info

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

RGB color model

#9D54A9 color RGB value is (157,84,169).

RGB: (157,84,169) (62%, 33%, 66%)

RGB channels and saturation

R 157 of 255 = 62%
G 84 of 255 = 33%
B 169 of 255 = 66%

157
84
169

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

Portions of RGB colors in percentages

R + G + B = 157 + 84 + 169 = 410 (100%)
R 157 of 410 ~ 38.29%
G 84 of 410 ~ 20.49%
B 169 of 410 ~ 41.22'%

%38.29
%20.49
%41.22

CMYK color model

#9D54A9 color CMYK value is (7,50,0,34).

  • cyan value is 7.10%
  • magenta value is 50.30%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (7,50,0,34)
C7M50Y0K34 (7%, 50%, 0%, 34%)
(0.07 / 0.50 / 0.00 / 0.34)

CMYK percentages

%7.1
%50.3
%0
%33.73

Codes

Color #9D54A9 in popluar color models

9D 54 A9
RGB 157 84 169
HSL 292° 33.60% 49.61%
HSB/HSV 292° 50.30% 66.27%
CMYK 7.10% 50.30% 0.00%
33.73%

Color #9D54A9 in popluar number systems.

HEX 9D 54 A9
Decimal 157 84 169
Binary 10011101 1010100 10101001
Octal 235 124 251

Shades and tints

Shades of #9D54A9

#9D54A9
(157,84,169)
#8F4D9A
(143,77,154)
#81468B
(129,70,139)
#733F7C
(115,63,124)
#65386D
(101,56,109)
#57315E
(87,49,94)
#492A4F
(73,42,79)
#3B2340
(59,35,64)
#2D1C31
(45,28,49)
#1F1522
(31,21,34)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #9D54A9

#9D54A9
(157,84,169)
#A563B0
(165,99,176)
#AD72B7
(173,114,183)
#B581BE
(181,129,190)
#BD90C5
(189,144,197)
#C59FCC
(197,159,204)
#CDAED3
(205,174,211)
#D5BDDA
(213,189,218)
#DDCCE1
(221,204,225)
#E5DBE8
(229,219,232)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D54A9 color. Also use rgb(157,84,169) instead hex code.

Text Font Color

.myTextColor { color: #9D54A9; }

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

This text font color is #9D54A9.

Background Color

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

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

This div background color is #9D54A9.

Border color

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

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

This div border color is #9D54A9.

Opacity

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

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

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

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

This text has shadow with #9D54A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D54A9.

Preview

Color preview on black background

This text has color #9D54A9 on black background.


Color preview on white background

This text has color #9D54A9 on white background.


Black color preview on #9D54A9 background

This text has black color on #9D54A9 background.


White color preview on #9D54A9 background

This text has white color on #9D54A9 background.


Related colors

Complementary color

Complementary color for #hex is #62AB56.


I love getcolorcode.com

Triadic colors

1 #A99D54 and #54A99D with #9D54A9 are triadic colors.

2 #A9549D and #549DA9 with #9D54A9 are triadic colors.