COLOR #9880DA

HEX: #9880DA RGB: (152,128,218)

Color info

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

RGB color model

#9880DA color RGB value is (152,128,218).

RGB: (152,128,218) (60%, 50%, 85%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 218 of 255 = 85%

152
128
218

R + G + B ~ 65%. #9880DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 128 + 218 = 498 (100%)
R 152 of 498 ~ 30.52%
G 128 of 498 ~ 25.7%
B 218 of 498 ~ 43.78'%

%30.52
%25.7
%43.78

CMYK color model

#9880DA color CMYK value is (30,41,0,15).

  • cyan value is 30.28%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,41,0,15)
C30M41Y0K15 (30%, 41%, 0%, 15%)
(0.30 / 0.41 / 0.00 / 0.15)

CMYK percentages

%30.28
%41.28
%0
%14.51

Codes

Color #9880DA in popluar color models

98 80 DA
RGB 152 128 218
HSL 256° 54.88% 67.84%
HSB/HSV 256° 41.28% 85.49%
CMYK 30.28% 41.28% 0.00%
14.51%

Color #9880DA in popluar number systems.

HEX 98 80 DA
Decimal 152 128 218
Binary 10011000 10000000 11011010
Octal 230 200 332

Shades and tints

Shades of #9880DA

#9880DA
(152,128,218)
#8B75C7
(139,117,199)
#7E6AB4
(126,106,180)
#715FA1
(113,95,161)
#64548E
(100,84,142)
#57497B
(87,73,123)
#4A3E68
(74,62,104)
#3D3355
(61,51,85)
#302842
(48,40,66)
#231D2F
(35,29,47)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #9880DA

#9880DA
(152,128,218)
#A18BDD
(161,139,221)
#AA96E0
(170,150,224)
#B3A1E3
(179,161,227)
#BCACE6
(188,172,230)
#C5B7E9
(197,183,233)
#CEC2EC
(206,194,236)
#D7CDEF
(215,205,239)
#E0D8F2
(224,216,242)
#E9E3F5
(233,227,245)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9880DA color. Also use rgb(152,128,218) instead hex code.

Text Font Color

.myTextColor { color: #9880DA; }

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

This text font color is #9880DA.

Background Color

.myBgColor { background-color: #9880DA; }

<div style="background-color:#9880DA">Inner text</div>

This div background color is #9880DA.

Border color

.myBorderColor { border: 1px solid #9880DA; }

<div style="border:3px solid #9880DA">Div</div>

This div border color is #9880DA.

Opacity

.myOpacity80 { color: #9880DA; opacity: 0.8; }

<p style="color:#9880DA;opacity:0.8;">80%</p>

Text with #9880DA 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 #9880DA;}

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

This text has shadow with #9880DA color.


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

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

This text has shadow with #9880DA primary color and red secondary color.


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

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

This text has shadow with #9880DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9880DA.

Preview

Color preview on black background

This text has color #9880DA on black background.


Color preview on white background

This text has color #9880DA on white background.


Black color preview on #9880DA background

This text has black color on #9880DA background.


White color preview on #9880DA background

This text has white color on #9880DA background.


Related colors

Complementary color

Complementary color for #hex is #677F25.


I love getcolorcode.com

Triadic colors

1 #DA9880 and #80DA98 with #9880DA are triadic colors.

2 #DA8098 and #8098DA with #9880DA are triadic colors.