COLOR #9D80DD

HEX: #9D80DD
RGB: (157,128,221)

Color info

#9D80DD contains mainly blue color. Web safe color of #9D80DD is #9966CC (or #96C).

RGB color model

#9D80DD color RGB value is (157,128,221).

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

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 221 of 255 = 87%

157
128
221

R + G + B ~ 66%. #9D80DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 221 = 506 (100%)
R 157 of 506 ~ 31.03%
G 128 of 506 ~ 25.3%
B 221 of 506 ~ 43.68%

%31.03
%25.3
%43.68

CMYK color model

#9D80DD color CMYK value is (29,42,0,13).

  • cyan value is 28.96%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(29,42,0,13)
C29M42Y0K13 
(29%,42%,0%,13%)
(0.29/0.42/0.00/0.13)	

CMYK percentages

%28.96
%42.08
%0
%13.33

Codes

Color #9D80DD in popluar color models

9D80DD
RGB157128221
HSL259°57.76%68.43%
HSB/HSV259°42.08%86.67%
CMYK28.96%42.08%0.00%
13.33%

Color #9D80DD in popluar number systems.

HEX9D80DD
Decimal157128221
Binary100111011000000011011101
Octal235200335

Shades and tints

Shades of #9D80DD

#9D80DD
(157,128,221)
#8F75C9
(143,117,201)
#816AB5
(129,106,181)
#735FA1
(115,95,161)
#65548D
(101,84,141)
#574979
(87,73,121)
#493E65
(73,62,101)
#3B3351
(59,51,81)
#2D283D
(45,40,61)
#1F1D29
(31,29,41)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #9D80DD

#9D80DD
(157,128,221)
#A58BE0
(165,139,224)
#AD96E3
(173,150,227)
#B5A1E6
(181,161,230)
#BDACE9
(189,172,233)
#C5B7EC
(197,183,236)
#CDC2EF
(205,194,239)
#D5CDF2
(213,205,242)
#DDD8F5
(221,216,245)
#E5E3F8
(229,227,248)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D80DD; }

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

This text font color is #9D80DD.


Background Color

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

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

This div background color is #9D80DD.


Border color

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

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

This div border color is #9D80DD.


Opacity

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

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

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

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

This text has shadow with #9D80DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D80DD on black background.


Color preview on white background

This text has color #9D80DD on white background.



Black color preview on #9D80DD background

This text has black color on #9D80DD background.


White color preview on #9D80DD background

This text has white color on #9D80DD background.