COLOR #9D5482

HEX: #9D5482 RGB: (157,84,130)

Color info

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

RGB color model

#9D5482 color RGB value is (157,84,130).

RGB: (157,84,130) (62%, 33%, 51%)

RGB channels and saturation

R 157 of 255 = 62%
G 84 of 255 = 33%
B 130 of 255 = 51%

157
84
130

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

Portions of RGB colors in percentages

R + G + B = 157 + 84 + 130 = 371 (100%)
R 157 of 371 ~ 42.32%
G 84 of 371 ~ 22.64%
B 130 of 371 ~ 35.04'%

%42.32
%22.64
%35.04

CMYK color model

#9D5482 color CMYK value is (0,46,17,38).

  • cyan value is 0.00%
  • magenta value is 46.50%
  • yellow value is 17.20%
  • key color value is 38.43%

CMYK: (0,46,17,38)
C0M46Y17K38 (0%, 46%, 17%, 38%)
(0.00 / 0.46 / 0.17 / 0.38)

CMYK percentages

%0
%46.5
%17.2
%38.43

Codes

Color #9D5482 in popluar color models

9D 54 82
RGB 157 84 130
HSL 322° 30.29% 47.25%
HSB/HSV 322° 46.50% 61.57%
CMYK 0.00% 46.50% 17.20%
38.43%

Color #9D5482 in popluar number systems.

HEX 9D 54 82
Decimal 157 84 130
Binary 10011101 1010100 10000010
Octal 235 124 202

Shades and tints

Shades of #9D5482

#9D5482
(157,84,130)
#8F4D77
(143,77,119)
#81466C
(129,70,108)
#733F61
(115,63,97)
#653856
(101,56,86)
#57314B
(87,49,75)
#492A40
(73,42,64)
#3B2335
(59,35,53)
#2D1C2A
(45,28,42)
#1F151F
(31,21,31)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #9D5482

#9D5482
(157,84,130)
#A5638D
(165,99,141)
#AD7298
(173,114,152)
#B581A3
(181,129,163)
#BD90AE
(189,144,174)
#C59FB9
(197,159,185)
#CDAEC4
(205,174,196)
#D5BDCF
(213,189,207)
#DDCCDA
(221,204,218)
#E5DBE5
(229,219,229)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5482; }

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

This text font color is #9D5482.

Background Color

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

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

This div background color is #9D5482.

Border color

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

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

This div border color is #9D5482.

Opacity

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

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

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

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

This text has shadow with #9D5482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D5482.

Preview

Color preview on black background

This text has color #9D5482 on black background.


Color preview on white background

This text has color #9D5482 on white background.


Black color preview on #9D5482 background

This text has black color on #9D5482 background.


White color preview on #9D5482 background

This text has white color on #9D5482 background.


Related colors

Complementary color

Complementary color for #hex is #62AB7D.


I love getcolorcode.com

Triadic colors

1 #829D54 and #54829D with #9D5482 are triadic colors.

2 #82549D and #549D82 with #9D5482 are triadic colors.