COLOR #9878DD

HEX: #9878DD
RGB: (152,120,221)

Color info

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

RGB color model

#9878DD color RGB value is (152,120,221).

  • red value is 152;
  • green value is 120;
  • blue value is 221.
RGB:
(152,120,221)
(60%,47%,87%)

RGB channels and saturation

R 152 of 255 = 60%
G 120 of 255 = 47%
B 221 of 255 = 87%

152
120
221

R + G + B ~ 65%. #9878DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 120 + 221 = 493 (100%)
R 152 of 493 ~ 30.83%
G 120 of 493 ~ 24.34%
B 221 of 493 ~ 44.83%

%30.83
%24.34
%44.83

CMYK color model

#9878DD color CMYK value is (31,46,0,13).

  • cyan value is 31.22%
  • magenta value is 45.70%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,46,0,13)
C31M46Y0K13 
(31%,46%,0%,13%)
(0.31/0.46/0.00/0.13)	

CMYK percentages

%31.22
%45.7
%0
%13.33

Codes

Color #9878DD in popluar color models

9878DD
RGB152120221
HSL259°59.76%66.86%
HSB/HSV259°45.70%86.67%
CMYK31.22%45.70%0.00%
13.33%

Color #9878DD in popluar number systems.

HEX9878DD
Decimal152120221
Binary10011000111100011011101
Octal230170335

Shades and tints

Shades of #9878DD

#9878DD
(152,120,221)
#8B6EC9
(139,110,201)
#7E64B5
(126,100,181)
#715AA1
(113,90,161)
#64508D
(100,80,141)
#574679
(87,70,121)
#4A3C65
(74,60,101)
#3D3251
(61,50,81)
#30283D
(48,40,61)
#231E29
(35,30,41)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #9878DD

#9878DD
(152,120,221)
#A184E0
(161,132,224)
#AA90E3
(170,144,227)
#B39CE6
(179,156,230)
#BCA8E9
(188,168,233)
#C5B4EC
(197,180,236)
#CEC0EF
(206,192,239)
#D7CCF2
(215,204,242)
#E0D8F5
(224,216,245)
#E9E4F8
(233,228,248)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9878DD color. Also use rgb(152,120,221) instead hex code.

Text Font Color

.myTextColor { color: #9878DD; }

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

This text font color is #9878DD.


Background Color

.myBgColor { background-color: #9878DD; }

<div style="background-color:#9878DD">Inner text</div>

This div background color is #9878DD.


Border color

.myBorderColor { border: 1px solid #9878DD; }

<div style="border:3px solid #9878DD">Div</div>

This div border color is #9878DD.


Opacity

.myOpacity80 { color: #9878DD; opacity: 0.8; }

<p style="color:#9878DD;opacity:0.8;">80%</p>

Text with #9878DD 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 #9878DD;}

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

This text has shadow with #9878DD color.

.textShadow {text-shadow: 3px 3px 1px #9878DD, 3px 3px 1px red;}

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

This text has shadow with #9878DD primary color and red secondary color.


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

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

This text has shadow with #9878DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9878DD on black background.


Color preview on white background

This text has color #9878DD on white background.



Black color preview on #9878DD background

This text has black color on #9878DD background.


White color preview on #9878DD background

This text has white color on #9878DD background.