COLOR #9D80CD

HEX: #9D80CD
RGB: (157,128,205)

Color info

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

RGB color model

#9D80CD color RGB value is (157,128,205).

  • red value is 157;
  • green value is 128;
  • blue value is 205.
RGB:
(157,128,205)
(62%,50%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 205 of 255 = 80%

157
128
205

R + G + B ~ 64%. #9D80CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 205 = 490 (100%)
R 157 of 490 ~ 32.04%
G 128 of 490 ~ 26.12%
B 205 of 490 ~ 41.84%

%32.04
%26.12
%41.84

CMYK color model

#9D80CD color CMYK value is (23,38,0,20).

  • cyan value is 23.41%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,38,0,20)
C23M38Y0K20 
(23%,38%,0%,20%)
(0.23/0.38/0.00/0.20)	

CMYK percentages

%23.41
%37.56
%0
%19.61

Codes

Color #9D80CD in popluar color models

9D80CD
RGB157128205
HSL263°43.50%65.29%
HSB/HSV263°37.56%80.39%
CMYK23.41%37.56%0.00%
19.61%

Color #9D80CD in popluar number systems.

HEX9D80CD
Decimal157128205
Binary100111011000000011001101
Octal235200315

Shades and tints

Shades of #9D80CD

#9D80CD
(157,128,205)
#8F75BB
(143,117,187)
#816AA9
(129,106,169)
#735F97
(115,95,151)
#655485
(101,84,133)
#574973
(87,73,115)
#493E61
(73,62,97)
#3B334F
(59,51,79)
#2D283D
(45,40,61)
#1F1D2B
(31,29,43)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #9D80CD

#9D80CD
(157,128,205)
#A58BD1
(165,139,209)
#AD96D5
(173,150,213)
#B5A1D9
(181,161,217)
#BDACDD
(189,172,221)
#C5B7E1
(197,183,225)
#CDC2E5
(205,194,229)
#D5CDE9
(213,205,233)
#DDD8ED
(221,216,237)
#E5E3F1
(229,227,241)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D80CD; }

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

This text font color is #9D80CD.


Background Color

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

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

This div background color is #9D80CD.


Border color

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

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

This div border color is #9D80CD.


Opacity

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

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

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

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

This text has shadow with #9D80CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D80CD on black background.


Color preview on white background

This text has color #9D80CD on white background.



Black color preview on #9D80CD background

This text has black color on #9D80CD background.


White color preview on #9D80CD background

This text has white color on #9D80CD background.