COLOR #9D80BD

HEX: #9D80BD RGB: (157,128,189)

Color info

#9D80BD contains mainly red and blue colors. Web safe color of #9D80BD is #9966CC (or #96C).

RGB color model

#9D80BD color RGB value is (157,128,189).

RGB: (157,128,189) (62%, 50%, 74%)

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 189 of 255 = 74%

157
128
189

R + G + B ~ 62%. #9D80BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 128 + 189 = 474 (100%)
R 157 of 474 ~ 33.12%
G 128 of 474 ~ 27%
B 189 of 474 ~ 39.87'%

%33.12
%27
%39.87

CMYK color model

#9D80BD color CMYK value is (17,32,0,26).

  • cyan value is 16.93%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (17,32,0,26)
C17M32Y0K26 (17%, 32%, 0%, 26%)
(0.17 / 0.32 / 0.00 / 0.26)

CMYK percentages

%16.93
%32.28
%0
%25.88

Codes

Color #9D80BD in popluar color models

9D 80 BD
RGB 157 128 189
HSL 269° 31.61% 62.16%
HSB/HSV 269° 32.28% 74.12%
CMYK 16.93% 32.28% 0.00%
25.88%

Color #9D80BD in popluar number systems.

HEX 9D 80 BD
Decimal 157 128 189
Binary 10011101 10000000 10111101
Octal 235 200 275

Shades and tints

Shades of #9D80BD

#9D80BD
(157,128,189)
#8F75AC
(143,117,172)
#816A9B
(129,106,155)
#735F8A
(115,95,138)
#655479
(101,84,121)
#574968
(87,73,104)
#493E57
(73,62,87)
#3B3346
(59,51,70)
#2D2835
(45,40,53)
#1F1D24
(31,29,36)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9D80BD

#9D80BD
(157,128,189)
#A58BC3
(165,139,195)
#AD96C9
(173,150,201)
#B5A1CF
(181,161,207)
#BDACD5
(189,172,213)
#C5B7DB
(197,183,219)
#CDC2E1
(205,194,225)
#D5CDE7
(213,205,231)
#DDD8ED
(221,216,237)
#E5E3F3
(229,227,243)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D80BD color. Also use rgb(157,128,189) instead hex code.

Text Font Color

.myTextColor { color: #9D80BD; }

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

This text font color is #9D80BD.

Background Color

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

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

This div background color is #9D80BD.

Border color

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

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

This div border color is #9D80BD.

Opacity

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

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

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

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

This text has shadow with #9D80BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D80BD.

Preview

Color preview on black background

This text has color #9D80BD on black background.


Color preview on white background

This text has color #9D80BD on white background.


Black color preview on #9D80BD background

This text has black color on #9D80BD background.


White color preview on #9D80BD background

This text has white color on #9D80BD background.


Related colors

Complementary color

Complementary color for #hex is #627F42.


I love getcolorcode.com

Triadic colors

1 #BD9D80 and #80BD9D with #9D80BD are triadic colors.

2 #BD809D and #809DBD with #9D80BD are triadic colors.